skills$openclaw/BlogBurst
shensi8312163

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.

163 stars4.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

nameBlogBurst
descriptionTurn any article into 10+ social media posts in seconds. AI-powered content repurposing for Twitter, LinkedIn, Bluesky, Telegram, Discord & more. OpenClaw Skills integration.
ownershensi8312
repositoryshensi8312/blogburst
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @shensi8312/blogburst
last updatedFeb 7, 2026

Maintainer

shensi8312

shensi8312

Maintains BlogBurst in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
274 B
SKILL.md
2.5 KB
SKILL.md

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

PlatformLimitStyle
Twitter/X280 charsThreads with hooks
LinkedIn3000 charsProfessional insights
Bluesky300 charsCasual, authentic
Telegram4096 charsRich formatting
Discord2000 charsCommunity-focused
Reddit40000 charsGenuine discussion
Product Hunt1000 charsMaker 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"]}'
  • professional - Business-appropriate
  • casual - Friendly and relaxed
  • witty - Clever and humorous
  • educational - Teaching-focused
README.md

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.