teachable

Teachable — manage courses, users, enrollments, and coupons via REST API

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "teachable" with this command: npx skills add aiwithabidi/teachable

📚 Teachable

Teachable — manage courses, users, enrollments, and coupons via REST API

Requirements

VariableRequiredDescription
TEACHABLE_API_KEYAPI key from school admin settings

Quick Start

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

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

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

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

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

# List lectures
python3 {{baseDir}}/scripts/teachable.py lectures id <value>

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

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

All Commands

CommandDescription
coursesList courses
course-getGet course
course-createCreate course
course-updateUpdate course
course-deleteDelete course
lecturesList lectures
usersList users
user-getGet user
user-createCreate user
enrollmentsList enrollments
enrollEnroll user
unenrollUnenroll
couponsList coupons
coupon-createCreate coupon
webhooksList webhooks

Output Format

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

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

Script Reference

ScriptDescription
{{baseDir}}/scripts/teachable.pyMain 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Workout Readiness Check In

Create a same-day workout readiness decision card for users who planned to exercise today but feel tired, sore, stressed, underslept, ill, or uncertain. Use...

Registry SourceRecently Updated
General

URL to Markdown

Convert HTML web pages from HTTP/HTTPS URLs to clean, readable Markdown files with optional batch processing and formatting features.

Registry SourceRecently Updated
General

Appliance Manual Command Card

Assist in creating a one-page appliance command card for tracking maintenance, troubleshooting, warranty info, and repair preparation.

Registry SourceRecently Updated
General

Fireseed Writing Expert

全能小说写作专家,支持从零创作、DNA提取与克隆、风格仿写、一键发布到 fireseed.online。用户可以用自然语言描述需求,系统自动调度子技能完成科学、闭环的写作与发布流程。

Registry SourceRecently Updated