03 Storyboard Prompter

v1.0.4

Generate consistent positive and negative AI art prompts from short drama scripts locally, ensuring unified style and character depiction without API calls.

1· 180·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ghwyever/03-storyboard-prompter.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "03 Storyboard Prompter" (ghwyever/03-storyboard-prompter) from ClawHub.
Skill page: https://clawhub.ai/ghwyever/03-storyboard-prompter
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install 03-storyboard-prompter

ClawHub CLI

Package manager switcher

npx clawhub@latest install 03-storyboard-prompter
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description, manifest, and skill.js align: the skill transforms input scene data into prompt strings for AI art. It requests no credentials, binaries, or installs that would be unrelated to this simple task.
Instruction Scope
SKILL.md specifies a 'scenes' list and local execution; the implementation only reads inputs.scenes and builds prompt strings. The documentation does not enumerate required fields for each scene object, but the code expects properties named scene, role, action, and duration — missing properties could cause undefined values in outputs. There are no file reads, network calls, or transmissions.
Install Mechanism
No install specification or external downloads; the skill is instruction-only with a small Node.js function (no dependencies). Nothing is written to disk beyond normal skill files.
Credentials
The skill requires no environment variables or credentials. Note: any sensitive or personal data present in the input 'scenes' will be included verbatim in returned prompts — the skill does not exfiltrate data but will reflect whatever you pass in.
Persistence & Privilege
always is false, the skill does not request persistent system presence or modify other skills/configs. It uses normal autonomous-invocation defaults but does not have elevated privileges.
Assessment
This skill is coherent and lightweight. Before installing: ensure your scene objects include the expected fields (scene, role, action, duration) to avoid undefined output; do not pass secrets or private data in 'scenes' since those will be embedded in prompts; run it in a trusted environment with Node.js available; if you are concerned about automatic invocation, consider restricting autonomous skills or only invoking it manually.

Like a lobster shell, security has layers — review code before you run it.

latestvk9788vyzakna4z1caykwnpdy4184jpge
180downloads
1stars
5versions
Updated 2w ago
v1.0.4
MIT-0

分镜提示词生成技能

功能介绍

将短剧剧本场景自动转换为AI绘画专用提示词,统一画面风格与构图描述。

输入参数

  • scenes:剧本场景列表(必填)

输出结果

  • shot_list:分镜提示词列表

使用场景

  • 剧本转AI绘画提示词
  • 批量生成分镜描述
  • 统一短剧视觉风格

技术说明

纯本地运行,无需API、无需模型配置。

Comments

Loading comments...