Install
$ agentstack add mcp-creatorcrawl-creatorcrawl-skill Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.
Security review
⚠ Flagged1 finding(s); flagged for manual review. · v0.1.0 How review works →
- • Prompt-injection patterns
- • Secret / credential exfiltration
- • Dangerous shell & filesystem operations
- • Untrusted network calls
- • Known-malicious package signatures
- high Pipes remote content directly into a shell (remote code execution).
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
CreatorCrawl Skill
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.
Install
Use the hosted one-shot installer:
curl -fsSL https://creatorcrawl.com/install.sh | sh
It 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" sh
After install
Check authentication:
creatorcrawl auth status
Use 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.
What the skill teaches the agent
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
Six platforms covered
- 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.
Links
- creatorcrawl.com — sign up
- API docs
- TypeScript SDK on npm
- Issues
License
MIT
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: creatorcrawl
- Source: creatorcrawl/creatorcrawl-skill
- License: MIT
- Homepage: https://creatorcrawl.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.