---
name: content-repurposer
description: Repurpose any content (article, thread, video transcript, podcast notes) into multiple formats — LinkedIn posts, newsletters, TikTok scripts, carousel slides, email sequences. One input, many outputs.
metadata: {"openclaw": {"emoji": "♻️", "homepage": "https://github.com/jarvisonclaw/content-repurposer"}}
---

# Content Repurposer ♻️

Turn one piece of content into many. Input an article, thread, transcript, or notes — get back multiple ready-to-publish formats.

## When to use

Use this skill when the user wants to:
- Turn a blog post into LinkedIn + Twitter + newsletter content
- Repurpose a YouTube/podcast transcript into written formats
- Create a TikTok/Reels script from long-form content
- Generate carousel slide content from an article
- Build an email sequence from existing content
- Maximize ROI from a single piece of content

## How to invoke

- "Repurpose this article into 3 formats: [URL or text]"
- "Turn this thread into a LinkedIn post and newsletter"
- "Make a TikTok script from this: [content]"
- `/content-repurposer [URL or text] --formats linkedin,newsletter,tiktok`

## Supported Output Formats

### 1. LinkedIn Post
- Professional tone, first-person narrative
- Hook line (bold or attention-grabbing)
- 3-5 short paragraphs with line breaks between each
- End with a question to drive comments
- 1,300 chars optimal (under 3,000 max)
- No hashtags in body; 3-5 relevant hashtags at the very end

### 2. Newsletter Section
- Subject line (curiosity-driven, under 50 chars)
- Preview text (under 100 chars)
- 200-400 word section with subheadings
- One clear CTA
- Conversational but authoritative tone

### 3. TikTok/Reels Script
- Hook in first 2 seconds (text on screen + spoken)
- 30-60 second script (150-200 words spoken)
- Visual cues in [brackets]
- Pattern interrupts every 8-10 seconds
- End with CTA or cliffhanger
- Caption with 3-5 hashtags (TikTok still uses them)

### 4. Carousel Slides (Instagram/LinkedIn)
- Slide 1: Bold hook/title (5-8 words)
- Slides 2-7: One idea per slide, large text, minimal words
- Final slide: CTA + account handle
- Include speaker notes for each slide
- Design hints (colors, layout suggestions)

### 5. Email Sequence (3-part)
- Email 1: Problem awareness (story-driven)
- Email 2: Solution + proof (case study / data)
- Email 3: CTA + urgency
- Subject lines for each
- 200-300 words per email

### 6. X/Twitter Thread
- Defer to thread-writer skill if available
- Otherwise: 7-10 tweet thread, hook + value + CTA structure

## Process

1. **Analyze** the source content
   - Identify core thesis, key arguments, data points, stories
   - Note the target audience and tone
   - Extract quotable lines

2. **Adapt** (not just reformat)
   - Each platform has different audiences and norms
   - LinkedIn: professional insight angle
   - TikTok: entertainment + education (edutainment)
   - Newsletter: depth + exclusivity
   - Email: personal + action-oriented
   - Don't just shorten — re-angle the content for each platform's native style

3. **Output** in requested formats
   - Present each format clearly separated
   - Include platform-specific notes (best posting time, hashtag strategy)

## If Given a URL

1. Fetch content via web_fetch
2. Extract the full text and key elements
3. Process through requested formats
4. Credit original source where appropriate

## Quality Standards

- [ ] Each output feels native to its platform (not copy-pasted)
- [ ] Core message preserved across all formats
- [ ] Hooks are genuinely attention-grabbing
- [ ] CTAs are clear and platform-appropriate
- [ ] No format exceeds platform limits
- [ ] Each piece could stand alone without context

## Default Behavior

If no specific formats requested, output:
1. LinkedIn Post
2. X/Twitter Thread summary (5 tweets)
3. Newsletter Section

Ask: "Want me to also create TikTok script, carousel, or email sequence?"
