返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

BlogBurst

将任何文章在几秒钟内转化为10多个社交媒体帖子。适用于Twitter、LinkedIn、Bluesky、Telegram、Discord等平台的AI驱动的内容再利用。

person作者: jakexiaohubgithub

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
  2. 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-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