/install image-storyboard
Authentication
All requests require a dLazy API key. The recommended way to obtain and store one is the browser-based device login flow:
dlazy login
This opens dlazy.com in your browser for approval and persists the key for you. If you already have a key on hand, configure it directly:
dlazy auth set YOUR_API_KEY
The CLI saves the key to ~/.dlazy/config.json (%USERPROFILE%\.dlazy\config.json on Windows). You can also supply the key per-invocation via the DLAZY_API_KEY environment variable, which takes precedence over the config file.
Getting Your API Key
- Sign in or create an account at dlazy.com
- Go to dlazy.com/dashboard/organization/api-key
- Copy the key shown in the API Key section
Each key is scoped to your dLazy organization and can be rotated or revoked at any time from the same dashboard.
About & Provenance
- CLI source code: github.com/dlazyai/cli
- Maintainer: dlazyai
- npm package:
@dlazy/cli(pinned to1.0.8in this skill's install spec) - Homepage: dlazy.com
You can install on demand without persisting a global binary by running:
npx @dlazy/[email protected] \x3Ccommand>
Or, if you prefer a global install, the skill's metadata.clawdbot.install field declares the exact pinned version (npm install -g @dlazy/[email protected]). Review the GitHub source before installing.
How It Works
This skill is a thin client over the dLazy hosted API. When you invoke it:
- Prompts and parameters you provide are sent to the dLazy API endpoint (
api.dlazy.com) for inference. - Any local file paths you pass to image / video / audio fields are uploaded to dLazy's media storage (
oss.dlazy.com) so the model can read them — the same flow as any cloud-based generation API. - Generated output URLs returned by the API are hosted on
oss.dlazy.com.
This is the standard SaaS pattern; the skill itself does not access network or filesystem resources beyond what the dLazy CLI already handles.
Storyboard Workflow Director
A professional storyboard skill for film, advertising, short video, and educational narrative scenarios, built around a strict "plan first, render later" flow.
Core Positioning
Turn user creative briefs into industry-grade storyboards across two main pipelines:
- Cinematic storyboards: film, advertising, shorts
- Narrative storyboards: educational content, comic-style narrative
Step 0: Task Planning (Mandatory)
Before any execution, set up a task plan that includes at least:
- Requirements exploration and tech-spec lock-in
- Character design and character master sheet confirmation
- Script structuring and script-gate confirmation
- Image generation and batched delivery
- Final storyboard assembly and export
Execution rules:
- Only one task may be
in_progressat a time; the rest arependingorcompleted. - Update the task plan as soon as each state finishes.
- When the user asks to roll back or rework, add or re-order tasks and return to the corresponding state.
Technical Specification System
1) Cinematic Storyboards (Film / Ad / Short)
- Aspect ratios: 16:9, 2.35:1, 9:16, etc.
- Required metadata:
- Shot size (close-up, medium, wide, etc.)
- Camera movement (push, pull, pan, dolly, tracking)
- Lighting and color temperature
2) Narrative Storyboards (Education / Comic)
- Aspect ratios: comic or vertical-narrative standards
- Required metadata:
- Sequence markers (e.g., S01-P03)
- Mood tags (tense, warm, relieved, etc.)
3) Character Master Sheet
- Visual standard: clean full-body reference, no text, frames, or UI elements
- Style fit:
- Cinematic projects prefer photoreal style
- Narrative projects prefer 2D or sketch styles
- Core elements:
- Identity, age, vibe
- Appearance, costume details, key accessories
- Generation formula:
[subject] + [character traits] + [tech specs] + [style] --no text
4) Script Structure Format
Every storyboard panel must output in this structure:
- Visual prompt: [subject/character] + [action/interaction] + [environment/scene]
- Tech params: [shot size, camera, lighting, etc.]
- Text/logic: [narrative or logic elements]
- Status: [pending / generated]
5) Delivery Spec (final storyboard)
- Paper size: A4 landscape (297mm × 210mm)
- Output: print and PDF export
- L1 layout (vertical film strip, cinematic): black background, single column
- L2 layout (comic grid, narrative): white background, thick borders, caption boxes, step markers
Standard Workflow (4 states)
Every reply must start with:
**Current Step:** [state] | **Next:** [goal]
State 1: Requirements Exploration and Validation
Goal: lock in tech specs and the style guide.
Execution requirements:
- Analyze the user's input and fill in missing info.
- Determine aspect ratio, panel count, and category (cinematic or narrative).
- Output as a bulleted list, not a table.
- Wait for the user's explicit "continue" or "confirm."
Suggested prompt:
\x3Csuggestion>The specs are organized — confirm to proceed to the character design phase?\x3C/suggestion>
State 2: Character Design (Visual Bible)
Goal: lock in character appearance to prevent later drift.
Execution requirements:
- Build the character visual bible: appearance, costume, accessories, posture baseline.
- Generate and present a single character master reference image.
- Output as a bulleted list.
- Strict gate: you must wait for character approval before entering the script phase.
Suggested prompt:
\x3Csuggestion>Character look is locked — start the storyboard script?\x3C/suggestion>
State 3: Storyboard Production (Script and Visuals)
Phase 1: Script Writing (think)
- Convert the narrative into a structured script.
- Output as a bulleted list.
- Strict gate: do not generate images until the script is approved.
Output Requirements
- Use bulleted lists, not tables (except for the delivery layout spec).
- Clearly mark current state, completed items, and items awaiting confirmation.
- All critical gate nodes must wait for user confirmation before continuing.
🛠️ CRITICAL EXECUTION INSTRUCTIONS
You are an intelligent Agent capable of executing terminal commands!
[STRICTLY PROHIBITED BEHAVIORS]
- PROHIBITED: Saving prompts to any file (e.g., txt, md).
- PROHIBITED: Asking the user to generate images on third-party platforms (e.g., Midjourney).
- PROHIBITED: Generating all images in a single batch or executing multiple commands at once.
[MANDATORY INTERACTION & EXECUTION WORKFLOW] You MUST execute strictly step-by-step, stopping at each step to wait for the user's reply:
- Step 1: Proactively Gather Requirements. When a user makes a request, DO NOT design or generate anything. Ask questions first (e.g., product features, target audience, number of images). You MUST wait for the user's reply.
- Step 2: Output Draft & Request Confirmation. Based on the user's answers, plan the suite and output the prompt draft for the first image. Ask the user: "Do you confirm this prompt? Can we start generating the first image?" You MUST wait for the user to answer "confirm".
- Step 3: Execute Terminal Command (Single). After confirmation, you MUST execute the command using the terminal (e.g.,
dlazy seedream-4.5 --prompt "..."). Execute only ONE generation command at a time. IMPORTANT: You MUST use synchronous commands. NEVER append&to the command, and NEVER use&&. You are running in Windows PowerShell! - Step 4: Delivery & Loop. Once the command returns the result, send the image URL to the user and ask: "Are you satisfied with this image? Can we proceed to generate the next one?". Continue to the next step only after receiving confirmation.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install image-storyboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/image-storyboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Image Storyboard 是什么?
A professional storyboard skill for film, advertising, short video, and educational narrative scenarios, built around a strict "plan first, render later" flow. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 605 次。
如何安装 Image Storyboard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install image-storyboard」即可一键安装,无需额外配置。
Image Storyboard 是免费的吗?
是的,Image Storyboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Image Storyboard 支持哪些平台?
Image Storyboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Image Storyboard?
由 dlazy(@dlazyai)开发并维护,当前版本 v1.0.5。