{
  "schemaVersion": "1.0",
  "item": {
    "slug": "blogburst",
    "name": "Blogburst",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/shensi8312/blogburst",
    "canonicalUrl": "https://clawhub.ai/shensi8312/blogburst",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/blogburst",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blogburst",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "blogburst",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T07:44:48.534Z",
      "expiresAt": "2026-05-06T07:44:48.534Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blogburst",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blogburst",
        "contentDisposition": "attachment; filename=\"blogburst-3.2.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "blogburst"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/blogburst"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/blogburst",
    "agentPageUrl": "https://openagent3.xyz/skills/blogburst/agent",
    "manifestUrl": "https://openagent3.xyz/skills/blogburst/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/blogburst/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Step 1: Check API Key",
        "body": "Before doing ANYTHING, run: echo $BLOGBURST_API_KEY\n\nIf 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):\n\nSay: \"Welcome to BlogBurst! 🤖 I'm your AI marketing agent. Let me get you set up — it takes about 2 minutes.\"\nSay: \"Step 1 — Sign up (free, 50 posts/month):\" and provide the link: https://blogburst.ai\nSay: \"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\nSay: \"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\n\n\"Twitter/X — one-click OAuth, takes 5 seconds. I can auto-post, reply to mentions, like, and follow relevant accounts for you.\"\n\"Bluesky — enter your handle and app password. I'll auto-post and engage there too.\"\n\"Telegram / Discord — paste your bot token. I'll broadcast to your channels.\"\n\n\nSay: \"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\nSay: \"Then run this command in your terminal (replace your-key with the key you just created):\"\necho 'export BLOGBURST_API_KEY=\"your-key\"' >> ~/.zshrc && source ~/.zshrc\n\n\nSay: \"After that, restart OpenClaw or run source ~/.zshrc, then try /blogburst again!\"\nIf 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\"\nIf successful, say: \"All set! Try these:\"\n\n\"/blogburst turn on auto-pilot — I'll post 3x/day and engage with your audience automatically\"\n\"/blogburst generate a post about [your topic]\"\n\"/blogburst how are my posts doing? — check your analytics\""
      },
      {
        "title": "Step 2: Make API Calls",
        "body": "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.\n\nHow 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.\n\nYour autonomous AI marketing agent. Talk naturally — it generates content, publishes to 9 platforms, runs auto-pilot daily posting, tracks analytics, and learns what works.\n\nOne message to do anything:\n\n\"Post about my product launch on Twitter and LinkedIn\"\n\"Turn on auto-pilot, 3 posts per day\"\n\"How did my posts perform this week?\"\n\"Repurpose this article: https://myblog.com/post\""
      },
      {
        "title": "Setup (Manual)",
        "body": "Sign up free at blogburst.ai\nDashboard > Settings > API Keys > Create key\nSet environment variable:\n\nexport BLOGBURST_API_KEY=\"your-key\"\n\nAll requests use: X-API-Key: $BLOGBURST_API_KEY\nBase URL: https://api.blogburst.ai/api/v1"
      },
      {
        "title": "API 1: Agent Chat (Recommended — does everything)",
        "body": "Chat with your AI marketing agent. It can generate content, check analytics, manage auto-pilot, view trending topics, and more — all through natural conversation. The agent has tools and will execute actions automatically.\n\nEndpoint: POST /assistant/agent-chat-v2\n\nRequest:\n\n{\n  \"messages\": [\n    {\"role\": \"user\", \"content\": \"Generate a Twitter post about my product\"}\n  ],\n  \"language\": \"en\"\n}\n\nMulti-turn conversation — send the full message history each time:\n\n{\n  \"messages\": [\n    {\"role\": \"user\", \"content\": \"Generate a Twitter post about my product\"},\n    {\"role\": \"assistant\", \"content\": \"Here's your Twitter post...\"},\n    {\"role\": \"user\", \"content\": \"Now make one for LinkedIn too\"}\n  ],\n  \"language\": \"en\"\n}\n\nResponse:\n\n{\n  \"reply\": \"I've generated a Twitter post for you. Ready to copy and post!\",\n  \"data_referenced\": [\"marketing_strategy\", \"analytics_7d\"],\n  \"agent_name\": \"Nova\",\n  \"actions_taken\": [\n    {\n      \"tool\": \"generate_content\",\n      \"result\": {\n        \"success\": true,\n        \"data\": {\n          \"platform\": \"twitter\",\n          \"content\": \"Week 3 building BlogBurst. 15 followers, 40 posts published. Best post got 5 likes on Bluesky. Small numbers, real progress.\\n\\nThe AI agent now picks topics based on what actually performed well last week. No more guessing.\",\n          \"image_urls\": [\"https://...\"],\n          \"copy_only\": true\n        }\n      }\n    }\n  ]\n}\n\nWhat users can say (the agent understands natural language):\n\n\"Generate a post for Twitter/Bluesky/LinkedIn/all platforms\"\n\"What's trending in my space?\"\n\"How are my posts doing this week?\"\n\"Turn on auto-pilot\" / \"Pause auto-pilot\"\n\"What did you post today?\"\n\"What platforms do I have connected?\"\n\"Show me my recent activity\"\n\nWhen to use: This is the PRIMARY API. Use it for any user request about social media content, analytics, automation, or marketing. It handles everything through conversation."
      },
      {
        "title": "API 2: Generate Platform Content (Quick one-shot)",
        "body": "Generate optimized content for multiple platforms at once. Use this for fast, direct generation without conversation.\n\nEndpoint: POST /blog/platforms\n\nRequest:\n\n{\n  \"topic\": \"5 lessons from building my SaaS in public\",\n  \"platforms\": [\"twitter\", \"linkedin\", \"bluesky\"],\n  \"tone\": \"casual\",\n  \"language\": \"en\"\n}\n\nParameters:\n\ntopic (required): The title or topic (5-500 chars)\nplatforms (required): Array from: twitter, linkedin, reddit, bluesky, threads, telegram, discord, tiktok, youtube\ntone: professional | casual | witty | educational | inspirational (default: professional)\nlanguage: Language code (default: en)\n\nResponse:\n\n{\n  \"success\": true,\n  \"topic\": \"5 lessons from building my SaaS in public\",\n  \"twitter\": {\n    \"thread\": [\n      \"1/ 5 months building a SaaS in public. Here are the lessons nobody talks about...\",\n      \"2/ Lesson 1: Your first 10 users teach you more than 10,000 pageviews.\",\n      \"3/ Lesson 2: Ship weekly. Perfection is the enemy of traction.\"\n    ]\n  },\n  \"linkedin\": {\n    \"post\": \"I've been building my SaaS in public for 5 months...\",\n    \"hashtags\": [\"#BuildInPublic\", \"#SaaS\", \"#IndieHacker\"]\n  },\n  \"bluesky\": {\n    \"posts\": [\"5 months of building in public. The biggest lesson: your first users don't care about features. They care that you listen.\"]\n  }\n}\n\nWhen to use: When user wants quick multi-platform content from a topic without ongoing conversation."
      },
      {
        "title": "API 3: Repurpose Existing Content",
        "body": "Transform a blog post or article (by URL or text) into platform-optimized posts.\n\nEndpoint: POST /repurpose\n\nRequest:\n\n{\n  \"content\": \"https://myblog.com/my-article\",\n  \"platforms\": [\"twitter\", \"linkedin\", \"bluesky\"],\n  \"tone\": \"casual\",\n  \"language\": \"en\"\n}\n\nParameters:\n\ncontent (required): A URL to an article, or the full text (min 50 chars)\nplatforms (required): Array from: twitter, linkedin, reddit, bluesky, threads, telegram, discord, tiktok, youtube\ntone: professional | casual | witty | educational | inspirational\nlanguage: Language code (default: en)\n\nResponse: Same format as API 2.\n\nWhen to use: When user provides a URL or pastes existing content and wants it adapted for social platforms."
      },
      {
        "title": "API 4: Auto-Pilot Management",
        "body": "Check and configure the autonomous posting agent.\n\nGet status: GET /assistant/auto-pilot\n\nResponse:\n\n{\n  \"enabled\": true,\n  \"platforms\": [\"bluesky\", \"telegram\", \"discord\", \"twitter\"],\n  \"posts_per_day\": 4,\n  \"timezone\": \"America/New_York\",\n  \"last_daily_run\": \"2026-03-02T08:49:28Z\",\n  \"reactions_enabled\": true\n}\n\nConfigure: POST /assistant/auto-pilot\n\n{\n  \"enabled\": true,\n  \"posts_per_day\": 3,\n  \"platforms\": [\"twitter\", \"bluesky\", \"telegram\"],\n  \"timezone\": \"America/New_York\"\n}\n\nRun immediately: POST /assistant/auto-pilot/run-now\n\nWhen to use: When user wants to start/stop auto-pilot, change posting frequency, or check automation status."
      },
      {
        "title": "API 5: Trending Topics",
        "body": "Get real-time trending topics from Reddit, HackerNews, Google Trends, and Product Hunt. Updated every 4 hours.\n\nEndpoint: GET /assistant/trending-topics?limit=10\n\nResponse:\n\n{\n  \"topics\": [\n    {\"keyword\": \"AI agents replacing SaaS\", \"source\": \"hackernews\", \"score\": 92},\n    {\"keyword\": \"Claude Code launch\", \"source\": \"reddit\", \"score\": 87},\n    {\"keyword\": \"Open source AI tools\", \"source\": \"google_trends\", \"score\": 78}\n  ],\n  \"total\": 96,\n  \"sources\": [\"reddit\", \"hackernews\", \"google_trends\", \"producthunt\"]\n}\n\nWhen to use: When user asks about trends, hot topics, or what's popular to write about."
      },
      {
        "title": "API 6: Brainstorm Titles",
        "body": "Chat with AI to develop compelling titles.\n\nEndpoint: POST /chat/title\n\nRequest:\n\n{\n  \"messages\": [\n    {\"role\": \"user\", \"content\": \"I want to write about AI agents\"}\n  ],\n  \"language\": \"en\"\n}\n\nResponse:\n\n{\n  \"success\": true,\n  \"reply\": \"Great topic! Here are some angles...\",\n  \"suggested_titles\": [\n    \"I Replaced My Marketing Team with an AI Agent\",\n    \"Why AI Agents Are the New SaaS\",\n    \"Building an AI Agent That Posts for Me While I Sleep\"\n  ]\n}"
      },
      {
        "title": "API 7: Generate Blog Post",
        "body": "Generate a full blog article from a topic.\n\nEndpoint: POST /blog/generate\n\nRequest:\n\n{\n  \"topic\": \"I Replaced My Marketing Team with an AI Agent\",\n  \"tone\": \"casual\",\n  \"language\": \"en\",\n  \"length\": \"medium\"\n}\n\nParameters:\n\ntopic (required): Title or topic (5-500 chars)\ntone: professional | casual | witty | educational | inspirational\nlanguage: Language code (default: en)\nlength: short (500-800 words) | medium (1000-1500) | long (2000-3000)\n\nResponse:\n\n{\n  \"success\": true,\n  \"title\": \"I Replaced My Marketing Team with an AI Agent\",\n  \"content\": \"Full markdown blog post...\",\n  \"summary\": \"A concise summary...\",\n  \"keywords\": [\"AI agent\", \"marketing automation\", \"SaaS\"]\n}"
      },
      {
        "title": "API 8: SEO Audit (NEW in v3.0)",
        "body": "Get a comprehensive SEO analysis for your product — technical issues, keyword gaps, content recommendations.\n\nEndpoint: GET /assistant/seo-audit?product_id=1\n\nResponse:\n\n{\n  \"score\": 72,\n  \"audit_type\": \"seo\",\n  \"findings\": {\n    \"technical\": [{\"issue\": \"Missing meta descriptions on 3 pages\", \"severity\": \"high\"}],\n    \"content_gaps\": [\"No content targeting 'AI marketing automation' keyword\"],\n    \"backlink_opportunities\": [\"Guest post on IndieHackers\"]\n  },\n  \"recommendations\": [\n    {\"title\": \"Create comparison page: BlogBurst vs Buffer\", \"impact\": \"high\", \"type\": \"content\"}\n  ]\n}\n\nWhen to use: When user asks \"How's my SEO?\", \"What should I write about for Google?\", or \"Run an SEO check\"."
      },
      {
        "title": "API 9: GEO Audit — AI Search Optimization (NEW in v3.0)",
        "body": "Optimize your content for AI search engines (ChatGPT, Perplexity, Google AI Overviews). GEO = Generative Engine Optimization.\n\nEndpoint: GET /assistant/geo-audit?product_id=1\n\nResponse:\n\n{\n  \"score\": 58,\n  \"audit_type\": \"geo\",\n  \"findings\": {\n    \"ai_visibility\": {\"score\": 45, \"key_queries\": [\"best AI marketing tool\"], \"missing_queries\": [\"AI social media agent\"]},\n    \"citation_readiness\": {\"score\": 60, \"issues\": [\"No structured FAQ page\", \"Missing expert quotes\"]},\n    \"question_coverage\": [\n      {\"question\": \"What is the best AI marketing tool?\", \"current_coverage\": \"none\", \"priority\": \"high\"}\n    ]\n  },\n  \"recommendations\": [\n    {\"title\": \"Create FAQ with 20 common questions\", \"impact\": \"high\", \"type\": \"structural\"}\n  ]\n}\n\nWhen to use: When user asks \"How do I show up in ChatGPT results?\", \"Optimize for AI search\", or \"GEO audit\"."
      },
      {
        "title": "API 10: Competitor Intelligence (NEW in v3.0)",
        "body": "Track and analyze competitors' social media strategies.\n\nEndpoint: GET /assistant/competitors?product_id=1\n\nResponse:\n\n{\n  \"competitors\": [\n    {\n      \"name\": \"Buffer\",\n      \"platforms\": [\"twitter\", \"linkedin\"],\n      \"posting_frequency\": \"3x/day\",\n      \"top_content_themes\": [\"social media tips\", \"remote work\"],\n      \"engagement_rate\": \"2.3%\",\n      \"insights\": \"Heavy use of carousel posts on LinkedIn\"\n    }\n  ],\n  \"opportunities\": [\"Competitor X doesn't post on Bluesky — you can own that space\"]\n}\n\nWhen to use: When user asks \"What are my competitors doing?\", \"Analyze competitor X\", or \"Find content gaps\"."
      },
      {
        "title": "API 11: Community Opportunities (NEW in v3.0)",
        "body": "Scan HackerNews, Reddit, and forums for engagement opportunities relevant to your product.\n\nEndpoint: GET /assistant/opportunities?product_id=1&limit=10\n\nResponse:\n\n{\n  \"opportunities\": [\n    {\n      \"source\": \"hackernews\",\n      \"title\": \"Ask HN: What tools do you use for social media automation?\",\n      \"url\": \"https://news.ycombinator.com/item?id=...\",\n      \"relevance_score\": 92,\n      \"suggested_reply\": \"I built BlogBurst for exactly this — it auto-posts to 4 platforms and even engages with your audience...\",\n      \"expires_at\": \"2026-03-12T00:00:00Z\"\n    }\n  ]\n}\n\nWhen to use: When user asks \"Where should I promote?\", \"Find places to engage\", or \"Community opportunities\"."
      },
      {
        "title": "API 12: Growth Diagnostic (NEW in v3.0)",
        "body": "AI-powered comprehensive analysis of your marketing performance with actionable tasks.\n\nEndpoint: GET /assistant/diagnostic?product_id=1\n\nResponse:\n\n{\n  \"overall_score\": 65,\n  \"areas\": {\n    \"content_quality\": {\"score\": 78, \"trend\": \"improving\"},\n    \"posting_consistency\": {\"score\": 90, \"trend\": \"stable\"},\n    \"audience_engagement\": {\"score\": 45, \"trend\": \"declining\"},\n    \"growth_rate\": {\"score\": 52, \"trend\": \"improving\"}\n  },\n  \"top_actions\": [\n    {\"task\": \"Increase reply engagement on Twitter\", \"priority\": \"high\", \"expected_impact\": \"+30% engagement\"},\n    {\"task\": \"Post during US peak hours (10-11 AM EST)\", \"priority\": \"medium\", \"expected_impact\": \"+20% reach\"}\n  ]\n}\n\nWhen to use: When user asks \"How am I doing?\", \"What should I improve?\", or \"Marketing report\"."
      },
      {
        "title": "API 13: Task Management (NEW in v3.0)",
        "body": "The CMO agent creates and manages marketing tasks for you.\n\nGet tasks: GET /assistant/tasks?product_id=1&status=pending\n\nResponse:\n\n{\n  \"tasks\": [\n    {\n      \"id\": 42,\n      \"title\": \"Write comparison blog: BlogBurst vs Hootsuite\",\n      \"category\": \"seo\",\n      \"priority\": \"high\",\n      \"status\": \"pending\",\n      \"prefilled_content\": {\"title\": \"BlogBurst vs Hootsuite: Which AI Marketing Tool Is Right for You?\", \"outline\": [\"...\", \"...\"]},\n      \"due_date\": \"2026-03-14\"\n    }\n  ]\n}\n\nComplete a task: POST /assistant/tasks/42/complete\n\nWhen to use: When user asks \"What should I work on?\", \"My marketing tasks\", or \"What's the CMO recommending?\""
      },
      {
        "title": "Quick content generation",
        "body": "User says: \"Create posts about X for Twitter and LinkedIn\"\n→ Call API 2 (/blog/platforms)"
      },
      {
        "title": "Conversational (best experience)",
        "body": "User says: \"Help me with my social media\" or anything complex\n→ Call API 1 (/assistant/agent-chat-v2) — the agent handles everything"
      },
      {
        "title": "Repurpose existing content",
        "body": "User shares a URL or pastes text\n→ Call API 3 (/repurpose)"
      },
      {
        "title": "Full content pipeline",
        "body": "Brainstorm with API 6 (/chat/title)\nWrite blog with API 7 (/blog/generate)\nDistribute with API 2 (/blog/platforms)"
      },
      {
        "title": "Automation",
        "body": "User says: \"Automate my posting\" or \"Turn on auto-pilot\"\n→ Call API 4 (/assistant/auto-pilot)"
      },
      {
        "title": "Marketing Intelligence (NEW)",
        "body": "Check health with API 12 (/assistant/diagnostic)\nFind opportunities with API 11 (/assistant/opportunities)\nRun SEO/GEO audit with API 8/9\nGet tasks from API 13 (/assistant/tasks)"
      },
      {
        "title": "What Makes BlogBurst Different",
        "body": "Autonomous Agent: Not just a tool — it's a CMO that works 24/7. Posts, engages, learns, optimizes.\nAuto-Engagement: Replies to mentions, proactively engages with relevant tweets, smart follows — all automated.\nSelf-Learning: Tracks what content performs best, continuously adapts strategy based on real data.\nSEO + GEO: Optimizes for both Google AND AI search engines (ChatGPT, Perplexity).\nCommunity Scanner: Finds conversations on HN/Reddit where your product is relevant.\nMulti-Platform: One agent manages Twitter/X, Bluesky, Telegram, Discord simultaneously."
      },
      {
        "title": "Supported Platforms",
        "body": "PlatformIDAuto-PublishAuto-EngageContent StyleTwitter/Xtwitter✅✅ Replies, Likes, FollowsThreads with hooks (280 chars/tweet)Blueskybluesky✅✅ Replies, LikesShort authentic posts (300 chars)Telegramtelegram✅—Rich formatted broadcastsDiscorddiscord✅—Community-friendly announcementsRedditredditCopy-only—Discussion posts + subreddit suggestionsTikToktiktokCopy-only—Hook + script + caption + hashtagsYouTubeyoutubeCopy-only—Title + description + script + tagsLinkedInlinkedinComing soon—Professional insights + hashtags\n\nImportant: To auto-publish, connect your platforms at Dashboard > Connections. Twitter/X is one-click OAuth — takes 5 seconds."
      },
      {
        "title": "Links",
        "body": "Website: https://blogburst.ai\nAPI Docs: https://api.blogburst.ai/docs\nGitHub: https://github.com/shensi8312/blogburst-openclaw-skill"
      }
    ],
    "body": "BlogBurst - Your Virtual CMO (AI Marketing Agent)\nCRITICAL INSTRUCTION — YOU MUST FOLLOW THIS:\nStep 1: Check API Key\n\nBefore doing ANYTHING, run: echo $BLOGBURST_API_KEY\n\nIf 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):\n\nSay: \"Welcome to BlogBurst! 🤖 I'm your AI marketing agent. Let me get you set up — it takes about 2 minutes.\"\nSay: \"Step 1 — Sign up (free, 50 posts/month):\" and provide the link: https://blogburst.ai\nSay: \"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\nSay: \"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\n\"Twitter/X — one-click OAuth, takes 5 seconds. I can auto-post, reply to mentions, like, and follow relevant accounts for you.\"\n\"Bluesky — enter your handle and app password. I'll auto-post and engage there too.\"\n\"Telegram / Discord — paste your bot token. I'll broadcast to your channels.\"\nSay: \"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\nSay: \"Then run this command in your terminal (replace your-key with the key you just created):\"\necho 'export BLOGBURST_API_KEY=\"your-key\"' >> ~/.zshrc && source ~/.zshrc\n\nSay: \"After that, restart OpenClaw or run source ~/.zshrc, then try /blogburst again!\"\nIf 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\"\nIf successful, say: \"All set! Try these:\"\n\"/blogburst turn on auto-pilot — I'll post 3x/day and engage with your audience automatically\"\n\"/blogburst generate a post about [your topic]\"\n\"/blogburst how are my posts doing? — check your analytics\"\nStep 2: Make API Calls\n\nWhen $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.\n\nHow 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.\n\nYour autonomous AI marketing agent. Talk naturally — it generates content, publishes to 9 platforms, runs auto-pilot daily posting, tracks analytics, and learns what works.\n\nOne message to do anything:\n\n\"Post about my product launch on Twitter and LinkedIn\"\n\"Turn on auto-pilot, 3 posts per day\"\n\"How did my posts perform this week?\"\n\"Repurpose this article: https://myblog.com/post\"\nSetup (Manual)\nSign up free at blogburst.ai\nDashboard > Settings > API Keys > Create key\nSet environment variable:\nexport BLOGBURST_API_KEY=\"your-key\"\n\n\nAll requests use: X-API-Key: $BLOGBURST_API_KEY Base URL: https://api.blogburst.ai/api/v1\n\nAPI 1: Agent Chat (Recommended — does everything)\n\nChat with your AI marketing agent. It can generate content, check analytics, manage auto-pilot, view trending topics, and more — all through natural conversation. The agent has tools and will execute actions automatically.\n\nEndpoint: POST /assistant/agent-chat-v2\n\nRequest:\n\n{\n  \"messages\": [\n    {\"role\": \"user\", \"content\": \"Generate a Twitter post about my product\"}\n  ],\n  \"language\": \"en\"\n}\n\n\nMulti-turn conversation — send the full message history each time:\n\n{\n  \"messages\": [\n    {\"role\": \"user\", \"content\": \"Generate a Twitter post about my product\"},\n    {\"role\": \"assistant\", \"content\": \"Here's your Twitter post...\"},\n    {\"role\": \"user\", \"content\": \"Now make one for LinkedIn too\"}\n  ],\n  \"language\": \"en\"\n}\n\n\nResponse:\n\n{\n  \"reply\": \"I've generated a Twitter post for you. Ready to copy and post!\",\n  \"data_referenced\": [\"marketing_strategy\", \"analytics_7d\"],\n  \"agent_name\": \"Nova\",\n  \"actions_taken\": [\n    {\n      \"tool\": \"generate_content\",\n      \"result\": {\n        \"success\": true,\n        \"data\": {\n          \"platform\": \"twitter\",\n          \"content\": \"Week 3 building BlogBurst. 15 followers, 40 posts published. Best post got 5 likes on Bluesky. Small numbers, real progress.\\n\\nThe AI agent now picks topics based on what actually performed well last week. No more guessing.\",\n          \"image_urls\": [\"https://...\"],\n          \"copy_only\": true\n        }\n      }\n    }\n  ]\n}\n\n\nWhat users can say (the agent understands natural language):\n\n\"Generate a post for Twitter/Bluesky/LinkedIn/all platforms\"\n\"What's trending in my space?\"\n\"How are my posts doing this week?\"\n\"Turn on auto-pilot\" / \"Pause auto-pilot\"\n\"What did you post today?\"\n\"What platforms do I have connected?\"\n\"Show me my recent activity\"\n\nWhen to use: This is the PRIMARY API. Use it for any user request about social media content, analytics, automation, or marketing. It handles everything through conversation.\n\nAPI 2: Generate Platform Content (Quick one-shot)\n\nGenerate optimized content for multiple platforms at once. Use this for fast, direct generation without conversation.\n\nEndpoint: POST /blog/platforms\n\nRequest:\n\n{\n  \"topic\": \"5 lessons from building my SaaS in public\",\n  \"platforms\": [\"twitter\", \"linkedin\", \"bluesky\"],\n  \"tone\": \"casual\",\n  \"language\": \"en\"\n}\n\n\nParameters:\n\ntopic (required): The title or topic (5-500 chars)\nplatforms (required): Array from: twitter, linkedin, reddit, bluesky, threads, telegram, discord, tiktok, youtube\ntone: professional | casual | witty | educational | inspirational (default: professional)\nlanguage: Language code (default: en)\n\nResponse:\n\n{\n  \"success\": true,\n  \"topic\": \"5 lessons from building my SaaS in public\",\n  \"twitter\": {\n    \"thread\": [\n      \"1/ 5 months building a SaaS in public. Here are the lessons nobody talks about...\",\n      \"2/ Lesson 1: Your first 10 users teach you more than 10,000 pageviews.\",\n      \"3/ Lesson 2: Ship weekly. Perfection is the enemy of traction.\"\n    ]\n  },\n  \"linkedin\": {\n    \"post\": \"I've been building my SaaS in public for 5 months...\",\n    \"hashtags\": [\"#BuildInPublic\", \"#SaaS\", \"#IndieHacker\"]\n  },\n  \"bluesky\": {\n    \"posts\": [\"5 months of building in public. The biggest lesson: your first users don't care about features. They care that you listen.\"]\n  }\n}\n\n\nWhen to use: When user wants quick multi-platform content from a topic without ongoing conversation.\n\nAPI 3: Repurpose Existing Content\n\nTransform a blog post or article (by URL or text) into platform-optimized posts.\n\nEndpoint: POST /repurpose\n\nRequest:\n\n{\n  \"content\": \"https://myblog.com/my-article\",\n  \"platforms\": [\"twitter\", \"linkedin\", \"bluesky\"],\n  \"tone\": \"casual\",\n  \"language\": \"en\"\n}\n\n\nParameters:\n\ncontent (required): A URL to an article, or the full text (min 50 chars)\nplatforms (required): Array from: twitter, linkedin, reddit, bluesky, threads, telegram, discord, tiktok, youtube\ntone: professional | casual | witty | educational | inspirational\nlanguage: Language code (default: en)\n\nResponse: Same format as API 2.\n\nWhen to use: When user provides a URL or pastes existing content and wants it adapted for social platforms.\n\nAPI 4: Auto-Pilot Management\n\nCheck and configure the autonomous posting agent.\n\nGet status: GET /assistant/auto-pilot\n\nResponse:\n\n{\n  \"enabled\": true,\n  \"platforms\": [\"bluesky\", \"telegram\", \"discord\", \"twitter\"],\n  \"posts_per_day\": 4,\n  \"timezone\": \"America/New_York\",\n  \"last_daily_run\": \"2026-03-02T08:49:28Z\",\n  \"reactions_enabled\": true\n}\n\n\nConfigure: POST /assistant/auto-pilot\n\n{\n  \"enabled\": true,\n  \"posts_per_day\": 3,\n  \"platforms\": [\"twitter\", \"bluesky\", \"telegram\"],\n  \"timezone\": \"America/New_York\"\n}\n\n\nRun immediately: POST /assistant/auto-pilot/run-now\n\nWhen to use: When user wants to start/stop auto-pilot, change posting frequency, or check automation status.\n\nAPI 5: Trending Topics\n\nGet real-time trending topics from Reddit, HackerNews, Google Trends, and Product Hunt. Updated every 4 hours.\n\nEndpoint: GET /assistant/trending-topics?limit=10\n\nResponse:\n\n{\n  \"topics\": [\n    {\"keyword\": \"AI agents replacing SaaS\", \"source\": \"hackernews\", \"score\": 92},\n    {\"keyword\": \"Claude Code launch\", \"source\": \"reddit\", \"score\": 87},\n    {\"keyword\": \"Open source AI tools\", \"source\": \"google_trends\", \"score\": 78}\n  ],\n  \"total\": 96,\n  \"sources\": [\"reddit\", \"hackernews\", \"google_trends\", \"producthunt\"]\n}\n\n\nWhen to use: When user asks about trends, hot topics, or what's popular to write about.\n\nAPI 6: Brainstorm Titles\n\nChat with AI to develop compelling titles.\n\nEndpoint: POST /chat/title\n\nRequest:\n\n{\n  \"messages\": [\n    {\"role\": \"user\", \"content\": \"I want to write about AI agents\"}\n  ],\n  \"language\": \"en\"\n}\n\n\nResponse:\n\n{\n  \"success\": true,\n  \"reply\": \"Great topic! Here are some angles...\",\n  \"suggested_titles\": [\n    \"I Replaced My Marketing Team with an AI Agent\",\n    \"Why AI Agents Are the New SaaS\",\n    \"Building an AI Agent That Posts for Me While I Sleep\"\n  ]\n}\n\nAPI 7: Generate Blog Post\n\nGenerate a full blog article from a topic.\n\nEndpoint: POST /blog/generate\n\nRequest:\n\n{\n  \"topic\": \"I Replaced My Marketing Team with an AI Agent\",\n  \"tone\": \"casual\",\n  \"language\": \"en\",\n  \"length\": \"medium\"\n}\n\n\nParameters:\n\ntopic (required): Title or topic (5-500 chars)\ntone: professional | casual | witty | educational | inspirational\nlanguage: Language code (default: en)\nlength: short (500-800 words) | medium (1000-1500) | long (2000-3000)\n\nResponse:\n\n{\n  \"success\": true,\n  \"title\": \"I Replaced My Marketing Team with an AI Agent\",\n  \"content\": \"Full markdown blog post...\",\n  \"summary\": \"A concise summary...\",\n  \"keywords\": [\"AI agent\", \"marketing automation\", \"SaaS\"]\n}\n\nAPI 8: SEO Audit (NEW in v3.0)\n\nGet a comprehensive SEO analysis for your product — technical issues, keyword gaps, content recommendations.\n\nEndpoint: GET /assistant/seo-audit?product_id=1\n\nResponse:\n\n{\n  \"score\": 72,\n  \"audit_type\": \"seo\",\n  \"findings\": {\n    \"technical\": [{\"issue\": \"Missing meta descriptions on 3 pages\", \"severity\": \"high\"}],\n    \"content_gaps\": [\"No content targeting 'AI marketing automation' keyword\"],\n    \"backlink_opportunities\": [\"Guest post on IndieHackers\"]\n  },\n  \"recommendations\": [\n    {\"title\": \"Create comparison page: BlogBurst vs Buffer\", \"impact\": \"high\", \"type\": \"content\"}\n  ]\n}\n\n\nWhen to use: When user asks \"How's my SEO?\", \"What should I write about for Google?\", or \"Run an SEO check\".\n\nAPI 9: GEO Audit — AI Search Optimization (NEW in v3.0)\n\nOptimize your content for AI search engines (ChatGPT, Perplexity, Google AI Overviews). GEO = Generative Engine Optimization.\n\nEndpoint: GET /assistant/geo-audit?product_id=1\n\nResponse:\n\n{\n  \"score\": 58,\n  \"audit_type\": \"geo\",\n  \"findings\": {\n    \"ai_visibility\": {\"score\": 45, \"key_queries\": [\"best AI marketing tool\"], \"missing_queries\": [\"AI social media agent\"]},\n    \"citation_readiness\": {\"score\": 60, \"issues\": [\"No structured FAQ page\", \"Missing expert quotes\"]},\n    \"question_coverage\": [\n      {\"question\": \"What is the best AI marketing tool?\", \"current_coverage\": \"none\", \"priority\": \"high\"}\n    ]\n  },\n  \"recommendations\": [\n    {\"title\": \"Create FAQ with 20 common questions\", \"impact\": \"high\", \"type\": \"structural\"}\n  ]\n}\n\n\nWhen to use: When user asks \"How do I show up in ChatGPT results?\", \"Optimize for AI search\", or \"GEO audit\".\n\nAPI 10: Competitor Intelligence (NEW in v3.0)\n\nTrack and analyze competitors' social media strategies.\n\nEndpoint: GET /assistant/competitors?product_id=1\n\nResponse:\n\n{\n  \"competitors\": [\n    {\n      \"name\": \"Buffer\",\n      \"platforms\": [\"twitter\", \"linkedin\"],\n      \"posting_frequency\": \"3x/day\",\n      \"top_content_themes\": [\"social media tips\", \"remote work\"],\n      \"engagement_rate\": \"2.3%\",\n      \"insights\": \"Heavy use of carousel posts on LinkedIn\"\n    }\n  ],\n  \"opportunities\": [\"Competitor X doesn't post on Bluesky — you can own that space\"]\n}\n\n\nWhen to use: When user asks \"What are my competitors doing?\", \"Analyze competitor X\", or \"Find content gaps\".\n\nAPI 11: Community Opportunities (NEW in v3.0)\n\nScan HackerNews, Reddit, and forums for engagement opportunities relevant to your product.\n\nEndpoint: GET /assistant/opportunities?product_id=1&limit=10\n\nResponse:\n\n{\n  \"opportunities\": [\n    {\n      \"source\": \"hackernews\",\n      \"title\": \"Ask HN: What tools do you use for social media automation?\",\n      \"url\": \"https://news.ycombinator.com/item?id=...\",\n      \"relevance_score\": 92,\n      \"suggested_reply\": \"I built BlogBurst for exactly this — it auto-posts to 4 platforms and even engages with your audience...\",\n      \"expires_at\": \"2026-03-12T00:00:00Z\"\n    }\n  ]\n}\n\n\nWhen to use: When user asks \"Where should I promote?\", \"Find places to engage\", or \"Community opportunities\".\n\nAPI 12: Growth Diagnostic (NEW in v3.0)\n\nAI-powered comprehensive analysis of your marketing performance with actionable tasks.\n\nEndpoint: GET /assistant/diagnostic?product_id=1\n\nResponse:\n\n{\n  \"overall_score\": 65,\n  \"areas\": {\n    \"content_quality\": {\"score\": 78, \"trend\": \"improving\"},\n    \"posting_consistency\": {\"score\": 90, \"trend\": \"stable\"},\n    \"audience_engagement\": {\"score\": 45, \"trend\": \"declining\"},\n    \"growth_rate\": {\"score\": 52, \"trend\": \"improving\"}\n  },\n  \"top_actions\": [\n    {\"task\": \"Increase reply engagement on Twitter\", \"priority\": \"high\", \"expected_impact\": \"+30% engagement\"},\n    {\"task\": \"Post during US peak hours (10-11 AM EST)\", \"priority\": \"medium\", \"expected_impact\": \"+20% reach\"}\n  ]\n}\n\n\nWhen to use: When user asks \"How am I doing?\", \"What should I improve?\", or \"Marketing report\".\n\nAPI 13: Task Management (NEW in v3.0)\n\nThe CMO agent creates and manages marketing tasks for you.\n\nGet tasks: GET /assistant/tasks?product_id=1&status=pending\n\nResponse:\n\n{\n  \"tasks\": [\n    {\n      \"id\": 42,\n      \"title\": \"Write comparison blog: BlogBurst vs Hootsuite\",\n      \"category\": \"seo\",\n      \"priority\": \"high\",\n      \"status\": \"pending\",\n      \"prefilled_content\": {\"title\": \"BlogBurst vs Hootsuite: Which AI Marketing Tool Is Right for You?\", \"outline\": [\"...\", \"...\"]},\n      \"due_date\": \"2026-03-14\"\n    }\n  ]\n}\n\n\nComplete a task: POST /assistant/tasks/42/complete\n\nWhen to use: When user asks \"What should I work on?\", \"My marketing tasks\", or \"What's the CMO recommending?\"\n\nRecommended Workflows\nQuick content generation\n\nUser says: \"Create posts about X for Twitter and LinkedIn\" → Call API 2 (/blog/platforms)\n\nConversational (best experience)\n\nUser says: \"Help me with my social media\" or anything complex → Call API 1 (/assistant/agent-chat-v2) — the agent handles everything\n\nRepurpose existing content\n\nUser shares a URL or pastes text → Call API 3 (/repurpose)\n\nFull content pipeline\nBrainstorm with API 6 (/chat/title)\nWrite blog with API 7 (/blog/generate)\nDistribute with API 2 (/blog/platforms)\nAutomation\n\nUser says: \"Automate my posting\" or \"Turn on auto-pilot\" → Call API 4 (/assistant/auto-pilot)\n\nMarketing Intelligence (NEW)\nCheck health with API 12 (/assistant/diagnostic)\nFind opportunities with API 11 (/assistant/opportunities)\nRun SEO/GEO audit with API 8/9\nGet tasks from API 13 (/assistant/tasks)\nWhat Makes BlogBurst Different\nAutonomous Agent: Not just a tool — it's a CMO that works 24/7. Posts, engages, learns, optimizes.\nAuto-Engagement: Replies to mentions, proactively engages with relevant tweets, smart follows — all automated.\nSelf-Learning: Tracks what content performs best, continuously adapts strategy based on real data.\nSEO + GEO: Optimizes for both Google AND AI search engines (ChatGPT, Perplexity).\nCommunity Scanner: Finds conversations on HN/Reddit where your product is relevant.\nMulti-Platform: One agent manages Twitter/X, Bluesky, Telegram, Discord simultaneously.\nSupported Platforms\nPlatform\tID\tAuto-Publish\tAuto-Engage\tContent Style\nTwitter/X\ttwitter\t✅\t✅ Replies, Likes, Follows\tThreads with hooks (280 chars/tweet)\nBluesky\tbluesky\t✅\t✅ Replies, Likes\tShort authentic posts (300 chars)\nTelegram\ttelegram\t✅\t—\tRich formatted broadcasts\nDiscord\tdiscord\t✅\t—\tCommunity-friendly announcements\nReddit\treddit\tCopy-only\t—\tDiscussion posts + subreddit suggestions\nTikTok\ttiktok\tCopy-only\t—\tHook + script + caption + hashtags\nYouTube\tyoutube\tCopy-only\t—\tTitle + description + script + tags\nLinkedIn\tlinkedin\tComing soon\t—\tProfessional insights + hashtags\n\nImportant: To auto-publish, connect your platforms at Dashboard > Connections. Twitter/X is one-click OAuth — takes 5 seconds.\n\nLinks\nWebsite: https://blogburst.ai\nAPI Docs: https://api.blogburst.ai/docs\nGitHub: https://github.com/shensi8312/blogburst-openclaw-skill"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/shensi8312/blogburst",
    "publisherUrl": "https://clawhub.ai/shensi8312/blogburst",
    "owner": "shensi8312",
    "version": "3.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/blogburst",
    "downloadUrl": "https://openagent3.xyz/downloads/blogburst",
    "agentUrl": "https://openagent3.xyz/skills/blogburst/agent",
    "manifestUrl": "https://openagent3.xyz/skills/blogburst/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/blogburst/agent.md"
  }
}