A Claude Code skill that turns Claude into an autonomous social media manager. Writes, posts, replies, and learns what works — on Twitter, Bluesky, Telegram, Discord. Does the same tactical job as a $500-1,500/month freelance SMM, for $29-99/month.
Drop SKILL.md into your Claude Code skills directory:
mkdir -p .claude/skills/blogburst
curl -o .claude/skills/blogburst/SKILL.md \
https://raw.githubusercontent.com/shensi8312/blogburst-claude-skill/main/SKILL.mdOr clone:
git clone https://github.com/shensi8312/blogburst-claude-skill.git .claude/skills/blogburstAsk Claude:
Generate 3 tweets about: a CLI tool that ports JSON to YAML
Claude will call BlogBurst's public endpoint and show you real sample posts — no API key required.
- Sign up at blogburst.ai (7-day Pro trial)
- Paste your product URL → BlogBurst analyzes it
- Connect Twitter or Bluesky (1-click) — Telegram works without OAuth
- Get API key: Dashboard > API Keys
export BLOGBURST_API_KEY="your-key"
- "Replace my social media manager — write 3 tweets about my launch"
- "Turn on auto-pilot, 2 posts per day on Twitter + Bluesky"
- "How did my posts perform this week?"
- "Reply to anyone who mentioned my brand today"
- "Run a brand audit — does ChatGPT know about my product?"
- Solo $29/mo — Bluesky + Telegram + Twitter content gen (copy-paste)
- Growth $49/mo — Full Twitter automation
- Pro $99/mo — +GEO audits, multi-account, unlimited engagement
All plans include a 7-day Pro trial. See pricing →
- Website: blogburst.ai
- API Docs: api.blogburst.ai/docs
- Also available on OpenClaw:
npx clawhub install blogburst
MIT