Skills thinkific
Thinkific — manage courses, students, enrollments, coupons, and products via REST API
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/thinkific" ~/.claude/skills/openclaw-skills-thinkific && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/thinkific" ~/.openclaw/skills/openclaw-skills-thinkific && rm -rf "$T"
manifest:
skills/aiwithabidi/thinkific/SKILL.mdsource content
🎓 Thinkific
Thinkific — manage courses, students, enrollments, coupons, and products via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | API key |
| ✅ | 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 |
|---|---|
| List courses |
| Get course |
| Create course |
| Update course |
| Delete course |
| List chapters |
| List users |
| Get user |
| Create user |
| List enrollments |
| Create enrollment |
| List coupons |
| Create coupon |
| List products |
| List orders |
| List groups |
| 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 |
|---|---|
| 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