OpenClaw is an open-source AI assistant that runs locally and connects to your messaging platforms. The CreatorCrawl skill gives your OpenClaw agent access to 30+ TikTok and Instagram data endpoints.
Ask your agent to “find trending TikTok creators in the fitness niche” or “pull the latest Instagram reels from @nike” and it fetches the data for you.
Prerequisites
- Install OpenClaw if you haven’t already:
npm install -g openclaw@latest
openclaw onboard --install-daemon
- Create a CreatorCrawl account at creatorcrawl.com to get 250 credits instantly, no card required.
- Generate an API key from the API Keys page in your dashboard.
Install the Skill
Download the skill file and move it to your OpenClaw skills directory at ~/.openclaw/skills/creatorcrawl/SKILL.md.
Then set your API key as an environment variable:
export CREATORCRAWL_API_KEY="your_api_key_here"
Add it to your shell profile (~/.zshrc or ~/.bashrc) so it persists across sessions.
Verify It Works
Start a conversation with your OpenClaw agent and ask:
Look up the TikTok profile for @charlidamelio
Your agent should call the CreatorCrawl API and return the profile data with follower counts, bio, and recent videos.
What the Skill Can Do
The CreatorCrawl skill gives your agent access to all TikTok and Instagram endpoints:
TikTok Endpoints
| Endpoint | Description |
|---|---|
/api/tiktok/profile | Get creator profile and stats |
/api/tiktok/profile/videos | Get all videos from a creator |
/api/tiktok/video | Get video details by URL |
/api/tiktok/video/comments | Get video comments |
/api/tiktok/video/transcript | Extract video transcript |
/api/tiktok/user/followers | Get follower list |
/api/tiktok/user/following | Get following list |
/api/tiktok/user/live | Check live stream status |
/api/tiktok/search/keyword | Search videos by keyword |
/api/tiktok/search/hashtag | Search by hashtag |
/api/tiktok/search/users | Search for users |
/api/tiktok/search/top | Top search results |
/api/tiktok/get-trending-feed | Trending feed by region |
/api/tiktok/videos/popular | Popular videos |
/api/tiktok/creators/popular | Popular creators |
/api/tiktok/hashtags/popular | Trending hashtags |
/api/tiktok/songs/popular | Trending sounds |
/api/tiktok/song | Song details |
/api/tiktok/song/videos | Videos using a song |
Instagram Endpoints
| Endpoint | Description |
|---|---|
/api/instagram/profile | Get Instagram profile by handle |
/api/instagram/basic-profile | Get basic profile by user ID |
/api/instagram/user/posts | Get user posts |
/api/instagram/post | Get post/reel details by URL |
/api/instagram/post/comments | Get post comments |
/api/instagram/user/reels | Get user reels |
/api/instagram/reels/search | Search reels by keyword |
/api/instagram/media/transcript | Extract reel transcript |
/api/instagram/user/highlights | Get story highlights |
/api/instagram/user/highlight/detail | Get highlight details |
/api/instagram/user/embed | Get embed HTML |
Example Prompts
Try these with your OpenClaw agent:
- “Get the TikTok profile stats for @khaby.lame”
- “Search for TikTok videos about AI agents”
- “What are the trending TikTok hashtags right now?”
- “Pull the latest Instagram reels from @instagram”
- “Get the comments on this Instagram post: [URL]”
- “Find popular TikTok creators in the cooking niche with over 1M followers”
- “Get the transcript of this TikTok video: [URL]“
Pricing
Each API call costs 1 credit. Free accounts start with 250 credits. Paid packs: Starter ($29 for 5K credits), Pro ($99 for 20K credits), Scale ($299 for 100K credits). Credits never expire.
Also Works With
The CreatorCrawl SKILL.md is compatible with any tool that supports the skill format:
- Claude Code (place in
~/.claude/skills/creatorcrawl/) - Cursor
- OpenCode
You can also use CreatorCrawl via MCP for Claude Desktop, Cursor, and Windsurf.