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
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.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.