163★by shensi8312
BlogBurst – OpenClaw Skill
BlogBurst is an OpenClaw Skills integration for writing workflows. Turn any article into 10+ social media posts in seconds. AI-powered content repurposing for Twitter, LinkedIn, Bluesky, Telegram, Discord & more.
Skill Snapshot
| name | BlogBurst |
| description | Turn any article into 10+ social media posts in seconds. AI-powered content repurposing for Twitter, LinkedIn, Bluesky, Telegram, Discord & more. OpenClaw Skills integration. |
| owner | shensi8312 |
| repository | shensi8312/blogburst |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @shensi8312/blogburst |
| last updated | Feb 7, 2026 |
Maintainer

name: BlogBurst description: Turn any article into 10+ social media posts in seconds. AI-powered content repurposing for Twitter, LinkedIn, Bluesky, Telegram, Discord & more. homepage: https://blogburst.ai metadata: {"openclaw": {"emoji": "📝", "requires": {"env": ["BLOGBURST_API_KEY"]}, "primaryEnv": "BLOGBURST_API_KEY"}}
BlogBurst - AI Content Repurposing
Turn any article or blog post into 10+ platform-optimized social media posts in seconds.
Why BlogBurst?
- Save 3+ hours daily - Stop manually rewriting content for each platform
- Platform-optimized - Each post is tailored for the platform's culture and limits
- One click, 7 platforms - Twitter, LinkedIn, Bluesky, Telegram, Discord, Reddit, Product Hunt
Quick Start
Just tell OpenClaw:
Repurpose this article for Twitter and LinkedIn: https://myblog.com/post
Or paste your content directly:
Turn this into social posts for all platforms:
[Your article text here]
Supported Platforms
| Platform | Limit | Style |
|---|---|---|
| Twitter/X | 280 chars | Threads with hooks |
| 3000 chars | Professional insights | |
| Bluesky | 300 chars | Casual, authentic |
| Telegram | 4096 chars | Rich formatting |
| Discord | 2000 chars | Community-focused |
| 40000 chars | Genuine discussion | |
| Product Hunt | 1000 chars | Maker stories |
Setup
- Get free API key at blogburst.ai
- Set environment variable:
export BLOGBURST_API_KEY="your-key"
Example Output
Input: "How to grow your startup with content marketing..."
Twitter output:
1/ Most startups waste $10k/month on ads. Here's how we grew to 50k users with $0 ad spend.
2/ The secret? Content repurposing. One blog post = 15 social posts = 10x reach.
3/ Here's our exact system...
LinkedIn output:
I stopped spending money on ads 6 months ago.
Result? 3x more leads.
Here's the counterintuitive strategy...
API Usage
curl -X POST https://api.blogburst.ai/api/v1/repurpose \
-H "Authorization: Bearer $BLOGBURST_API_KEY" \
-H "Content-Type: application/json" \
-d '{"content": "Your text", "platforms": ["twitter", "linkedin"]}'
Tone Options
professional- Business-appropriatecasual- Friendly and relaxedwitty- Clever and humorouseducational- Teaching-focused
Links
- Website: https://blogburst.ai
- API Docs: https://api.blogburst.ai/docs
- GitHub: https://github.com/shensi8312/blogburst-openclaw-skill
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install BlogBurst?
Run openclaw add @shensi8312/blogburst in your terminal. This installs BlogBurst into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/shensi8312/blogburst. Review commits and README documentation before installing.
