muapi-storyboard

Generates N storyboard keyframes from a story premise using the muapi image API.

4.2k|481|Updated May 25, 2023
One-click install
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-storyboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: muapi-storyboard
Source: https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/visual/storyboard
Command: npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-storyboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turning a one-line story idea into a consistent sequence of visual keyframes normally requires manual prompt writing for every scene and careful effort to keep characters looking the same across images. This Skill automates that by decomposing a premise into story beats and generating all keyframes in parallel via the muapi CLI.

Core Features & Use Cases

  • Story Beat Decomposition: Breaks a premise into a configurable number of scenes (default 6) following a setup → inciting moment → escalation → climax → resolution arc.
  • Parallel Keyframe Generation: Dispatches all keyframes in a single parallel layer using the nano-banana-2 image model at 16:9 aspect ratio with a balanced tier.
  • Character Continuity: Repeats character descriptions verbatim in every prompt to maintain visual consistency across scenes.
  • Use Case: A filmmaker wants to pitch a short film concept. Provide the premise "a lonely robot finds a tiny mechanical bird friend" and receive 6 captioned, stylistically consistent keyframes ready for a pitch deck.

Quick Start

Generate a 6-scene cinematic storyboard for the premise "a lonely robot finds a tiny mechanical bird friend" using the storyboard skill.

Frequently Asked Questions about muapi-storyboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a storyboard from a text premise with AI?

Provide a one-line premise and optionally the number of scenes and a style string. The skill decomposes the premise into story beats following a narrative arc, then generates one keyframe per beat using the muapi image generate command with the nano-banana-2 model.

How do I keep characters consistent across AI-generated storyboard frames?

Repeat the full character description verbatim in every prompt rather than relying on the model to remember prior frames. This skill applies that technique automatically, embedding the same character and world description into each keyframe prompt.

Can this storyboard skill generate video or animated scenes?

No, it produces static image keyframes only and does not animate, upscale, or add audio. If you need video output, the documentation suggests using the separate music-video skill after generating keyframes.

What do I need to run muapi image generation commands?

You need the muapi CLI installed and a MUAPI_API_KEY environment variable configured via muapi auth configure. For models without a CLI alias, you can fall back to direct curl calls against the api.muapi.ai endpoint.

How many keyframes can I generate and in what aspect ratio?

The scenes parameter controls the keyframe count and defaults to 6. All keyframes are generated at 16:9 aspect ratio on the balanced tier, since they are intended as reference frames rather than final renders.