samuraigpt/muapi-storyboard
Generate N keyframes for a short story or scene sequence (image only, no video).
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-storyboard
Generate N keyframes for a short story or scene sequence (image only, no video).
| 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. |
Use the plan to dispatch all N keyframes in a single parallel layer.
premise into {{scenes}} story beats with a clear arc:setup → inciting moment → escalation → climax → resolution.
appearance, same world).
muapi image generate node (model=nano-banana-2, aspect_ratio=16:9):"<beat description>. {{style}}".depends_on between keyframes).If the user wants video, suggest the music-video skill afterward.
("a small rusty humanoid robot with…") rather than relying on the model
to remember.
storyboard, keyframes, scene sequence, story panels
muapi CLI commands. Use muapi auth configure first if MUAPI_API_KEY is unset.curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}' and poll with muapi predict wait <request_id>.{{input_name}} placeholders with the user's actual inputs before issuing each call.Take samuraigpt/muapi-storyboard from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.