← Back to Skills Marketplace
ghwyever

03 Storyboard Prompter

by GHwyever · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
181
Downloads
1
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install 03-storyboard-prompter
Description
Generate consistent positive and negative AI art prompts from short drama scripts locally, ensuring unified style and character depiction without API calls.
README (SKILL.md)

分镜提示词生成技能

功能介绍

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

输入参数

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

输出结果

  • shot_list:分镜提示词列表

使用场景

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

技术说明

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: 03-storyboard-prompter Version: 1.0.4 The skill is a straightforward utility for converting script scenes into AI image prompts. The logic in skill.js is limited to basic string interpolation and array mapping, with no evidence of network access, file system interaction, or malicious instructions in the documentation.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install 03-storyboard-prompter
  3. After installation, invoke the skill by name or use /03-storyboard-prompter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Updated documentation for clearer and more concise feature, usage, and technical descriptions. - Simplified input/output parameter explanations in SKILL.md. - Removed obsolete file (_meta.json) to streamline the skill package.
v1.0.3
- Updated manifest.json with minor changes. - No changes to skill features or user-facing functionality.
v1.0.2
- Documentation refreshed in SKILL.md for clarity and consistency. - No changes to skill logic or functionality.
v1.0.1
- Added project metadata file (_meta.json) for improved project information management. - No changes to existing functionality or documentation.
v1.0.0
Initial release: Generates professional prompt and negative prompt lists for each scene of a script, optimized for AI image generation. - Converts segmented short drama scripts into standardized positive and negative prompts for AI image models. - Ensures style and character consistency across all images. - Runs entirely locally with no external API calls. - Includes quality enhancements, aspect ratio adaptation, and negative prompt filtering to prevent common generation issues.
Metadata
Slug 03-storyboard-prompter
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is 03 Storyboard Prompter?

Generate consistent positive and negative AI art prompts from short drama scripts locally, ensuring unified style and character depiction without API calls. It is an AI Agent Skill for Claude Code / OpenClaw, with 181 downloads so far.

How do I install 03 Storyboard Prompter?

Run "/install 03-storyboard-prompter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 03 Storyboard Prompter free?

Yes, 03 Storyboard Prompter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 03 Storyboard Prompter support?

03 Storyboard Prompter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 03 Storyboard Prompter?

It is built and maintained by GHwyever (@ghwyever); the current version is v1.0.4.

💬 Comments