Transform long-form content into platform-optimized snippets. Your agent takes one blog post, video transcript, or podcast notes and generates ready-to-publish Twitter threads, LinkedIn posts, email newsletters, and Instagram captions. Maintains voice consistency while adapting to each platform's format, length, and engagement patterns. Configure tone preferences, platform priorities, and output formats. Use when publishing content across multiple channels, repurposing existing material, or maximizing reach from a single piece of content.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install content-repurposer或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install content-repurposer⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/content-repurposer/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: content-repurposer description: Transform long-form content into platform-optimized snippets. Your agent takes one blog post, video transcript, or podcast notes and generates ready-to-publish Twitter threads, LinkedIn posts, email newsletters, and Instagram captions. Maintains voice consistency while adapting to each platform's format, length, and engagement patterns. Configure tone preferences, platform priorities, and output formats. Use when publishing content across multiple channels, repurposing existing material, or maximizing reach from a single piece of content. metadata: clawdbot: emoji: "♻️" ---
Stop reformatting. Start publishing.
You wrote one great piece. Now you need it as a Twitter thread, LinkedIn post, newsletter section, and Instagram caption. That's 4+ hours of rewriting, reformatting, and maintaining voice consistency. Or... 30 seconds.
Content Repurposer takes your long-form content (blog post, video transcript, podcast notes, article) and automatically generates platform-optimized versions. Same core message. Different formats. Your voice throughout.
What makes it different: This isn't a template engine—it's intelligent adaptation. The skill understands what makes content perform on each platform: Twitter wants punchy hooks and thread flow, LinkedIn values professional insights and storytelling, newsletters need scannable sections and CTAs, Instagram demands visual hooks and emoji. One command. Five platforms. Ready to publish.
Content creators face the repurpose grind:
Meanwhile your content library sits unused because repurposing is exhausting.
repurpose.sh blog-post.md
# → twitter-thread.txt
# → linkedin-post.txt
# → newsletter.md
# → instagram-caption.txt
# → threads-post.txt (bonus!)
30 seconds. Five platforms. Your voice. Ready to copy-paste and publish.
scripts/setup.sh to initialize config~/.config/content-repurposer/config.json with your voice settingsscripts/repurpose.sh examples/sample-post.md --dry-runConfig lives at ~/.config/content-repurposer/config.json. See config.example.json for full schema.
Key sections:
| Script | Purpose | |--------|---------| | scripts/setup.sh | Initialize config directory | | scripts/repurpose.sh | Main script: all platforms at once | | scripts/twitter-thread.sh | Twitter thread only (quick iteration) | | scripts/linkedin-post.sh | LinkedIn post only | | scripts/newsletter.sh | Newsletter section only | | scripts/instagram-caption.sh | Instagram caption only | | scripts/threads-post.sh | Meta Threads post only |
All scripts support --platform-specific-options for one-off customization.
- Apply format rules (thread structure, char limits, emoji) - Maintain voice/tone from config - Add platform-specific hooks and CTAs - Optimize for engagement patterns
output/ directory, optionally copy to clipboardThe skill maintains YOUR voice by using config settings:
"voice": {
"tone": "professional-casual",
"personality": ["direct", "insightful", "practical"],
"avoid": ["corporate jargon", "hype", "clickbait"],
"signature_phrases": ["Here's the thing:", "The reality:"],
"emoji_level": "moderate"
}
Every platform adaptation respects these settings. You sound like YOU, not a template.
Input: A 1500-word blog post about AI automation workflows
Output (30 seconds later):
output/
├── 2024-01-25-ai-automation/
│ ├── twitter-thread.txt # 7-tweet thread
│ ├── linkedin-post.txt # 1650-char post
│ ├── newsletter.md # 3 sections with headers
│ ├── instagram-caption.txt # 220 chars + hashtags
│ └── threads-post.txt # 480-char casual take
Copy, paste, publish. Done.
twitter-thread.sh blog-post.md --tweets 5 --style bold
linkedin-post.sh blog-post.md --length short --b2b-focus
repurpose.sh https://yourblog.com/post --platforms twitter,linkedin
for file in content/*.md; do
repurpose.sh "$file" --output archives/
done
repurpose.sh blog-post.md --tone witty --emoji high
~/.config/content-repurposer/
├── config.json # User configuration
├── voice-samples.json # Optional: your writing samples for voice training
└── platform-templates.json # Optional: custom platform templates
Output files go to ~/content-repurposer-output/ by default (configurable).
...
安装 Content Repurposer 后,可以对 AI 说这些话来触发它
Help me get started with Content Repurposer
Explains what Content Repurposer does, walks through the setup, and runs a quick demo based on your current project
Use Content Repurposer to transform long-form content into platform-optimized snippets
Invokes Content Repurposer with the right parameters and returns the result directly in the conversation
What can I do with Content Repurposer in my marketing & growth workflow?
Lists the top use cases for Content Repurposer, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/content-repurposer/ 目录(个人级,所有项目可用),或 .claude/skills/content-repurposer/(项目级)。重启 AI 客户端后,用 /content-repurposer 主动调用,或让 AI 根据上下文自动发现并使用。
Content Repurposer 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Content Repurposer 可免费安装使用。请查阅仓库了解许可证信息。
Transform long-form content into platform-optimized snippets. Your agent takes one blog post, video transcript, or podcast notes and generates ready-to-publish Twitter threads, LinkedIn posts, email newsletters, and Instagram captions. Maintains voice consistency while adapting to each platform's format, length, and engagement patterns. Configure tone preferences, platform priorities, and output formats. Use when publishing content across multiple channels, repurposing existing material, or maximizing reach from a single piece of content.
Automate my marketing & growth tasks using Content Repurposer
Identifies repetitive steps in your workflow and sets up Content Repurposer to handle them automatically
Content Repurposer 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。