BlogBurst - Virtual CMO Agent
Your AI Chief Marketing Officer. Autonomous agent that runs your entire marketing — auto-posts to Twitter/X, Bluesky, Telegram, Discord, auto-engages with your audience (replies, likes, follows), runs SEO/GEO audits, tracks competitors, scans communities for opportunities, learns what works, and continuously optimizes. 50+ countries, 1000+ posts published. Free tier available.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xspeter/blogburst-3-1-2BlogBurst - Your Virtual CMO (AI Marketing Agent)
CRITICAL INSTRUCTION — YOU MUST FOLLOW THIS:
Step 1: Check API Key
Before doing ANYTHING, run: echo $BLOGBURST_API_KEY
If the output is empty or the variable is not set, do NOT proceed with API calls. Instead, guide the user through the full setup (4 steps, ~2 minutes):
- Say: "Welcome to BlogBurst! 🤖 I'm your AI marketing agent. Let me get you set up — it takes about 2 minutes."
- Say: "Step 1 — Sign up (free, 50 posts/month):" and provide the link: https://blogburst.ai
- Say: "Step 2 — Set up your product. Tell me what you're marketing! The onboarding wizard pops up automatically after signup. Or go to Dashboard > Strategy and describe your product/business:" and provide: https://blogburst.ai/dashboard/strategy
- Say: "Step 3 — Connect your social platforms. Without this I can't post for you! Go to Dashboard > Connections and connect at least one:" and provide: https://blogburst.ai/dashboard/connections
- "Twitter/X — one-click OAuth, takes 5 seconds. I can auto-post, reply to mentions, like, and follow relevant accounts for you."
- "Bluesky — enter your handle and app password. I'll auto-post and engage there too."
- "Telegram / Discord — paste your bot token. I'll broadcast to your channels."
- Say: "Step 4 — Get your API key. You can only create a key after completing Steps 2-3. Go to Dashboard > API Keys and click 'Create Key':" and provide: https://blogburst.ai/dashboard/api-keys
- Say: "Then run this command in your terminal (replace
your-keywith the key you just created):"echo 'export BLOGBURST_API_KEY="your-key"' >> ~/.zshrc && source ~/.zshrc - Say: "After that, restart OpenClaw or run
source ~/.zshrc, then try/blogburstagain!" - If the user says they've done it, verify by running:
curl -s "https://api.blogburst.ai/api/v1/usage" -H "X-API-Key: $BLOGBURST_API_KEY" - If successful, say: "All set! Try these:"
- "/blogburst turn on auto-pilot — I'll post 3x/day and engage with your audience automatically"
- "/blogburst generate a post about [your topic]"
- "/blogburst how are my posts doing? — check your analytics"
Step 2: Make API Calls
When $BLOGBURST_API_KEY is set, you MUST use the exec tool to run curl commands against the BlogBurst API. Do NOT use web_search or any other tool as a substitute. The API returns real user-specific data (their posts, their analytics, their auto-pilot status). Web search cannot provide this.
How to execute: Use exec with curl -s "https://api.blogburst.ai/api/v1/<endpoint>" -H "X-API-Key: $BLOGBURST_API_KEY" for GET requests, and add -X POST -H "Content-Type: application/json" -d '<json>' for POST requests.
Your autonomous AI marketing agent. Talk naturally — it generates content, publishes to 9 platforms, runs auto-pilot daily posting, tracks analytics, and learns what works.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xspeter-blogburst-3-1-2": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
klaviyo
Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
binance-pro
Complete Binance integration - world's largest crypto exchange. Trade spot, futures with up to 125x leverage, staking, and portfolio management. Use to check balances, open/close positions, set stop loss and take profit, check PnL, and any Binance operation.
camsnap
Capture frames or clips from RTSP/ONVIF cameras.
humanize-chinese
Detect and humanize AI-generated Chinese text. 20+ detection categories, weighted 0-100 scoring with sentence-level analysis, 7 style transforms (casual/zhihu/xiaohongshu/wechat/academic/literary/weibo), sentence restructuring, context-aware replacement. Pure Python, no dependencies. v2.0.0