ScrollClaw System

ScrollClaw system — core doctrine, format selection, pipeline routing, and anti-patterns.

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/system, including the files SKILL.md points to.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit TheMattBerman/scrollclaw/_system#main ~/.claude/skills/system

For one project only, change the path to .claude/skills/system. This skill also uses voice-profile.md, positioning.md, audience.md, brief.md, persona-research.md, output-log.md — copying SKILL.md alone won't be enough. See the folder on GitHub.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of ScrollClaw System

Show the full text189 lines
namedescriptionmetadata
_scrollclaw-systemScrollClaw system — core doctrine, format selection, pipeline routing, and anti-patterns. Loaded into every UGC conversation. openclaw: always: true user-invocable: false emoji: "🎬

ScrollClaw System

AI video defaults to cinematic. Sweeping drone shots. Perfect lighting. Orchestral energy. Nobody scrolls past that thinking "real person" — they think "ad" and keep moving. UGC works because it looks like someone pulled out their phone and talked.

Core Doctrine

Messaging is the actual skill. The tools improve weekly — visuals, voice, motion are getting solved. AI cannot solve having something worth saying. Most AI UGC fails not because it looks like AI but because the script sounds like a copywriter, not a customer. Persona research before production. Real language before prompts.

Anti-polish is the product. Every decision optimizes for "could a real person have shot this on their phone." Impressive is the enemy.

Creators are persistent. AI creators have locked identities — same face, same hair, same build across every clip. First-frame consistency: generate one canonical face with Nano Banana, feed it to every Sora/Kling i2v generation. Read references/creator-system.md.

First frame controls everything. Generate frame 1 with Nano Banana 2 (composition, character, environment, color locked), then animate with Sora 2 i2v. Text-to-video is the fallback.

Save first, watch later. Replicate URLs are ephemeral. Every output gets downloaded immediately.

System not clip. Every run leaves reusable creator profiles, prompt logs, color references. Campaign 10 takes a fraction of campaign 1.

The Six Dimensions

Setting. Cadence. Influencer realism. Story. Product. Audience. Every decision routes through these. Most people skip consumer psychology — that's why their AI looks obvious.

Format Selection

Ask: what are we making? Then route to the right format.

If the goal is... Format What user provides What AI generates
Product review / honest take Talking Head Brand context Everything (face, voice, video)
App/tool demo (scroll-stopper) Hook Face + Demo Screen recording (recommended) or screenshots Hook face + captions. Demo = real footage.
Authority / credibility Podcast Clip Brand context Everything (face, set, voice)
Quick visual transformation Visual Transformation Brand context, before/after concept All imagery + animation
Complex mechanism explanation Hybrid Transformation Brand context, deep persona research Talking head bookends + slideshow
Hot take / faceless Wall of Text The text content Static image + text overlay

Read references/format-library.md for shot-by-shot blueprints. Read references/hook-emotions.md for the emotion taxonomy.

Pipeline Overview

Step Skill What happens
0. Brand setup (one-time) /brand-setup Research brand, generate voice/positioning/audience files
1. Persona research /persona Mine reviews, extract real language
2. Brand context /persona Load brand voice, know the product
3. Creator profiles /persona Lock identity in workspace/campaigns/<slug>/creators/ or workspace/creators/
4. Format + Script /persona Choose format, write script with visual beats
5. First frame /first-frame Nano Banana 2 → canonical face image
6. Animate (A-roll) /animate Sora 2 i2v → talking head clips
7. B-roll /b-roll Kling 3 → environment/product shots
8. Stitch + Audio /assemble Multi-clip stitching, ElevenLabs S2S voice
9. Post-production /assemble Color grade, grain, frame rate, phone test
10. Captions /assemble Native-style caption overlays (LAST step)
11. Score /score Virality scoring — 70+ to publish

Anti-Patterns

Visual: Cinematic drift (override with handheld energy), model-pretty creators (specify normal-looking), clean room syndrome (demand real clutter), porcelain skin (specify visible pores), smooth steadicam (phone has micro-shake).

Color: Grey-scale Nano Banana default (fix with JSON color prompts). Too-clean color (lift shadows, slight fade). See references/color-reference-system.md.

