Ai Powered Content Repurposing
/install ai-powered-content-repurposing
\r \r
AI-Powered Content Repurposing\r
\r
Overview\r
\r The AI-Powered Content Repurposing skill automatically transforms your existing content into multiple formats—turning a single blog post into video scripts, podcast episodes, social media threads, email sequences, and executive summaries. Perfect for content teams, marketers, and creators who want to maximize content ROI without manual rewriting.\r \r
Why This Matters\r
\r Content creation is expensive. Repurposing is profitable. This skill uses advanced AI models (GPT-4o, Claude 3.5 Sonnet) to intelligently extract key takeaways, adapt tone for different platforms, and generate platform-optimized content in seconds—not hours.\r \r Integrations & Compatibility:\r
- WordPress (auto-fetch posts via REST API)\r
- Google Drive & Docs (import source content)\r
- Slack (publish snippets to channels)\r
- LinkedIn, Twitter, Instagram (format-optimized outputs)\r
- HubSpot (sync repurposed content to CRM)\r
- Medium, Substack, Ghost (distribute multi-format posts)\r \r ---\r \r
Quick Start\r
\r Copy and paste any of these prompts into your OpenClaw interface:\r \r
Example 1: Blog Post → Social Media Bundle\r
Repurpose my blog post into:\r
- 3x LinkedIn posts (professional, 150 chars max each)\r
- 1x Twitter thread (10 tweets, conversational tone)\r
- 5x Instagram captions (casual, hashtag-rich)\r
- 1x TikTok script (30-60 seconds, energetic)\r
\r
Blog URL: https://example.com/blog/ai-marketing-trends-2025\r
Include key statistics and actionable takeaways.\r
```\r
\r
### Example 2: Long-Form Article → Video + Podcast Script\r
```\r
Transform this article into:\r
1. YouTube video script (8-minute talking points, B-roll cues)\r
2. Podcast episode transcript (conversational, 45 minutes)\r
3. Executive summary (200 words)\r
4. Quiz/interactive elements (3 questions testing listener comprehension)\r
\r
Source: [Paste article text or provide URL]\r
Target audience: Marketing managers, ages 28-45\r
Tone: Authoritative but approachable\r
```\r
\r
### Example 3: Batch Content Transformation\r
```\r
I have 5 blog posts in my WordPress site. Repurpose all of them into:\r
- Email newsletter sequences (3 emails per post)\r
- LinkedIn article versions (adapted for professional audience)\r
- Slack company updates (condensed to 2-3 messages)\r
- PDF one-pagers (visual summary format)\r
\r
WordPress site: https://myblog.com\r
Category: "Product Launches"\r
Maintain brand voice: [Describe your brand tone]\r
```\r
\r
---\r
\r
## Capabilities\r
\r
### 1. **Multi-Format Content Generation**\r
Transform a single source into unlimited formats:\r
- **Blog Posts** → LinkedIn articles, Medium posts, Substack newsletters\r
- **Long-Form Articles** → Video scripts, podcast transcripts, TED talk outlines\r
- **Whitepapers** → Infographic scripts, animated explainer concepts, LinkedIn carousels\r
- **Case Studies** → Email sequences, testimonial videos, success stories\r
- **Interviews** → Twitter threads, LinkedIn posts, podcast clips, quote graphics\r
\r
**Example Usage:**\r
```\r
Transform "How to Optimize Landing Pages" blog post into:\r
- 15x social media posts (pre-scheduled content calendar)\r
- 2x video scripts (YouTube + TikTok versions)\r
- 3x email sequences (nurture, launch, retention)\r
- 1x podcast episode transcript\r
```\r
\r
### 2. **Intelligent Key Takeaway Extraction**\r
Automatically identifies and summarizes the most important points:\r
- Extracts actionable insights for executive summaries\r
- Highlights statistics, frameworks, and data points\r
- Creates bullet-point versions for quick consumption\r
- Generates quiz questions testing core concepts\r
\r
**Output Examples:**\r
- 30-second TL;DR versions\r
- One-page visual summaries\r
- Twitter-thread key points\r
- LinkedIn carousel slides\r
\r
### 3. **Platform-Specific Tone & Format Optimization**\r
Adapts content for each platform's unique requirements:\r
- **LinkedIn**: Professional, data-driven, thought leadership\r
- **Twitter/X**: Punchy, conversation-starting, thread-friendly\r
- **TikTok/Instagram**: Casual, trendy, emoji-rich, hashtag-optimized\r
- **Email**: Scannable, CTA-focused, personalization tokens\r
- **YouTube**: Story-driven, retention cues, chapter markers\r
- **Podcasts**: Conversational, intro/outro hooks, natural pacing\r
\r
### 4. **Batch Processing & Automation**\r
Process multiple pieces of content simultaneously:\r
- Import 5-50 blog posts from WordPress, Medium, or Google Drive\r
- Generate all formats for the entire batch in one workflow\r
- Create pre-scheduled content calendars for social media\r
- Sync outputs to HubSpot, Buffer, or Hootsuite\r
\r
### 5. **Brand Voice Preservation**\r
Maintains consistent messaging across all formats:\r
- Analyze your existing content to learn brand voice\r
- Apply tone guidelines to all repurposed versions\r
- Ensure technical accuracy and message consistency\r
- Custom vocabulary and terminology handling\r
\r
### 6. **SEO & Distribution Intelligence**\r
Optimizes repurposed content for discovery:\r
- Generates SEO-friendly titles, meta descriptions, and alt text\r
- Creates internal linking suggestions\r
- Suggests optimal posting times by platform\r
- Recommends hashtag and keyword placement\r
\r
---\r
\r
## Configuration\r
\r
### Required Environment Variables\r
```bash\r
# OpenAI API key (GPT-4o for advanced repurposing)\r
OPENAI_API_KEY=sk-...\r
\r
# Anthropic API key (Claude 3.5 Sonnet as backup/comparison)\r
ANTHROPIC_API_KEY=sk-ant-...\r
\r
# Optional: For WordPress integration\r
WORDPRESS_API_URL=https://yourblog.com/wp-json\r
WORDPRESS_API_TOKEN=xxxxxxxxxxxx\r
\r
# Optional: For Google Drive integration\r
GOOGLE_API_KEY=AIzaSy...\r
\r
# Optional: For Slack notifications\r
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/...\r
```\r
\r
### Setup Instructions\r
\r
1. **API Authentication**\r
- Get your OpenAI API key from [platform.openai.com](https://platform.openai.com/api-keys)\r
- Get your Anthropic key from [console.anthropic.com](https://console.anthropic.com)\r
- Store securely in your environment or OpenClaw vault\r
\r
2. **WordPress Integration** (Optional)\r
- Enable REST API on your WordPress site\r
- Generate API token: Settings → REST API → Create Token\r
- Test connection: `curl https://yourblog.com/wp-json/wp/v2/posts`\r
\r
3. **Default Configuration Options**\r
```yaml\r
DEFAULT_MODEL: "gpt-4o" # gpt-4-turbo or claude-3.5-sonnet\r
BATCH_SIZE: 10 # Max posts per batch\r
OUTPUT_FORMATS: "all" # Or specify: social,email,video,podcast\r
PRESERVE_LINKS: true # Keep source links in repurposed content\r
INCLUDE_TIMESTAMPS: true # Add publish dates to outputs\r
TONE_ANALYSIS_DEPTH: "detailed" # or "quick"\r
```\r
\r
---\r
\r
## Example Outputs\r
\r
### Input: Blog Post\r
**Title:** "5 AI Tools That Will Replace Your Copywriter in 2025"\r
**Source:** 2,500-word article with 8 sections\r
\r
### Generated Outputs\r
\r
#### 1. LinkedIn Posts\r
```\r
🤖 Just researched the top 5 AI tools disrupting copywriting in 2025.\r
\r
The surprising part? They're not replacements—they're force multipliers.\r
\r
A human + GPT-4o + Claude = 3x faster, better copy.\r
\r
Here's what I found... (thread) 🧵\r
\r
→ Tool #1: Syntax optimization improved our email CTR by 23%\r
→ Tool #2: Tone consistency across 50+ brand channels\r
→ Tool #3: A/B copy variants in milliseconds\r
→ Tool #4: SEO keyword integration (zero awkwardness)\r
→ Tool #5: Multilingual expansion at scale\r
\r
The real insight? The copywriter who uses AI 2x faster > copywriter without AI.\r
\r
Thoughts?\r
```\r
\r
#### 2. TikTok Script (60 seconds)\r
```\r
[HOOK - 0-3 sec]\r
"I tested 5 AI tools that are supposedly replacing copywriters.\r
Here's what ACTUALLY happened..." (text overlay)\r
\r
[BODY - 3-45 sec]\r
- Quick clips of each tool interface\r
- Before/after copy examples\r
- Animated stat: "23% CTR improvement"\r
- Speed montage of generation\r
\r
[OUTRO - 45-60 sec]\r
"The winner isn't AI or humans. It's both.\r
What's your experience? Comment below 👇"\r
\r
[CTA - Text overlay]\r
"Link in bio for the full breakdown"\r
```\r
\r
#### 3. Email Sequence (3-email series)\r
```\r
EMAIL 1: OPENER\r
Subject: The copywriter profession just changed forever\r
Preview: And it's not what you think...\r
\r
---\r
\r
EMAIL 2: VALUE\r
Subject: I tested 5 AI tools so you don't have to\r
[Detailed breakdown of each tool]\r
[Social proof: CTR improvements, time saved]\r
[CTA: Download the comparison chart]\r
\r
---\r
\r
EMAIL 3: ACTION\r
Subject: Which AI tool will YOU try this week?\r
[Recommendation engine: "Based on your role"]\r
[Testimonial: Client case study]\r
[CTA: Start free trial]\r
```\r
\r
#### 4. Podcast Episode Script (Excerpt - 5 minutes)\r
```\r
HOST INTRO:\r
"Today we're diving into something that's been making copywriters \r
anxious for the past 18 months: AI. Specifically, five AI tools \r
that are genuinely changing how we write marketing copy.\r
\r
Now, before you panic—and I get it, you should be thinking about \r
this—the answer isn't robots taking your job. It's more nuanced \r
than that. So let's break down exactly what each tool does, how \r
it performs in the real world, and whether you should be worried..."\r
\r
[CONVERSATION WITH EXAMPLES]\r
"The first tool we tested is GPT-4o. It's arguably the most \r
well-known, but here's what surprised us when we put it to work \r
on an actual email campaign..."\r
```\r
\r
#### 5. Executive Summary (One-Pager)\r
```\r
📌 KEY FINDINGS: AI Tools for Copywriting (2025)\r
\r
🎯 MAIN TAKEAWAY\r
AI doesn't replace copywriters. It multiplies their output by 3x.\r
\r
📊 THE DATA\r
• 23% average CTR improvement with AI-optimized copy\r
• 67% faster turnaround on A/B variants\r
• $12K-$50K annual savings per copywriter\r
\r
🏆 TOP 3 TOOLS\r
1. GPT-4o — Speed & versatility (best for teams)\r
2. Claude 3.5 Sonnet — Nuanced tone (best for brand voice)\r
3. Copy.ai — Template library (best for beginners)\r
\r
⚠️ LIMITATIONS\r
- Requires human editing for factual claims\r
- Inconsistent voice across batches without guardrails\r
- May duplicate common marketing clichés\r
\r
✅ RECOMMENDATION\r
Use AI for drafts, outlines, and variations. Reserve humans for \r
strategy, fact-checking, and final approval.\r
```\r
\r
---\r
\r
## Tips & Best Practices\r
\r
### 1. **Provide High-Quality Source Content**\r
- Well-structured source material produces better repurposing\r
- Include headers, bullet points, and clear CTAs\r
- Specify target audience for each format\r
- Provide brand guidelines upfront\r
\r
### 2. **Batch Processing for Efficiency**\r
```\r
Instead of: "Repurpose 1 blog post"\r
Do this: "Batch process my top 10 performing posts \r
from Q4 2024 into all social formats"\r
```\r
Result: 3-4x faster than individual requests, consistency across content.\r
\r
### 3. **Leverage Platform Specifications**\r
- Mention platform limitations upfront (character counts, video length)\r
- Specify posting schedule preferences (best times, frequency)\r
- Include platform-specific hashtag strategies\r
\r
### 4. **Maintain Brand Voice Through Reference**\r
```\r
"Use this content as reference for tone:\r
[Paste 3 examples of your best existing content]\r
Now repurpose my new blog post maintaining this voice..."\r
```\r
\r
### 5. **Use Tiered Requests for Complex Projects**\r
```\r
Step 1: Generate video script outline\r
Step 2: Expand outline with B-roll cues\r
Step 3: Create speaker notes and timing\r
Step 4: Add captions and visual directions\r
```\r
More granular = better quality, easier to iterate.\r
\r
### 6. **A/B Test Repurposed Variants**\r
Ask the skill to generate 2-3 versions of each format and test which resonates:\r
```\r
"Generate 3 different approaches for this LinkedIn post:\r
- Data-driven version\r
- Story-driven version\r
- Question-based version"\r
```\r
\r
### 7. **Plan Content Calendars Ahead**\r
Repurpose content in batches quarterly:\r
- Jan-Mar: Batch process Q4 content\r
- April-June: Batch process Q1 content\r
- Etc.\r
\r
This ensures consistent pipeline and scale.\r
\r
---\r
\r
## Safety & Guardrails\r
\r
### What This Skill WILL Do\r
✅ Transform your existing content into new formats \r
✅ Maintain factual accuracy from source material \r
✅ Adapt tone for different platforms \r
✅ Generate creative variations and angles \r
✅ Optimize for SEO and platform algorithms \r
\r
### What This Skill WILL NOT Do\r
❌ **Create false claims or misleading statistics** — Always verify data in source content \r
❌ **Generate plagiarized content** — All outputs are original adaptations of your source \r
❌ **Bypass fact-checking requirements** — AI can hallucinate; you must verify claims \r
❌ **Violate copyright** — Only repurpose content you own or have permission to use \r
❌ **Remove proper attribution** — Always credit original sources in repurposed versions \r
❌ **Create harmful, hateful, or discriminatory content** — Filters prevent abuse \r
\r
### Content Boundaries\r
- **Medical claims**: Require professional review before publishing\r
- **Financial advice**: Label as opinion; include necessary disclaimers\r
- **Legal statements**: Must be reviewed by legal counsel\r
- **Proprietary data**: Only repurpose public or internally-approved content\r
- **Sensitive topics**: Maintain journalistic integrity and balanced perspective\r
\r
### IP & Attribution\r
- Repurposed content should credit the original source\r
- Use canonical tags when republishing across domains\r
- Respect paywall restrictions (e.g., Medium, Substack)\r
- Don't republish full copyrighted articles; use excerpts + attribution\r
\r
---\r
\r
## Troubleshooting\r
\r
### ❓ Q: "The repurposed content doesn't sound like my brand"\r
**A:** Provide 3-5 examples of your best-performing content as reference:\r
```\r
"Analyze these 5 posts for tone and style:\r
[Paste examples]\r
Now repurpose my new article maintaining this exact voice..."\r
```\r
\r
### ❓ Q: "Generated content has factual errors"\r
**A:** This is normal—AI can misinterpret or hallucinate. Solutions:\r
1. Use the `INCLUDE_FACT_CHECK_MARKERS` option to flag claims\r
2. Always review outputs before publishing\r
3. Provide source links so the AI can cross-reference\r
4. Use Claude 3.5 Sonnet for higher accuracy on complex topics\r
\r
### ❓ Q: "Social media posts are too long"\r
**A:** Specify character limits explicitly:\r
```\r
"Generate Twitter posts (max 280 characters each, no threads)"\r
"Generate TikTok hooks (max 10 words, high-energy)"\r
```\r
\r
### ❓ Q: "How do I handle multiple product lines with different tones?"\r
**A:** Create separate repurposing batches by product/brand:\r
```\r
Batch 1: ProductA content [Professional tone]\r
Batch 2: ProductB content [Casual tone]\r
Batch 3: ProductC content [Technical tone]\r
```\r
\r
### ❓ Q:
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-powered-content-repurposing - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-powered-content-repurposing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Ai Powered Content Repurposing 是什么?
Transform blog posts, articles, and long-form content into multiple formats—videos, podcasts, social media posts, and summaries. Use when the user needs cont... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 Ai Powered Content Repurposing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-powered-content-repurposing」即可一键安装,无需额外配置。
Ai Powered Content Repurposing 是免费的吗?
是的,Ai Powered Content Repurposing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ai Powered Content Repurposing 支持哪些平台?
Ai Powered Content Repurposing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, win32)。
谁开发了 Ai Powered Content Repurposing?
由 ncreighton(@ncreighton)开发并维护,当前版本 v1.0.0。