← Back to Skills Marketplace
ncreighton

Ai Powered Content Repurposing

by ncreighton · GitHub ↗ · v1.0.0 · MIT-0
macoslinuxwin32 ⚠ suspicious
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-powered-content-repurposing
Description
Transform blog posts, articles, and long-form content into multiple formats—videos, podcasts, social media posts, and summaries. Use when the user needs cont...
README (SKILL.md)

\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:
Usage Guidance
This skill promises many automated integrations but only asks for OpenAI/Anthropic API keys — ask the publisher how it connects to WordPress, Google Drive, Slack, HubSpot, Buffer, and social platforms (OAuth? user-pasted credentials? undocumented flows?). Before installing: 1) Confirm which credentials you must supply and how they're stored; prefer OAuth flows and scoped tokens over long-lived full-access keys. 2) Assume any content you send to the skill may be forwarded to OpenAI/Anthropic — do not use sensitive or private data until you verify the data handling policy. 3) If you need the advertised automated imports/syncs, request documentation showing the exact runtime steps and what credentials are required. 4) Consider testing with non-sensitive sample content first, and prefer minimal-scope API keys (rate-limited/test keys) where possible. If the repo/homepage includes executable code, review it for network calls or hidden endpoints before giving high‑privilege credentials.
Capability Analysis
Type: OpenClaw Skill Name: ai-powered-content-repurposing Version: 1.0.0 The skill bundle consists of metadata and a comprehensive instruction file (SKILL.md) designed to guide an AI agent in repurposing content across various platforms (WordPress, social media, etc.). It requires standard API keys for OpenAI, Anthropic, and optional integrations like Google Drive and Slack, which are consistent with its stated purpose. No malicious code, data exfiltration patterns, or harmful prompt injections were found; the instructions include explicit safety guardrails and factual accuracy requirements.
Capability Assessment
Purpose & Capability
The skill's description and capabilities list many integrations (WordPress auto-fetch, Google Drive import, Slack publish, HubSpot/Buffer sync, publish to social platforms). However, the declared requirements include only OPENAI_API_KEY and ANTHROPIC_API_KEY and no credentials or config paths for those third-party services. Either the skill expects the user to paste content/URLs manually (in which case the integration claims are overstated) or it will attempt automated access without declaring how credentials are provided — a clear mismatch.
Instruction Scope
SKILL.md is instruction-only and provides example prompts and workflows (batch imports, auto-fetch from WordPress, syncing outputs). The instructions are high-level and open-ended: they do not specify safe defaults, how to obtain or store external service credentials, or whether content (including potentially sensitive text) will be sent to external LLM endpoints. The lack of concrete, scoped runtime steps grants broad discretion and leaves ambiguity about data flows.
Install Mechanism
There is no install spec and no code files — this is instruction-only. That minimizes on-disk code risk (nothing is downloaded or executed by an installer).
Credentials
Requesting OPENAI_API_KEY and ANTHROPIC_API_KEY is plausible for a multi-model repurposing skill (fallback/choice of model). However, both are high-value credentials and the skill does not explain why it needs keys from two different providers. More importantly, integrations described would normally require additional credentials (OAuth tokens, API keys) which are not declared — either those are expected to be provided interactively (not documented) or the skill's integration claims are misleading.
Persistence & Privilege
always is false and there is no install script or persistent agent modification declared. The skill does not request persistent system privileges or automatic forcing into every agent run.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-powered-content-repurposing
  3. After installation, invoke the skill by name or use /ai-powered-content-repurposing
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — automate content repurposing across multiple formats with AI and Google Drive integration. - Instantly transform long-form content (blogs, articles) into video scripts, podcast transcripts, social media posts, summaries, and more. - Adapts tone and output for platforms: LinkedIn, Twitter, Instagram, TikTok, newsletters, and podcasts. - Batch process content from WordPress, Google Drive, and more; export and schedule across channels. - Maintains consistent brand voice and optimizes generated content for SEO and engagement. - Supports integration with WordPress, Google Drive, Slack, HubSpot, and other popular platforms. - Provides example prompts and configuration instructions for quick setup.
Metadata
Slug ai-powered-content-repurposing
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.

How do I install Ai Powered Content Repurposing?

Run "/install ai-powered-content-repurposing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Powered Content Repurposing free?

Yes, Ai Powered Content Repurposing is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Powered Content Repurposing support?

Ai Powered Content Repurposing is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux, win32).

Who created Ai Powered Content Repurposing?

It is built and maintained by ncreighton (@ncreighton); the current version is v1.0.0.

💬 Comments