Audio: Clean studio audio (add room ambience). Library ElevenLabs voices (voice design or instant clone only). Stock music (real UGC rarely has music).

Script: Testimonial cadence ("I've been using this for three weeks..."). Wardrobe drift across same-day clips.

Pipeline: Output loss (download immediately). Hallucinated text (add "no text" to negative prompt). Extra limbs (reroll, don't fix prompt). Resolution mismatch (normalize before stitching). Multi-clip voice drift (use ElevenLabs S2S).

Taste Calibration

Read references/taste-calibration.md for before/after examples that show what "anti-polish" actually sounds and looks like in practice.

Contract

Input: product/brand context (URL, description, or brand voice file). Optional: creator profiles, format preference, color references.

Output: video clips (MP4), first-frame images (PNG), creator profiles, scripts, prompt logs. Default 9:16 vertical.

Env: FAL_KEY (primary), REPLICATE_API_TOKEN (Nano Banana + fallback), ELEVENLABS_API_KEY (multi-clip voice), OPENROUTER_API_KEY (Gemini virality scoring).

Brand & Campaign Context

ScrollClaw persists work across sessions using a structured workspace. Campaign 10 takes a fraction of campaign 1 because creator profiles, brand context, and learnings accumulate.

Full protocol: Read references/brand-campaign-context.md.

Workspace structure
workspace/
├── brand/                    ← Read-only for ScrollClaw (written by /brand-setup, GrowthClaw, or manually)
│   ├── voice-profile.md      ← Brand voice → informs script tone
│   ├── positioning.md        ← Differentiation → informs persona research
│   └── audience.md           ← ICP → informs creator archetype selection
├── creators/                 ← Global creator profiles (reusable across campaigns)
└── campaigns/<slug>/
    ├── brief.md              ← Campaign brief (from assets/campaign-brief-template.md)
    ├── persona-research.md   ← Written by /persona
    ├── creators/             ← Campaign-specific creator overrides
    ├── scripts/              ← Approved scripts
    ├── frames/               ← First frames + context frames
    ├── clips/                ← A-roll, B-roll, assembled finals
    ├── scores/               ← Virality score cards
    ├── output-log.md         ← Prompt log, generation params (append-only)
    └── learnings.md          ← What worked, what didn't (append-only)
Context matrix
Skill Reads Writes
/brand-setup Brand website, social profiles, reviews, competitors (scraped) brand/voice-profile.md, brand/positioning.md, brand/audience.md
/persona brand/{voice-profile,positioning,audience}.md, campaign brief persona-research.md, creators/, scripts/
/first-frame creators/, scripts/, campaign brief frames/, output-log.md
/animate frames/, scripts/, creators/ clips/a-roll-*.mp4, output-log.md
/b-roll frames/, clips/a-roll-*, scripts/ clips/b-roll-*.mp4, output-log.md
/assemble clips/*, scripts/, creators/ clips/final-*.mp4, output-log.md
/score clips/final-*, campaign brief, persona-research.md scores/, learnings.md
Rules for reading brand memory
  • Check if each brand file exists before reading. Never error on missing files.
  • Show what was loaded: ✓ Loaded brand voice: conversational-direct / ✗ No audience file — proceeding standalone
  • ScrollClaw reads workspace/brand/ but never writes there
Rules for writing campaign files
  • output-log.md and learnings.md are append-only — never overwrite
  • Creator profiles: global ones go in workspace/creators/, campaign overrides in workspace/campaigns/<slug>/creators/
  • Skills own their outputs. /persona owns persona-research.md. /score owns scores/ and learnings.md.

Common Mistakes (from live production sessions)

These mistakes have been made in real sessions. Every one of them wasted time and tokens. Do not repeat them.

Never generate random people — always use creator reference

The creator system exists to lock visual identity. Every first frame must be generated from the creator's canonical reference image using i2v. Generating 7 random people instead of using Jess's locked reference was the biggest waste in session 2.

Wrong: text-to-image → random person → animate Right: reference image → Nano Banana 2 → first frame → Sora 2 i2v

Never use text-to-video for established creators — always i2v

t2v generates a completely different person every time. Once a creator has a reference image, always use image-to-video. The only acceptable use of t2v is initial exploration before a reference is locked.

Never caption before post-production

Grain degrades caption text. Color grading shifts caption colors. The order is non-negotiable:

raw clips → stitch → post-produce → THEN captions (LAST)
Always QA with vision model after stitch

Use Gemini Flash to scrub every clip frame-by-frame after stitching. It catches content drift (wrong person appearing mid-clip), hand artifacts, and scene inconsistencies that are easy to miss on a quick watch. Don't wait for the user to catch problems.

Always use compatible encoding defaults
-c:v libx264 -profile:v main -pix_fmt yuv420p -crf 23 -preset medium -movflags +faststart -c:a aac -b:a 128k -ar 44100

yuv444p and High 4:4:4 Predictive profile break Telegram Web, many mobile browsers, and some social platforms. Always yuv420p + main profile + faststart. Do this from the first encode, not as a fix after delivery fails.

Always run pre-flight before generating
bash scripts/pre-flight.sh <campaign-slug>

Validates workspace structure, creator profiles, reference images, scripts, and caption plans. Catches missing prerequisites before you waste API calls.

Follow the production pipeline order

Read references/production-pipeline.md for the strict step-by-step sequence. Every step depends on the previous one being done correctly.

Setup

Run scripts/check-deps.sh to verify all API keys and dependencies.

1---
2name: _scrollclaw-system
3description: "ScrollClaw system — core doctrine, format selection, pipeline routing, and anti-patterns. Loaded into every UGC conversation."
4metadata:
5 openclaw:
6 always: true
7 user-invocable: false
8 emoji: "🎬"
9---
10 
11# ScrollClaw System
12 
13AI video defaults to cinematic. Sweeping drone shots. Perfect lighting. Orchestral energy. Nobody scrolls past that thinking "real person" — they think "ad" and keep moving. UGC works because it looks like someone pulled out their phone and talked.
14 
15## Core Doctrine
16 
17**Messaging is the actual skill.** The tools improve weekly — visuals, voice, motion are getting solved. AI cannot solve having something worth saying. Most AI UGC fails not because it looks like AI but because the script sounds like a copywriter, not a customer. Persona research before production. Real language before prompts.
18 
19**Anti-polish is the product.** Every decision optimizes for "could a real person have shot this on their phone." Impressive is the enemy.
20 
21**Creators are persistent.** AI creators have locked identities — same face, same hair, same build across every clip. First-frame consistency: generate one canonical face with Nano Banana, feed it to every Sora/Kling i2v generation. Read `references/creator-system.md`.
22 
23**First frame controls everything.** Generate frame 1 with Nano Banana 2 (composition, character, environment, color locked), then animate with Sora 2 i2v. Text-to-video is the fallback.
24 
25**Save first, watch later.** Replicate URLs are ephemeral. Every output gets downloaded immediately.
26 
27**System not clip.** Every run leaves reusable creator profiles, prompt logs, color references. Campaign 10 takes a fraction of campaign 1.
28 
29## The Six Dimensions
30 
31Setting. Cadence. Influencer realism. Story. Product. Audience. Every decision routes through these. Most people skip consumer psychology — that's why their AI looks obvious.
32 
33## Format Selection
34 
35Ask: **what are we making?** Then route to the right format.
36 
37| If the goal is... | Format | What user provides | What AI generates |
38|-------------------|--------|-------------------|-------------------|
39| Product review / honest take | Talking Head | Brand context | Everything (face, voice, video) |
40| App/tool demo (scroll-stopper) | Hook Face + Demo | **Screen recording** (recommended) or screenshots | Hook face + captions. Demo = real footage. |
41| Authority / credibility | Podcast Clip | Brand context | Everything (face, set, voice) |
42| Quick visual transformation | Visual Transformation | Brand context, before/after concept | All imagery + animation |
43| Complex mechanism explanation | Hybrid Transformation | Brand context, deep persona research | Talking head bookends + slideshow |
44| Hot take / faceless | Wall of Text | The text content | Static image + text overlay |
45 
46Read `references/format-library.md` for shot-by-shot blueprints. Read `references/hook-emotions.md` for the emotion taxonomy.
47 
48## Pipeline Overview
49 
50| Step | Skill | What happens |
51|------|-------|-------------|
52| 0. Brand setup (one-time) | `/brand-setup` | Research brand, generate voice/positioning/audience files |
53| 1. Persona research | `/persona` | Mine reviews, extract real language |
54| 2. Brand context | `/persona` | Load brand voice, know the product |
55| 3. Creator profiles | `/persona` | Lock identity in `workspace/campaigns/<slug>/creators/` or `workspace/creators/` |
56| 4. Format + Script | `/persona` | Choose format, write script with visual beats |
57| 5. First frame | `/first-frame` | Nano Banana 2 → canonical face image |
58| 6. Animate (A-roll) | `/animate` | Sora 2 i2v → talking head clips |
59| 7. B-roll | `/b-roll` | Kling 3 → environment/product shots |
60| 8. Stitch + Audio | `/assemble` | Multi-clip stitching, ElevenLabs S2S voice |
61| 9. Post-production | `/assemble` | Color grade, grain, frame rate, phone test |
62| 10. Captions | `/assemble` | Native-style caption overlays (LAST step) |
63| 11. Score | `/score` | Virality scoring — 70+ to publish |
64 
65## Anti-Patterns
66 
67**Visual:** Cinematic drift (override with handheld energy), model-pretty creators (specify normal-looking), clean room syndrome (demand real clutter), porcelain skin (specify visible pores), smooth steadicam (phone has micro-shake).
68 
69**Color:** Grey-scale Nano Banana default (fix with JSON color prompts). Too-clean color (lift shadows, slight fade). See `references/color-reference-system.md`.
70 
71**Audio:** Clean studio audio (add room ambience). Library ElevenLabs voices (voice design or instant clone only). Stock music (real UGC rarely has music).
72 
73**Script:** Testimonial cadence ("I've been using this for three weeks..."). Wardrobe drift across same-day clips.
74 
75**Pipeline:** Output loss (download immediately). Hallucinated text (add "no text" to negative prompt). Extra limbs (reroll, don't fix prompt). Resolution mismatch (normalize before stitching). Multi-clip voice drift (use ElevenLabs S2S).
76 
77## Taste Calibration
78 
79Read `references/taste-calibration.md` for before/after examples that show what "anti-polish" actually sounds and looks like in practice.
80 
81## Contract
82 
83**Input:** product/brand context (URL, description, or brand voice file). Optional: creator profiles, format preference, color references.
84 
85**Output:** video clips (MP4), first-frame images (PNG), creator profiles, scripts, prompt logs. Default 9:16 vertical.
86 
87**Env:** FAL_KEY (primary), REPLICATE_API_TOKEN (Nano Banana + fallback), ELEVENLABS_API_KEY (multi-clip voice), OPENROUTER_API_KEY (Gemini virality scoring).
88 
89## Brand & Campaign Context
90 
91ScrollClaw persists work across sessions using a structured workspace. Campaign 10 takes a fraction of campaign 1 because creator profiles, brand context, and learnings accumulate.
92 
93**Full protocol:** Read `references/brand-campaign-context.md`.
94 
95### Workspace structure
96 
97```
98workspace/
99├── brand/ ← Read-only for ScrollClaw (written by /brand-setup, GrowthClaw, or manually)
100│ ├── voice-profile.md ← Brand voice → informs script tone
101│ ├── positioning.md ← Differentiation → informs persona research
102│ └── audience.md ← ICP → informs creator archetype selection
103├── creators/ ← Global creator profiles (reusable across campaigns)
104└── campaigns/<slug>/
105 ├── brief.md ← Campaign brief (from assets/campaign-brief-template.md)
106 ├── persona-research.md ← Written by /persona
107 ├── creators/ ← Campaign-specific creator overrides
108 ├── scripts/ ← Approved scripts
109 ├── frames/ ← First frames + context frames
110 ├── clips/ ← A-roll, B-roll, assembled finals
111 ├── scores/ ← Virality score cards
112 ├── output-log.md ← Prompt log, generation params (append-only)
113 └── learnings.md ← What worked, what didn't (append-only)
114```
115 
116### Context matrix
117 
118| Skill | Reads | Writes |
119|-------|-------|--------|
120| `/brand-setup` | Brand website, social profiles, reviews, competitors (scraped) | `brand/voice-profile.md`, `brand/positioning.md`, `brand/audience.md` |
121| `/persona` | `brand/{voice-profile,positioning,audience}.md`, campaign brief | `persona-research.md`, `creators/`, `scripts/` |
122| `/first-frame` | `creators/`, `scripts/`, campaign brief | `frames/`, `output-log.md` |
123| `/animate` | `frames/`, `scripts/`, `creators/` | `clips/a-roll-*.mp4`, `output-log.md` |
124| `/b-roll` | `frames/`, `clips/a-roll-*`, `scripts/` | `clips/b-roll-*.mp4`, `output-log.md` |
125| `/assemble` | `clips/*`, `scripts/`, `creators/` | `clips/final-*.mp4`, `output-log.md` |
126| `/score` | `clips/final-*`, campaign brief, `persona-research.md` | `scores/`, `learnings.md` |
127 
128### Rules for reading brand memory
129 
130- Check if each brand file exists before reading. Never error on missing files.
131- Show what was loaded: `✓ Loaded brand voice: conversational-direct` / `✗ No audience file — proceeding standalone`
132- ScrollClaw reads `workspace/brand/` but **never writes** there
133 
134### Rules for writing campaign files
135 
136- `output-log.md` and `learnings.md` are **append-only** — never overwrite
137- Creator profiles: global ones go in `workspace/creators/`, campaign overrides in `workspace/campaigns/<slug>/creators/`
138- Skills own their outputs. `/persona` owns `persona-research.md`. `/score` owns `scores/` and `learnings.md`.
139 
140## Common Mistakes (from live production sessions)
141 
142These mistakes have been made in real sessions. Every one of them wasted time and tokens. Do not repeat them.
143 
144### Never generate random people — always use creator reference
145 
146The creator system exists to lock visual identity. Every first frame must be generated from the creator's canonical reference image using i2v. Generating 7 random people instead of using Jess's locked reference was the biggest waste in session 2.
147 
148**Wrong:** text-to-image → random person → animate
149**Right:** reference image → Nano Banana 2 → first frame → Sora 2 i2v
150 
151### Never use text-to-video for established creators — always i2v
152 
153t2v generates a completely different person every time. Once a creator has a reference image, always use image-to-video. The only acceptable use of t2v is initial exploration before a reference is locked.
154 
155### Never caption before post-production
156 
157Grain degrades caption text. Color grading shifts caption colors. The order is non-negotiable:
158 
159```
160raw clips → stitch → post-produce → THEN captions (LAST)
161```
162 
163### Always QA with vision model after stitch
164 
165Use Gemini Flash to scrub every clip frame-by-frame after stitching. It catches content drift (wrong person appearing mid-clip), hand artifacts, and scene inconsistencies that are easy to miss on a quick watch. Don't wait for the user to catch problems.
166 
167### Always use compatible encoding defaults
168 
169```bash
170-c:v libx264 -profile:v main -pix_fmt yuv420p -crf 23 -preset medium -movflags +faststart -c:a aac -b:a 128k -ar 44100
171```
172 
173`yuv444p` and `High 4:4:4 Predictive` profile break Telegram Web, many mobile browsers, and some social platforms. Always `yuv420p` + `main` profile + `faststart`. Do this from the first encode, not as a fix after delivery fails.
174 
175### Always run pre-flight before generating
176 
177```bash
178bash scripts/pre-flight.sh <campaign-slug>
179```
180 
181Validates workspace structure, creator profiles, reference images, scripts, and caption plans. Catches missing prerequisites before you waste API calls.
182 
183### Follow the production pipeline order
184 
185Read `references/production-pipeline.md` for the strict step-by-step sequence. Every step depends on the previous one being done correctly.
186 
187## Setup
188Run `scripts/check-deps.sh` to verify all API keys and dependencies.
189 

Discussion