Install
openclaw skills install social-post-generator-agentTake a blog post URL or text and generate social media posts from it. Use when repurposing content for Twitter, LinkedIn, or creating promotional posts.
openclaw skills install social-post-generator-agentTransform blog posts and articles into social media content — tweets, LinkedIn posts, and viral hooks.
| Variable | Required | Default | Description |
|---|---|---|---|
PLATFORM | No | twitter | Target platform: twitter or linkedin |
TONE | No | professional | Tone of voice: professional, casual, or technical |
BRAND_NAME | No | — | Brand/person name for attribution |
HASHTAGS | No | — | Comma-separated default hashtags |
Generates 5 social media posts from an article URL or text.
./scripts/generate.sh <url_or_text_file>
Output: 5 formatted posts ready to publish.
Generates a thread of connected tweets from an article.
./scripts/thread.sh <url_or_text_file>
Output: Numbered thread tweets with proper formatting.
Generates attention-grabbing opening hooks for social posts.
./scripts/hook.sh <url_or_text_file>
Output: 10 hook variations to test.
export PLATFORM=twitter
export TONE=casual
export BRAND_NAME="MyBrand"
# Generate 5 tweets from an article
./scripts/generate.sh https://example.com/blog/post
# Create a thread
./scripts/thread.sh article.txt
# Get viral hooks
./scripts/hook.sh article.txt
--dry-run to any script to preview without saving