Content repurposer
npx -y skills add celeryhq/simplified-ai --skill content-repurposerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Transform one source asset into multiple channel-native social posts and a reusable content sequence. Use when the user asks to repurpose a blog post, video, transcript, webinar, newsletter, announcement, product page, testimonial, case study, podcast, or existing social post into content for LinkedIn, Instagram, Facebook, TikTok, YouTube, Threads, Bluesky, Pinterest, or Google Business.
SKILL.md
3.3 KB, as published. Nobody here has run it
Content Repurposer
Extract the strongest ideas from supplied source material and reshape them for the intended channels without inventing facts.
Guardrails
- Treat the source as authoritative. Preserve names, numbers, claims, qualifications, links, and offer terms.
- Clearly label any interpretation that is not directly supported by the source.
- Return copy in conversation unless the user asks to save drafts.
- Create remote content with
action: "draft"; require explicit approval before scheduling or queueing. - Stop on MCP authorization failure or when required accounts are not connected.
- Present returned URLs as links, never as embedded media.
Workflow
- Read the complete source material available to the user. If only a link is provided, retrieve it with an available browsing or connector tool before writing; do not guess its contents.
- Build a source ledger: central thesis, useful facts, proof points, quotes that may be paraphrased, stories, objections, CTA, and prohibited or unsupported claims.
- Identify reusable angles such as insight, checklist, contrarian point, customer proof, behind-the-scenes detail, FAQ, short tip, and offer.
- Select an output sequence that matches the source depth. Prefer fewer distinct posts over padded variations.
- Adapt each post to the channel's audience behavior, length, hook, CTA, and media format. Do not merely shorten the same caption.
- Call
social_getSocialMediaAccountsonce when the user wants connected-channel drafts. - Show the proposed set with its source angle and intended channel. If asked to save it, call
social_createSocialMediaPostwithaction: "draft"and the required settings from../simplified-social/references/platform-settings.md. - If new supporting visuals are explicitly requested, use
$generate-imagewithstorage: "asset"and pass each returnedasset_idinto socialmedia. If the user supplies a local visual, follow$simplified-socialthrough signed upload andapi_registerAsset, then reuse the returned UUID. - Wait for explicit approval before any scheduling or queueing operation.
Transformation Patterns
- Long-form article: insight post, checklist, myth-versus-fact, quote card concept, and discussion prompt.
- Webinar or transcript: key lesson, clip concept, speaker insight, FAQ, and follow-up CTA.
- Case study or testimonial: challenge, turning point, outcome, lesson, and proof-led offer. Preserve exact attribution requirements.
- Product announcement: problem, benefit, differentiator, demonstration, objection response, and launch CTA.
- Event or promotion: announce, explain value, social proof, reminder, last call, and recap.
Output
State what was extracted from the source, then present each channel-ready post with its angle, copy, CTA, and media suggestion. Report whether the result is copy only, saved drafts, or awaiting publishing approval.