ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/beautyaiclub/myreels-storyboard
Or

MyReels 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:

QuestionOptions
Story contentPlot outline or full script
Video stylecinematic / anime / 3d cartoon / realistic
Duratione.g., 60 seconds, 2 minutes
Shot counte.g., 10-15 shots
Aspect ratio16:9 / 9:16 / 1:1 (vertical = 9:16)
Has dialogueYes / 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.py is 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, and back view on 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-banana2 first for generating the base three-view character sheet
  • Prefer a character-first workflow: approve the character sheet and tags first, then generate storyboard shots with those tags injected

Character Design Fields

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-beautyaiclub-myreels-storyboard": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.