Agent skill · Media & Video

muapi-storyboard

Generate N keyframes for a short story or scene sequence (image only, no video).

SamurAIGPTgithub.com/SamurAIGPTGitHub ↗
claude-codeMIT
Install
npx skills add SamurAIGPT/Generative-Media-Skills --skill storyboard --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Path: library/visual/storyboard/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,976
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Inputs
  2. Steps
  3. Notes
  4. Trigger Keywords
  5. Notes for the Executing Agent
More from Generative-Media-Skills
All skills →
About this skill
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.

Keep going