← Back to Skills Marketplace
eita19

Script to Storyboard

by Eita19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
701
Downloads
4
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install script-to-storyboard
Description
将电影/视频剧本转换为分镜脚本表格。适用于:(1) 将剧本文本解析为结构化分镜,(2) 根据场景描述生成拍摄计划,(3) 提取视觉元素并输出标准分镜表格(镜号、景别/拍摄角度、画面内容、出场人物、场景、音效)。当用户提到分镜、storyboard、镜头脚本、剧本转换时触发。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install script-to-storyboard
  3. After installation, invoke the skill by name or use /script-to-storyboard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 将剧本转换为分镜脚本表格
Metadata
Slug script-to-storyboard
Version 1.0.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is Script to Storyboard?

将电影/视频剧本转换为分镜脚本表格。适用于:(1) 将剧本文本解析为结构化分镜,(2) 根据场景描述生成拍摄计划,(3) 提取视觉元素并输出标准分镜表格(镜号、景别/拍摄角度、画面内容、出场人物、场景、音效)。当用户提到分镜、storyboard、镜头脚本、剧本转换时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 701 downloads so far.

How do I install Script to Storyboard?

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

Is Script to Storyboard free?

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

Which platforms does Script to Storyboard support?

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

Who created Script to Storyboard?

It is built and maintained by Eita19 (@eita19); the current version is v1.0.0.

💬 Comments