thinkific
Thinkific — manage courses, students, enrollments, coupons, and products via REST API
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/thinkificWhat This Skill Does
The Thinkific skill is a robust interface for OpenClaw AI agents, enabling seamless management of your online learning platform directly through a command-line interface. It abstracts the complexity of the Thinkific REST API, allowing you to programmatically handle your school's data, including course curriculum, student enrollments, and promotional activities. Whether you need to batch-update course metadata, monitor user activity, or automate the enrollment process for new sign-ups, this skill acts as a bridge between your AI orchestration layer and your education business infrastructure. It provides granular control over the lifecycle of your educational products.
Installation
To integrate this skill into your OpenClaw ecosystem, execute the following command in your terminal:
clawhub install openclaw/skills/skills/aiwithabidi/thinkific
Once installed, ensure your environment variables are correctly configured. You must set THINKIFIC_API_KEY with your specific API credentials and THINKIFIC_SUBDOMAIN to point the agent to your school's instance. Without these variables, the authentication handshake will fail.
Use Cases
- Student Lifecycle Automation: Automatically enroll students upon payment verification or manual triggers.
- Content Management at Scale: Quickly fetch course structures, list chapters, or update slugs and descriptions across large catalogs.
- Reporting and Analytics: Extract user data, order history, and instructor information to feed into your business intelligence pipelines.
- Marketing Operations: Programmatically create and manage discount coupons for promotional campaigns without logging into the Thinkific dashboard.
Example Prompts
- "OpenClaw, please list the last 10 users who enrolled in our 'Advanced AI' course and show their current status."
- "Create a new 20% discount coupon for the summer cohort valid for the next 30 days."
- "Can you export a list of all current instructors and their associated course IDs for our quarterly audit?"
Tips & Limitations
- Rate Limiting: As this skill interacts with external APIs, be mindful of the Thinkific API rate limits to avoid temporary account throttling.
- Data Formatting: The default JSON output is ideal for further automation with other OpenClaw skills (like data processors), but you can append
--humanfor quick manual verification in your terminal. - Error Handling: Always verify the
THINKIFIC_SUBDOMAINmatches your live school URL precisely, as invalid endpoints will lead to connection timeouts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-thinkific": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.