Generate N keyframes for a short story or scene sequence (image only, no video).
59
68%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./library/visual/storyboard/SKILL.mdGenerate 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.
muapi image generate node (model=nano-banana-2, aspect_ratio=16:9):
"<beat description>. {{style}}".depends_on between keyframes).music-video skill afterward.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.71242e2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.