自我完善的AI营销代理。分析性能数据,了解有效的方法,并不断优化您的内容策略。电商产品分析...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install blogburst或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install blogburst⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/blogburst/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: BlogBurst - AI Marketing Agent That Learns & Improves description: Self-improving AI marketing agent. Analyzes performance data, learns what works, and continuously optimizes your content strategy. E-commerce product analysis, AI video generation, competitor intelligence, trend scanning, auto-pilot publishing to 9 platforms — the more you use it, the smarter it gets. homepage: https://blogburst.ai metadata: {"openclaw": {"emoji": "🚀", "requires": {"env": ["BLOGBURST_API_KEY"]}, "primaryEnv": "BLOGBURST_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 setup:
your-key with the key you just created):"``` echo 'export BLOGBURST_API_KEY="your-key"' >> ~/.zshrc && source ~/.zshrc ```
source ~/.zshrc, then try /blogburst again!"curl -s "https://api.blogburst.ai/api/v1/usage" -H "X-API-Key: $BLOGBURST_API_KEY"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/ for GET requests, and add -X POST -H "Content-Type: application/json" -d ' for POST requests.
---
Your self-improving AI marketing agent. It analyzes performance data, learns from every post, and continuously optimizes your content strategy. Supports e-commerce product analysis, AI video generation (FFmpeg/Kling/Runway), competitor intelligence, trend scanning, and auto-pilot publishing to 9 platforms. The more you use it, the smarter it gets.
One message to do anything:
export BLOGBURST_API_KEY="your-key"
All requests use: X-API-Key: $BLOGBURST_API_KEY Base URL: https://api.blogburst.ai/api/v1
---
Chat with your self-improving AI marketing agent. It generates content, checks analytics, manages auto-pilot, scans trends, analyzes competitors, manages e-commerce products, and continuously learns from your feedback and performance data. The agent has tools and executes actions automatically — the more you use it, the smarter it gets.
Endpoint: POST /assistant/agent-chat-v2
Request:
{
"messages": [
{"role": "user", "content": "Generate a Twitter post about my product"}
],
"language": "en"
}
Multi-turn conversation — send the full message history each time:
{
"messages": [
{"role": "user", "content": "Generate a Twitter post about my product"},
{"role": "assistant", "content": "Here's your Twitter post..."},
{"role": "user", "content": "Now make one for LinkedIn too"}
],
"language": "en"
}
Response:
{
"reply": "I've generated a Twitter post for you. Ready to copy and post!",
"data_referenced": ["marketing_strategy", "analytics_7d"],
"agent_name": "Nova",
"actions_taken": [
{
"tool": "generate_content",
"result": {
"success": true,
"data": {
"platform": "twitter",
"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.",
"image_urls": ["https://..."],
"copy_only": true
}
}
}
]
}
What users can say (the agent understands natural language):
When 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.
---
Generate optimized content for multiple platforms at once. Use this for fast, direct generation without conversation.
Endpoint: POST /blog/platforms
Request:
{
"topic": "5 lessons from building my SaaS in public",
"platforms": ["twitter", "linkedin", "bluesky"],
"tone": "casual",
"language": "en"
}
Parameters:
topic (required): The title or topic (5-500 chars)platforms (required): Array from: twitter, linkedin, reddit, bluesky, threads, telegram, discord, tiktok, youtubetone: professional | casual | witty | educational | inspirational (default: professional)language: Language code (default: en)Response:
{
"success": true,
"topic": "5 lessons from building my SaaS in public",
"twitter": {
"thread": [
"1/ 5 months building a SaaS in public. Here are the lessons nobody talks about...",
"2/ Lesson 1: Your first 10 users teach you more than 10,000 pageviews.",
"3/ Lesson 2: Ship weekly. Perfection is the enemy of traction."
]
},
"linkedin": {
"post": "I've been building my SaaS in public for 5 months...",
"hashtags": ["#BuildInPublic", "#SaaS", "#IndieHacker"]
},
"bluesky": {
"posts": ["5 months of building in public. The biggest lesson: your first users don't care about features. They care that you listen."]
}
}
When to use: When user wants quick multi-platform content from a topic without ongoing conversation.
---
Transform a blog post or article (by URL or text) into platform-optimized posts.
Endpoint: POST /repurpose
Request:
{
"content": "https://myblog.com/my-article",
"platforms": ["twitter", "linkedin", "bluesky"],
"tone": "casual",
"language": "en"
}
Parameters:
content (required): A URL to an article, or the full text (min 50 chars)platforms (required): Array from: twitter, linkedin, reddit, bluesky, threads, telegram, discord, tiktok, youtubetone: professional | casual | witty | educational | inspirationallanguage: Language code (default: en)Response: Same format as API 2.
When to use: When user provides a URL or pastes existing content and wants it adapted for social platforms.
---
Check and configure the autonomous posting agent.
Get status: GET /assistant/auto-pilot
...
安装 博客爆发 后,可以对 AI 说这些话来触发它
Help me get started with Blogburst
Explains what Blogburst does, walks through the setup, and runs a quick demo based on your current project
Use Blogburst to aI marketing agent for founders who ship
Invokes Blogburst with the right parameters and returns the result directly in the conversation
What can I do with Blogburst in my ai agent & automation workflow?
Lists the top use cases for Blogburst, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/blogburst/ 目录(个人级,所有项目可用),或 .claude/skills/blogburst/(项目级)。重启 AI 客户端后,用 /blogburst 主动调用,或让 AI 根据上下文自动发现并使用。
博客爆发 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
博客爆发 可免费安装使用。请查阅仓库了解许可证信息。
自我完善的AI营销代理。分析性能数据,了解有效的方法,并不断优化您的内容策略。电商产品分析...
博客爆发 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Blogburst
Identifies repetitive steps in your workflow and sets up Blogburst to handle them automatically