OpenClaw Skill for Social Media Data

Give your OpenClaw agent access to social media data across six platforms

Download SKILL.md

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

  1. Install OpenClaw if you haven’t already:
npm install -g openclaw@latest
openclaw onboard --install-daemon
  1. Create a CreatorCrawl account at creatorcrawl.com to get 250 credits instantly, no card required.
  2. 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

EndpointDescription
/api/tiktok/profileGet creator profile and stats
/api/tiktok/profile/videosGet all videos from a creator
/api/tiktok/videoGet video details by URL
/api/tiktok/video/commentsGet video comments
/api/tiktok/video/transcriptExtract video transcript
/api/tiktok/user/followersGet follower list
/api/tiktok/user/followingGet following list
/api/tiktok/user/liveCheck live stream status
/api/tiktok/search/keywordSearch videos by keyword
/api/tiktok/search/hashtagSearch by hashtag
/api/tiktok/search/usersSearch for users
/api/tiktok/search/topTop search results
/api/tiktok/get-trending-feedTrending feed by region
/api/tiktok/videos/popularPopular videos
/api/tiktok/creators/popularPopular creators
/api/tiktok/hashtags/popularTrending hashtags
/api/tiktok/songs/popularTrending sounds
/api/tiktok/songSong details
/api/tiktok/song/videosVideos using a song

Instagram Endpoints

EndpointDescription
/api/instagram/profileGet Instagram profile by handle
/api/instagram/basic-profileGet basic profile by user ID
/api/instagram/user/postsGet user posts
/api/instagram/postGet post/reel details by URL
/api/instagram/post/commentsGet post comments
/api/instagram/user/reelsGet user reels
/api/instagram/reels/searchSearch reels by keyword
/api/instagram/media/transcriptExtract reel transcript
/api/instagram/user/highlightsGet story highlights
/api/instagram/user/highlight/detailGet highlight details
/api/instagram/user/embedGet 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.

Frequently Asked Questions

What is OpenClaw?
OpenClaw is an open-source AI assistant that runs locally on your machine and connects to messaging platforms like WhatsApp, Telegram, Slack, and Discord. It supports Claude, GPT, and local models. The CreatorCrawl skill gives OpenClaw agents access to 60+ social media data endpoints across TikTok, Instagram, YouTube, Facebook, Twitter/X, and Reddit.
How do I install the CreatorCrawl skill for OpenClaw?
Download the SKILL.md file from creatorcrawl.com/skills/creatorcrawl/SKILL.md and place it in ~/.openclaw/skills/creatorcrawl/. Set your CREATORCRAWL_API_KEY environment variable and your agent can start pulling social media data immediately.
Does the skill work with other AI coding tools?
Yes. The SKILL.md format is compatible with Claude Code, Cursor, OpenCode, and other tools that support the skill standard. For Claude Desktop and Cursor, you can also use CreatorCrawl's native MCP server at creatorcrawl.com/api/mcp.

Related Resources