Content Repurposing
Turns social videos, transcripts, posts, or creator research into ready-to-publish LinkedIn posts, X threads, short-form scripts, and newsletters.
Content & WritingBeginner★ 1,994⑂ 20AI score 8/10Last updated: Aug 26, 2026
What it does
- Collects source material (URLs, transcripts, posts, research reports) and breaks it into content atoms: hooks, stories, claims, frameworks, examples, data points, CTAs.
- Maps each atom to the best-fit format under each platform's constraints, then rewrites in your voice for your audience.
- Outputs a structured "Repurposed Content Pack": atom table, LinkedIn posts, X threads, short-form scripts (Hook/Body/CTA), newsletter and blog ideas.
- Enforces guardrails: adapt structure and insight rather than unique wording, keep attribution notes, don't flatten every platform into one template, don't discard a strong original hook.
Who it's for
- Marketers and creators multiplying one video, podcast, or webinar across channels
- Solo founders and personal-brand builders publishing on LinkedIn and X
- Content teams borrowing proven competitor patterns without plagiarizing
- Users of sibling skills like
transcript-intelligence,outlier-post-finder,creator-profile-teardown
Example uses
- "Turn these three TikTok links into 5 LinkedIn posts and 2 X threads" → hook-by-hook draft set
- "Build a 4-week content calendar from last month's webinar transcript" → weekly format mix plus draft scripts
- "Adapt this creator's viral post structure for my product" → structure and insight reused, original wording avoided, source noted
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/ScrapeCreators/social-media-research-skills/HEAD/skills/content-repurposing/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/content-repurposing folder from the GitHub repo ScrapeCreators/social-media-research-skills into my ~/.claude/skills/content-repurposing/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/ScrapeCreators/social-media-research-skills.git /tmp/sc-skills && mkdir -p ~/.claude/skills && cp -r /tmp/sc-skills/skills/content-repurposing ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/ScrapeCreators/social-media-research-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r social-media-research-skills/skills/content-repurposing ~/.claude/skills/ - (Recommended) For automated social data pulls, set your API key:
export SCRAPECREATORS_API_KEY=your_key(add it to~/.zshrcto persist). - (Optional) Copy sibling skills such as
transcript-intelligencethe same way for a full research-to-content pipeline. - Restart Claude Code and ask something like "repurpose this video into LinkedIn posts" — the skill triggers automatically.
View source on GitHub ↗License: MIT