← 返回 Skills 市场
ghwyever

03 Storyboard Prompter

作者 GHwyever · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
181
总下载
1
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)

分镜提示词生成技能

功能介绍

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

输入参数

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

输出结果

  • shot_list:分镜提示词列表

使用场景

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

技术说明

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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install 03-storyboard-prompter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /03-storyboard-prompter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug 03-storyboard-prompter
版本 1.0.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 181 次。

如何安装 03 Storyboard Prompter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install 03-storyboard-prompter」即可一键安装,无需额外配置。

03 Storyboard Prompter 是免费的吗?

是的,03 Storyboard Prompter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

03 Storyboard Prompter 支持哪些平台?

03 Storyboard Prompter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 03 Storyboard Prompter?

由 GHwyever(@ghwyever)开发并维护,当前版本 v1.0.4。

💬 留言讨论