# Send Content Repurposer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "content-repurposer",
    "name": "Content Repurposer",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/audsmith28/content-repurposer",
    "canonicalUrl": "https://clawhub.ai/audsmith28/content-repurposer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/content-repurposer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-repurposer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "config.example.json",
      "scripts/instagram-caption.sh",
      "scripts/linkedin-post.sh",
      "scripts/newsletter.sh",
      "scripts/repurpose.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "content-repurposer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T10:23:42.236Z",
      "expiresAt": "2026-05-06T10:23:42.236Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-repurposer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-repurposer",
        "contentDisposition": "attachment; filename=\"content-repurposer-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "content-repurposer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/content-repurposer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/content-repurposer",
    "downloadUrl": "https://openagent3.xyz/downloads/content-repurposer",
    "agentUrl": "https://openagent3.xyz/skills/content-repurposer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/content-repurposer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/content-repurposer/agent.md"
  }
}
```
## Documentation

### Content Repurposer — Create Once, Publish Everywhere

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.

### The Problem

Content creators face the repurpose grind:

✍️ You create one killer blog post (2-3 hours)
🔄 Manually reformat for Twitter (45 min)
🔄 Adapt for LinkedIn (30 min)
🔄 Write newsletter version (30 min)
🔄 Craft Instagram caption (20 min)
😤 Total: 4+ hours of reformatting, still inconsistent voice

Meanwhile your content library sits unused because repurposing is exhausting.

### The Solution

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.

### Setup

Run scripts/setup.sh to initialize config
Edit ~/.config/content-repurposer/config.json with your voice settings
Test with: scripts/repurpose.sh examples/sample-post.md --dry-run

### Config

Config lives at ~/.config/content-repurposer/config.json. See config.example.json for full schema.

Key sections:

voice — Tone, style, personality (professional/casual/witty/educational)
platforms — Enable/disable platforms, set priorities
twitter — Thread length (3-10 tweets), hook style, hashtag preferences
linkedin — Length (1300-2000 chars), story style, B2B focus
newsletter — Section format, CTA style, subject line approach
instagram — Caption length, emoji density, hashtag count
output — Directory, file naming, whether to auto-copy best version to clipboard

### Scripts

ScriptPurposescripts/setup.shInitialize config directoryscripts/repurpose.shMain script: all platforms at oncescripts/twitter-thread.shTwitter thread only (quick iteration)scripts/linkedin-post.shLinkedIn post onlyscripts/newsletter.shNewsletter section onlyscripts/instagram-caption.shInstagram caption onlyscripts/threads-post.shMeta Threads post only

All scripts support --platform-specific-options for one-off customization.

### How It Works

Parse Input: Read long-form content (markdown, .txt, URL)
Extract Core: Identify main thesis, key points, quotes, stats
Platform Adapt: For each enabled platform:

Apply format rules (thread structure, char limits, emoji)
Maintain voice/tone from config
Add platform-specific hooks and CTAs
Optimize for engagement patterns


Output: Save to output/ directory, optionally copy to clipboard

### Twitter/X Threads

Length: 3-10 tweets (configurable)
Format: Numbered or unnumbered, 280 chars/tweet
Hook: Bold opening tweet (question, stat, or bold claim)
Structure: Intro → Key points → Insight → CTA
Best for: Hot takes, frameworks, step-by-step guides

### LinkedIn

Length: 1300-2000 characters (sweet spot for "see more")
Format: Native text, no links in post body
Hook: Personal story or professional insight
Structure: Hook → Story/Context → Value/Lesson → CTA
Best for: B2B insights, career lessons, thought leadership

### Email Newsletter

Length: 200-500 words per section
Format: Scannable sections with headers
Hook: Compelling subject line + opening line
Structure: Subject → Hook → Key points (bullets/sections) → CTA
Best for: Deep dives, curated insights, personal updates

### Instagram

Length: 150-300 characters (pre-"...more" cutoff)
Format: Emoji-heavy, visual language
Hook: Emotional or curiosity-driven first line
Structure: Hook → Core message → Hashtags (5-10)
Best for: Visual content tie-ins, motivation, quick tips

### Meta Threads

Length: 500 characters max
Format: Casual, Twitter-like but longer
Hook: Conversational opener
Structure: Similar to Twitter but single post
Best for: Casual takes, quick insights

### Voice Consistency

The 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.

### Example Workflow

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.

### Single Platform

twitter-thread.sh blog-post.md --tweets 5 --style bold
linkedin-post.sh blog-post.md --length short --b2b-focus

### URL Input

repurpose.sh https://yourblog.com/post --platforms twitter,linkedin

### Batch Processing

for file in content/*.md; do
  repurpose.sh "$file" --output archives/
done

### Custom Voice (One-Off)

repurpose.sh blog-post.md --tone witty --emoji high

### Pro Tips

Subject Line First: For newsletters, generate 5 subject line options
Hook Testing: Generate multiple opening hooks, pick the best
Engagement Checklist: Does each version have a clear CTA?
Platform Priority: Start with your best-performing platform
Batch Days: Repurpose a month of content in one session

### Data Files

~/.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).

### Use Cases

Bloggers: Turn one post into a week of social content
Podcasters: Repurpose episode notes into promotional content
Course Creators: Transform lesson transcripts into marketing snippets
Consultants: Turn one insight into multi-platform thought leadership
Agencies: Scale content production for clients without hiring writers

### What It's NOT

❌ Not a content generator: You provide the source material
❌ Not a scheduler: Use Buffer/Hootsuite for posting (we just create the content)
❌ Not image creation: Text only (pair with DALL-E for visuals)

### Why This Works

Content repurposing fails when it's:

Manual (too slow)
Template-based (sounds robotic)
Platform-agnostic (doesn't optimize for each channel)

This skill solves all three: fast, voice-consistent, platform-optimized.

Your content deserves more reach. Your time deserves better use.

Built for creators who value their time and their voice.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: audsmith28
- Version: 1.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T10:23:42.236Z
- Expires at: 2026-05-06T10:23:42.236Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/content-repurposer)
- [Send to Agent page](https://openagent3.xyz/skills/content-repurposer/agent)
- [JSON manifest](https://openagent3.xyz/skills/content-repurposer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/content-repurposer/agent.md)
- [Download page](https://openagent3.xyz/downloads/content-repurposer)