muapi-storyboard
Generate N keyframes for a short story or scene sequence (image only, no video).
npx skills add SamurAIGPT/Generative-Media-Skills --skill storyboard --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Storyboard Generator **Generate N keyframes for a short story or scene sequence (image only, no video).** ## Inputs | Name | Type | Required | Default | Description | |:---|:---|:---|:---|:---| | `premise` | text | yes | — | One-line story premise (e.g. "lonely robot finds a tiny mechanical bird friend"). | | `scenes` | int | no | 6 | Number of keyframes to produce. | | `style` | text | no | cinematic, photoreal, soft lighting, 16:9 | Visual style tags applied to every keyframe. | ## Steps Use the plan to dispatch all N keyframes in a single parallel layer. 1. Decompose `premise` into `{{scenes}}` story beats with a clear arc: setup → inciting moment → escalation → climax → resolution. - Each beat gets a one-paragraph visual description. - Maintain character / object continuity across beats (same character appearance, same world). 2. For each beat, create a `muapi image generate` node (model=nano-banana-2, aspect_ratio=16:9): - Prompt = `"<beat description>. {{style}}"`. - Tier: balanced (these are reference keyframes, not finals). - Aspect ratio: 16:9. 3. Run the plan in parallel (no `depends_on` between keyframes). 4. Return the asset ids in beat order with a one-line caption p
- Inputs
- Steps
- Notes
- Trigger Keywords
- Notes for the Executing Agent
What does the muapi-storyboard skill do?
Generate N keyframes for a short story or scene sequence (image only, no video).
How do I install it?
Run `npx skills add SamurAIGPT/Generative-Media-Skills --skill storyboard --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From SamurAIGPT/Generative-Media-Skills, a repository with 3,976 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
