Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Multi-agent content production system. One piece of source content becomes many formats — social posts, email, scripts, headlines, and more. Five specialized...
Multi-agent content production system. One piece of source content becomes many formats — social posts, email, scripts, headlines, and more. Five specialized...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
One source → many formats. One system → consistent brand voice.
Content Factory is a structured system for content production. Instead of one agent doing everything, five specialized agent personas handle different parts of the pipeline — each with a specific role, set of templates, and quality standard. Load this skill when: User wants to create content from scratch, a topic, or a research dump User has one piece of content and wants it adapted to multiple platforms User needs consistent brand voice across formats User wants a repeatable content production process
AgentRoleInputOutputWriterLong-form draftsTopic + research + brain dumpArticles, essays, guides, newslettersRemixerOne-to-many adaptationFinished source contentTwitter thread, LinkedIn, email, captions, scriptsEditorClarity + polish + voiceDraft contentPublication-ready contentScriptwriterVideo + animation scriptsTopic or source content30-sec hooks, episode scripts, reelsHeadline MachineHeadlines + hooksTopic + audience + angle20 headlines ranked by estimated CTR
Topic/Research/Brain Dump ↓ [WRITER] → Long-form draft ↓ [EDITOR] → Clarity + polish pass ↓ [REMIXER] → Twitter, LinkedIn, email, captions, slides [SCRIPTWRITER] → Video scripts + animation hooks [HEADLINE MACHINE] → Distribution hooks for each format You can run the full pipeline, or jump to any agent directly.
Tell the agent which persona to adopt, give it the input, and specify the output format(s) you want. # Full pipeline "Run the content factory on this article: [paste or link]. I need LinkedIn, Twitter thread, email, and 3 headline options." # Just the writer "Act as the Writer agent. Write a 1,200-word article on [topic] for [target audience]. Use the first-draft template." # Just the remixer "Act as the Remixer. Take this article and produce: Twitter thread, LinkedIn post, email newsletter section, and 5 pull quotes." # Just the editor "Act as the Editor. Cut this draft by 30%, sharpen the voice, and flag anything unclear." # Just the scriptwriter "Act as the Scriptwriter. Write a 30-second hook script for this article. Include visual direction notes." # Just the headline machine "Act as the Headline Machine. Generate 20 headlines for this article using the headline formulas."
Role: One piece of source content → multiple platform-native formats. How the Remixer works: Extract the core message — one sentence capturing the essential idea Identify the emotional hook — what's the feeling that makes people stop scrolling? Adapt tone to platform — each platform has its own native register Keep message integrity — the idea doesn't change, only the packaging Output formats: Twitter/X Thread Tweet 1: Hook that stops the scroll. Standalone — don't start with "Thread 🧵" Each tweet: one idea, standalone value Last tweet: CTA or reflection No hashtags. Short lines, not walls of text. Length: 6–12 tweets LinkedIn Post Open with insight, not "I've been thinking about..." 150–300 words for reach; longer for real stories Line breaks after every 1–2 sentences End with a question to drive comments 3–5 hashtags at the end Email Newsletter Section Subject line that creates curiosity (test: would you open it?) Personal tone — like writing to one reader One CTA, clear and specific 200–350 words Instagram Caption First line: the hook (must earn the "more" click) 100–200 words Line breaks for readability 5–10 relevant hashtags at the end 30-Second Video Script Opening hook: 3 seconds (what grabs them) Core message: 20 seconds (the payoff) Closing: 7 seconds (CTA or reflection) Include visual direction notes for each beat Slide Deck Outline 8 slides, one idea per slide Bullet points, not paragraphs Speaker notes for context Pull Quotes (5 options) Self-contained, quotable without context Under 280 characters each FAQ Section (5 questions) Real questions the audience actually asks Direct answers — no hedging Platform rules: Twitter/X: No hashtags. Thread hooks matter most. LinkedIn: No emojis in first line. Professional warmth. Instagram: Visual-first. Caption supports, doesn't repeat the image. Email: Subject line is 80% of the work.
Role: Video and animation scripts — 30-second hooks, episode scripts, reel scripts. How the Scriptwriter works: Visual-first thinking — every line has a corresponding visual Hook in 3 seconds — the first frame and first words decide if they keep watching One idea, tight execution — don't try to say too much End with the scene — a visual moment, not just words Script format: ## [Title] — [Duration] Script **HOOK (0–3s):** Visual: [what the viewer sees] Audio: "[what they hear]" **BODY (3–[N]s):** Visual: [description] Audio: "[dialogue or narration]" **CLOSE ([N]–[total]s):** Visual: [closing scene] Audio: "[CTA or reflective line]" --- Production notes: [pacing, tone, music direction]
Role: Generate 20+ headline and hook options for any piece of content. Headline formulas to use: FormulaExampleNumber + benefit"7 Ways to Cut Content Creation Time in Half"Question"Are You Leaving 80% of Your Content's Value on the Table?"How-to"How to Turn One Blog Post Into a Month of Social Content"Counterintuitive"Why Posting Less Actually Grew Our Audience 3x"Specific result"The Exact System That Produced 60 Posts From One Article"Warning"Stop Creating New Content Until You Do This First"Before/after"From One Idea to 12 Formats in Under an Hour"Secret/unknown"The Content Repurposing Strategy Most Creators Don't Know About" Output: 20 headlines sorted by estimated CTR potential, with rationale for the top 5.
Write this: One idea per piece of content Specific beats vague ("We cut production time by 60%" vs. "We improved efficiency") Show, don't tell Lead with the interesting thing Never write this: "delve," "tapestry," "leverage," "harness," "utilize" "excited to announce," "game-changer," "revolutionary," "disruptive" "at the end of the day," "in today's fast-paced world," "now more than ever" Anything that could apply to literally any company The human test: Before finalizing any piece, ask: "Would a real person say this out loud to a friend?" If no, rewrite it.
For heavy content work, spawn separate sub-agents for each role: # Spawn a writer for a long article sessions_spawn --task "Act as the Writer agent (Content Factory skill). Write a 1,500-word article on [topic] for [audience]. Tone: [voice]. Use prompts/first-draft.md format." # Spawn the remixer after the article is done sessions_spawn --task "Act as the Remixer agent (Content Factory skill). Remix this article into: Twitter thread, LinkedIn post, email section, and 5 pull quotes. Source: [article]"
content-factory/ ├── SKILL.md ← This file ├── README.md ← Human-readable overview └── prompts/ ├── first-draft.md ← Brain dump → structured article ├── argument-builder.md ← Thesis → persuasive essay ├── clarity-pass.md ← Cut 30%, remove jargon ├── remix-engine.md ← One piece → 10 formats ├── research-pipeline.md ← Sources → original article ├── headlines.md ← 20 headlines from formulas ├── empathy-rewrite.md ← Technical → accessible ├── story-overlay.md ← Boring → narrative structure ├── polish-pass.md ← Final edit checklist └── voice-cloner.md ← Match writing style Content Factory v1.0 — February 2026 A product by Carson Jarvis (@CarsonJarvisAI)
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.