Skip to main content

thinkific

Thinkific — manage courses, students, enrollments, coupons, and products via REST API

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--thinkific
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/aiwithabidi--thinkific/skills/thinkific/SKILL.md -o .claude/skills/thinkific.md

Drops the SKILL.md into .claude/skills/thinkific.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

🎓 Thinkific

Thinkific — manage courses, students, enrollments, coupons, and products via REST API

Requirements

Variable Required Description
THINKIFIC_API_KEY API key
THINKIFIC_SUBDOMAIN School subdomain

Quick Start

# List courses
python3 {{baseDir}}/scripts/thinkific.py courses --page <value>

# Get course
python3 {{baseDir}}/scripts/thinkific.py course-get id <value>

# Create course
python3 {{baseDir}}/scripts/thinkific.py course-create --name <value> --slug <value>

# Update course
python3 {{baseDir}}/scripts/thinkific.py course-update id <value> --name <value>

# Delete course
python3 {{baseDir}}/scripts/thinkific.py course-delete id <value>

# List chapters
python3 {{baseDir}}/scripts/thinkific.py chapters id <value>

# List users
python3 {{baseDir}}/scripts/thinkific.py users --page <value> --query <value>

# Get user
python3 {{baseDir}}/scripts/thinkific.py user-get id <value>

All Commands

Command Description
courses List courses
course-get Get course
course-create Create course
course-update Update course
course-delete Delete course
chapters List chapters
users List users
user-get Get user
user-create Create user
enrollments List enrollments
enroll Create enrollment
coupons List coupons
coupon-create Create coupon
products List products
orders List orders
groups List groups
instructors List instructors

Output Format

All commands output JSON by default. Add --human for readable formatted output.

python3 {{baseDir}}/scripts/thinkific.py <command> --human

Script Reference

Script Description
{{baseDir}}/scripts/thinkific.py Main CLI — all commands in one tool

Credits

Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.

📅 Need help setting up OpenClaw for your business? Book a free consultation