返回顶部
s

social-post-generator

Take a blog post URL or text and generate social media posts from it. Use when repurposing content for Twitter, LinkedIn, or creating promotional posts.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
84
下载量
0
收藏
概述
安装方式
版本历史

social-post-generator

# Social Post Generator Transform blog posts and articles into social media content — tweets, LinkedIn posts, and viral hooks. ## Environment Variables | 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 | ## Scripts ### generate.sh — Generate Posts Generates 5 social media posts from an article URL or text. ```bash ./scripts/generate.sh <url_or_text_file> ``` **Output:** 5 formatted posts ready to publish. ### thread.sh — Create Twitter Thread Generates a thread of connected tweets from an article. ```bash ./scripts/thread.sh <url_or_text_file> ``` **Output:** Numbered thread tweets with proper formatting. ### hook.sh — Create Viral Hooks Generates attention-grabbing opening hooks for social posts. ```bash ./scripts/hook.sh <url_or_text_file> ``` **Output:** 10 hook variations to test. ## Usage Example ```bash 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 ``` ## Notes - Uses web_fetch to extract content from URLs - Each platform has character limits (Twitter: 280, LinkedIn: 3000) - Generates hashtag suggestions based on content - Output is copy-paste ready with line breaks - Add `--dry-run` to any script to preview without saving

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 social-post-generator-agent-1776021386 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 social-post-generator-agent-1776021386 技能

通过命令行安装

skillhub install social-post-generator-agent-1776021386

下载 Zip 包

⬇ 下载 social-post-generator v1.0.0

文件大小: 7 KB | 发布时间: 2026-4-13 12:07

v1.0.0 最新 2026-4-13 12:07
- Initial release of Social Post Generator.
- Generate 5 social media posts from a blog post URL or text for Twitter or LinkedIn.
- Create formatted Twitter threads and viral hooks from article content.
- Supports platform, tone, brand attribution, and custom hashtag configuration via environment variables.
- Outputs copy-paste ready content tailored to platform requirements with hashtag suggestions.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部