myreels-storyboard
Professional storyboard design tool for short drama/video production. Activates when user mentions: script, storyboard, story board, shot design, video production planning, short drama. Workflow: story → character design → storyboard design → CSV/table confirmation → guide user to myreels-api for image/video generation. This skill focuses on storyboard design and content planning; actual image/video generation requires myreels-api skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/beautyaiclub/myreels-storyboardMyReels Storyboard Design Tool
Integration with myreels-api
myreels-storyboard (storyboard design)
↓ generates storyboard CSV
myreels-api (image/video generation) ← user must install this skill first
Important: This skill handles storyboard design. After completion, guide the user to use myreels-api skill for actual image and video generation.
Complete Workflow
1. Story Input → User provides plot outline
2. Story Understanding → Use the active OpenClaw default LLM to understand plot, roles, relationships, and visual beats
3. Character Design → Design characters with a single-image three-view turnaround sheet (front/side/back)
4. Shot Breakdown → Generate structured shots
5. User Confirmation → Output CSV + platform table
6. Image Generation → Guide user to myreels-api
7. Video Creation → Guide user to myreels-api (optional)
Step 1: Collect User Requirements
Collect the following information:
| Question | Options |
|---|---|
| Story content | Plot outline or full script |
| Video style | cinematic / anime / 3d cartoon / realistic |
| Duration | e.g., 60 seconds, 2 minutes |
| Shot count | e.g., 10-15 shots |
| Aspect ratio | 16:9 / 9:16 / 1:1 (vertical = 9:16) |
| Has dialogue | Yes / No |
After collecting inputs:
- Use the current OpenClaw session's default LLM to understand the story semantically
- Infer core roles, recurring relationships, and phase-by-phase visual beats from the user's actual plot, not only from surface keywords
- Do not ask the user to configure an extra LLM just to use this skill
- Do not rely on a bundled local storyboard script for core planning; OpenClaw should draft the CSVs directly
- The old helper
scripts/generate_storyboard.pyis deprecated and should not be referenced in this workflow
Step 2: Character Design (Important!)
Before shot design, establish character consistency using a three-view character sheet (三视图).
Default rule:
- Treat character design as a
single-image turnaround sheet, not as a poster - The first-pass deliverable should show the same character's
front view,side view, andback viewon one canvas - Keep outfit, body shape, hairstyle, and accessories identical across all three views
- Use full-body neutral standing pose and a plain background unless the user asks otherwise
- Recommend
nano-banana2first for generating the base three-view character sheet - Prefer a
character-firstworkflow: approve the character sheet and tags first, then generate storyboard shots with those tags injected
Character Design Fields
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-beautyaiclub-myreels-storyboard": {
"enabled": true,
"auto_update": true
}
}
}