Agent-agnostic skill for researching, auditing, and extracting current data from TikTok, Instagram, YouTube, LinkedIn, Twitter/X, and Reddit using CreatorCrawl.
Once installed, your agent will autonomously invoke this skill whenever you ask about creators, viral content, hashtag trends, competitor monitoring, influencer prospecting, or anything that needs real, current social-media data.
Use the hosted one-shot installer:
curl -fsSL https://creatorcrawl.com/install.sh | shIt installs the CLI, detects supported agents, installs or updates this standalone skill, provides a runtime when necessary, and opens secure browser-based OAuth login in interactive terminals.
For headless agents and CI, inject an existing API key:
curl -fsSL https://creatorcrawl.com/install.sh |
CREATORCRAWL_API_KEY="$CREATORCRAWL_API_KEY" shCheck authentication:
creatorcrawl auth statusUse creatorcrawl auth login to replace a saved credential. Environment credentials take precedence over saved credentials. Get an API key at creatorcrawl.com. New accounts include free credits and require no card.
The agent reads SKILL.md plus on-demand workflow guides in workflows/:
workflows/creator-audit.md— cross-platform creator presence and statsworkflows/viral-content-analyser.md— why a post went viralworkflows/trend-research.md— trending hashtags, sounds, topicsworkflows/competitor-monitoring.md— track competitor accountsworkflows/influencer-prospecting.md— find creators for partnerships
- TikTok — profile, videos, comments, transcripts, search, trending
- Instagram — profile, posts, reels, comments, transcripts, stories, search
- YouTube — channel, videos, shorts, transcripts, comments, playlists, search
- LinkedIn — profile, company, posts, ad library
- Twitter / X — profile, tweets, transcripts, communities
- Reddit — search, subreddits, post comments
60+ operations are available through the bundled CLI. See SKILL.md for the full reference.
- creatorcrawl.com — sign up
- API docs
- TypeScript SDK on npm
- Issues
MIT