跨多个平台(包括 Twitter、LinkedIn、Facebook、Instagram、TikTok 和电子邮件)转换和重新利用内容。在为社交媒体调整长格式内容、创建特定于平台的变体、构建内容日历或跨渠道保持一致的消息传递时使用。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install content-recycler或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install content-recycler⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/content-recycler/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: content-recycler description: Transform and repurpose content across multiple platforms including Twitter, LinkedIn, Facebook, Instagram, TikTok, and email. Use when adapting long-form content for social media, creating platform-specific variations, building content calendars, or maintaining consistent messaging across channels. ---
Transform existing content into optimized variations for multiple platforms while maintaining brand voice and message consistency. Turn one blog post into a week's worth of social media content, newsletter copy, and cross-platform engagement.
Transform blog posts into:
Example Request: "Take this 2000-word blog post about '10 Productivity Hacks' and create: (1) A Twitter thread, (2) LinkedIn post, (3) Facebook post, (4) Instagram caption, (5) TikTok script, and (6) Email teaser."
Optimize for each platform's unique characteristics:
Twitter/X:
LinkedIn:
Facebook:
Instagram:
TikTok/Reels:
From single content to multi-day schedule:
Take one comprehensive piece (blog, video, guide) and generate a content calendar with:
Example Request: "Create a 7-day content calendar from this blog post about 'Remote Work Tips' with daily posts for Twitter, LinkedIn, Instagram, and Facebook."
Generate platform-appropriate tags:
Example Request: "Generate optimized hashtags for Instagram and LinkedIn for this content about 'AI in Marketing'."
# Use scripts/recycle_content.py
python3 scripts/recycle_content.py \
--input blog_post.md \
--output-dir ./output \
--platforms twitter,linkedin,facebook,instagram,tiktok,email \
--format all
# Use scripts/to_twitter_thread.py
python3 scripts/to_twitter_thread.py \
--input article.md \
--max-tweets 10 \
--hashtags 2 \
--tone conversational
# Use scripts/generate_calendar.py
python3 scripts/generate_calendar.py \
--input content.md \
--days 7 \
--platforms twitter,linkedin,facebook,instagram \
--output calendar.md
recycle_content.pyTransform content across multiple platforms.
Parameters:
--input: Input file path (required)--output-dir: Output directory (default: ./output)--platforms: Comma-separated platforms (twitter,linkedin,facebook,instagram,tiktok,email)--format: Output format (all,threads,posts,captions,scripts)--tone: Tone preference (professional,conversational,playful)--include-hashtags: Include hashtag suggestions (true/false)--cta: Call-to-action to includeExample:
python3 scripts/recycle_content.py \
--input blog_post.md \
--output-dir ./output \
--platforms twitter,linkedin,instagram \
--tone professional \
--include-hashtags \
--cta "Read the full article at link in bio"
to_twitter_thread.pyConvert long-form content to Twitter/X thread.
Parameters:
--input: Input file path--max-tweets: Maximum number of tweets (default: 10)--hashtags: Number of hashtags per tweet (default: 2)--tone: Tone preference (default: conversational)--include-cta: Include CTA in final tweetExample:
python3 scripts/to_twitter_thread.py \
--input article.md \
--max-tweets 8 \
--hashtags 3 \
--tone conversational \
--include-cta
to_linkedin_post.pyCreate LinkedIn-optimized post from content.
Parameters:
--input: Input file path--max-length: Max character length (default: 3000)--tone: Tone (professional,conversational,inspirational)--include-stats: Include statistics/data points--formatting: Use bolding, line breaks (true/false)Example:
python3 scripts/to_linkedin_post.py \
--input article.md \
--tone professional \
--include-stats \
--formatting
generate_calendar.pyGenerate multi-day content calendar from source content.
Parameters:
--input: Input file path--days: Number of days (default: 7)--platforms: Comma-separated platforms--output: Output file--theme: Daily themes (teaser,release,followup,behind_scenes,qa,summary,cta)Example:
python3 scripts/generate_calendar.py \
--input content.md \
--days 7 \
--platforms twitter,linkedin,facebook,instagram \
--output calendar.md
optimize_hashtags.pyGenerate platform-optimized hashtags.
Parameters:
--input: Input content or topic--platforms: Target platforms (instagram,linkedin,twitter,facebook,tiktok)--count: Number of hashtags per platform--niche: Industry/niche (tech,marketing,finance,health,etc.)Example:
python3 scripts/optimize_hashtags.py \
--input "AI in marketing automation" \
--platforms instagram,linkedin,twitter \
--count 15 \
--niche marketing
Example Thread Structure:
Tweet 1: Hook + what you'll learn + (1/X)
Tweet 2-8: Main points (one key insight per tweet)
Tweet 9: Bonus tip/counterintuitive point
Tweet 10: Summary + CTA + hashtags
Format Template:
[Hook - 3 lines]
[White space]
[Key insight with data point]
[Personal story/example]
[Another key insight]
[Call to action or question]
#hashtags
- 5-10: High volume - 5-10: Medium volume - 5-10: Niche/low volume
Caption Template:
[Hook - 2-3 lines with emojis]
[White space]
...安装 内容回收商 后,可以对 AI 说这些话来触发它
Help me get started with Content Recycler
Explains what Content Recycler does, walks through the setup, and runs a quick demo based on your current project
Use Content Recycler to transform and repurpose content across multiple platforms including...
Invokes Content Recycler with the right parameters and returns the result directly in the conversation
What can I do with Content Recycler in my marketing & growth workflow?
Lists the top use cases for Content Recycler, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/content-recycler/ 目录(个人级,所有项目可用),或 .claude/skills/content-recycler/(项目级)。重启 AI 客户端后,用 /content-recycler 主动调用,或让 AI 根据上下文自动发现并使用。
内容回收商 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
内容回收商 可免费安装使用。请查阅仓库了解许可证信息。
跨多个平台(包括 Twitter、LinkedIn、Facebook、Instagram、TikTok 和电子邮件)转换和重新利用内容。在为社交媒体调整长格式内容、创建特定于平台的变体、构建内容日历或跨渠道保持一致的消息传递时使用。
内容回收商 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Content Recycler
Identifies repetitive steps in your workflow and sets up Content Recycler to handle them automatically