← 返回 Skills 市场
701
总下载
4
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install script-to-storyboard
功能描述
将电影/视频剧本转换为分镜脚本表格。适用于:(1) 将剧本文本解析为结构化分镜,(2) 根据场景描述生成拍摄计划,(3) 提取视觉元素并输出标准分镜表格(镜号、景别/拍摄角度、画面内容、出场人物、场景、音效)。当用户提到分镜、storyboard、镜头脚本、剧本转换时触发。
安全使用建议
This skill appears coherent and low-risk: it reads a user-provided text file, parses it heuristically, and writes a CSV locally. Before using it, avoid supplying sensitive or confidential scripts (the tool will read whatever file you point it at). Be aware parsing is rule-based and may mis-identify names or dialogue (e.g., Chinese-character speaker names aren't fully covered by the simple regex). Also review sample reference content for cultural sensitivity before using or distributing outputs.
功能分析
Type: OpenClaw Skill
Name: script-to-storyboard
Version: 1.0.0
The skill bundle is a legitimate tool for converting movie scripts into storyboard tables. The Python script `scripts/convert.py` uses standard library modules (re, csv, sys) to parse text and generate CSV files without any network access, sensitive data retrieval, or suspicious execution patterns. The instructions in `SKILL.md` and the provided examples are consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description (script → storyboard) match the included code and SKILL.md. The provided Python script implements text parsing, shot detection, and CSV output consistent with the stated features; no unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs running scripts/convert.py on a local input file and describes manual conversion steps. The instructions only reference local input/output and the provided script; they do not direct the agent to read unrelated system files, call external endpoints, or exfiltrate data.
Install Mechanism
No install spec is present (instruction-only with a bundled script). The code is plain Python with no downloads, package installs, or archive extraction. Risk from installation is minimal.
Credentials
The skill requests no environment variables, credentials, or config paths. The script only reads the input file specified by the user and writes a CSV; no secret access is required.
Persistence & Privilege
Skill is not always-enabled and has default invocation behavior. It does not attempt to modify other skills or system configurations and does not request persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install script-to-storyboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/script-to-storyboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 将剧本转换为分镜脚本表格
元数据
常见问题
Script to Storyboard 是什么?
将电影/视频剧本转换为分镜脚本表格。适用于:(1) 将剧本文本解析为结构化分镜,(2) 根据场景描述生成拍摄计划,(3) 提取视觉元素并输出标准分镜表格(镜号、景别/拍摄角度、画面内容、出场人物、场景、音效)。当用户提到分镜、storyboard、镜头脚本、剧本转换时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 701 次。
如何安装 Script to Storyboard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install script-to-storyboard」即可一键安装,无需额外配置。
Script to Storyboard 是免费的吗?
是的,Script to Storyboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Script to Storyboard 支持哪些平台?
Script to Storyboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Script to Storyboard?
由 Eita19(@eita19)开发并维护,当前版本 v1.0.0。
推荐 Skills