A comprehensive Python-based CLI tool to programmatically manage Thinkific courses, students, enrollments, and financial records.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install thinkific
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install thinkific using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Thinkific integration is a specialized tool designed for Openclaw Skills that enables seamless interaction with the Thinkific Learning Management System (LMS). By leveraging the Thinkific REST API, this skill allows AI agents to perform complex administrative tasks such as student onboarding, course updates, and order tracking without manual intervention.
Developed with a focus on efficiency, it uses Python 3.10+ and relies exclusively on the standard library to ensure high performance and zero-dependency overhead. This makes it an ideal component for automated educational workflows within the Openclaw Skills ecosystem.
To get started with this skill, ensure you have your Thinkific credentials ready and follow these steps:
# Set your environment variables
export THINKIFIC_API_KEY="your_api_key"
export THINKIFIC_SUBDOMAIN="your_subdomain"
# List courses to verify your connection
python3 scripts/thinkific.py courses
# Create a new course via the CLI
python3 scripts/thinkific.py course-create --name "New AI Mastery" --slug "ai-mastery"
The skill organizes data around the primary Thinkific API objects. The following table highlights the core entities managed by these Openclaw Skills:
| Entity | Key Data Points | Operations Available |
|---|---|---|
| Courses | ID, Name, Slug, Chapters | Create, Get, Update, Delete, List |
| Users | Email, Name, Role, ID | Create, Get, List |
| Enrollments | Student ID, Course ID, Status | List, Create |
| Financials | Coupons, Orders, Products | List, Create (Coupons) |
| Structure | Chapters, Groups, Instructors | List |
Loading
A zero-dependency Python integration for managing Terraform Cloud workspaces, runs, plans, and state via the REST API.

A comprehensive telecommunications bridge for AI agents to manage voice calls, SMS/MMS messaging, SIP trunking, and fax services.

A professional automation toolkit for building customer-facing Telegram bots with lead generation, payment processing, and FAQ capabilities.

A hands-free maintenance tool for OpenClaw that automatically checks for, applies, and verifies version updates with built-in rollback protection.

A comprehensive integration for the Toast POS system allowing AI agents to manage restaurant orders, menus, and staff operations.

A zero-dependency Python utility for AI agents to upload, manage, and deliver files via the Uploadthing API and CDN.








































