Turn any article into 10+ social media posts in seconds. AI-powered content repurposing for Twitter, LinkedIn, Bluesky, Telegram, Discord & more.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill repurpose-articles-into-social-posts --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Repurpose Articles Into Social Posts?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-repurpose-articles-into-social-posts)More formats (shields.io, HTML) on the badges page.
---
name: repurpose-articles-into-social-posts
description: "Turn any article into 10+ social media posts in seconds. AI-powered content repurposing for Twitter, LinkedIn, Bluesky, Telegram, Discord & more."
category: "Communication"
author: community
version: "1.0.5"
icon: message-circle
---
# 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 |
| LinkedIn | 3000 chars | Professional insights |
| Bluesky | 300 chars | Casual, authentic |
| Telegram | 4096 chars | Rich formatting |
| Discord | 2000 chars | Community-focused |
| Reddit | 40000 chars | Genuine discussion |
| Product Hunt | 1000 chars | Maker stories |
## Setup
1. Get free API key at [blogburst.ai](https://blogburst.ai)
2. Set environment variable:
```bash
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
```bash
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-appropriate
- `casual` - Friendly and relaxed
- `witty` - Clever and humorous
- `educational` - Teaching-focused
## Links
- Website: https://blogburst.ai
- API Docs: https://api.blogburst.ai/docs
- GitHub: https://github.com/shensi8312/blogburst-openclaw-skill
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!