首页龙虾技能列表 › Tianshu Short Script — 技能工具

Tianshu Short Script — 技能工具

v1.0.0

根据主题与时长生成短视频口播分镜表:镜号、秒数、画面、口播、花字/字幕提示。 Use when: 用户要做短视频、口播、分镜、抖音/B 站/视频号脚本;用户说「口播脚本」「分镜表」「60 秒视频怎么拍」。 NOT for: 直接导出剪映工程文件;复杂多机位院线级分镜(本 skill 偏口播/Vlog 结构)。

0· 186·0 当前·0 累计
by @wangshengli0421 (tianshu)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/21
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is a coherent, local Node.js script that generates short-video storyboard tables; it does not request credentials, network access, or other unrelated system data.
评估建议
This skill appears safe and does what it claims: it runs a local Node.js script to generate a short-video shot list in Markdown. Before installing, ensure Node.js is available on the agent host (the SKILL.md command invokes node). Note the package source is 'unknown' and there is no homepage—if provenance matters, inspect scripts/make_script.js yourself (it’s short and only formats output) or ask the publisher for a trusted repository link. If you do not want any code executed on your machine, d...
详细分析 ▾
用途与能力
The skill's name/description match the included script which produces a Markdown storyboard. Minor inconsistency: SKILL.md shows running the script with the node binary, but the manifest's 'required binaries' field is empty — the runtime therefore implicitly requires Node.js to be available.
指令范围
Runtime instructions are narrowly scoped: ask the user for topic/length/shot count and run the local script to produce a Markdown table. The instructions do not read unrelated files, environment variables, or contact external endpoints.
安装机制
No install spec or network downloads are present. The package is instruction + a small local script with no dependencies; nothing is extracted or fetched from remote hosts.
凭证需求
No environment variables, credentials, or config paths are requested or used. The script only reads command-line arguments and writes Markdown to stdout.
持久化与权限
Skill does not request persistent or elevated privileges and always:false. It does not modify other skills or system configuration.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/20

Initial: 短视频口播分镜表(镜号/时长/画面/口播/花字),纯 Node

● 无害

安装命令 点击复制

官方npx clawhub@latest install tianshu-short-script
镜像加速npx clawhub@latest install tianshu-short-script --registry https://cn.clawhub-mirror.com

技能文档

主题 + 总时长 + 镜头数生成可执行的 Markdown 分镜表,便于拍摄与剪辑对齐。纯本地生成模板,深度文案可由模型先写好主题要点再运行脚本。

When to Run

  • 「帮我写个 60 秒口播脚本」「分镜怎么拆」「抖音口播大纲」
  • 已有选题/卖点,需要拆成镜头与时间轴

Workflow

  • 向用户确认:主题一句话、目标时长(秒)、希望几条镜头(默认按时长自动算)
  • 执行:
   node ~/.openclaw/skills/tianshu-short-script/scripts/make_script.js \
     --topic "选题描述" \
     --seconds 60 \
     --shots 6
   
  • 将输出的表格交给用户;台词列可再根据品牌语气由模型润色

参数说明

参数说明
--topic / -t视频主题/卖点(必填)
--seconds / -s总时长(秒),默认 60
--shots / -n镜头条数;默认按 seconds/10 估算,范围 3~12
--platform / -pdouyin \wechat \bilibili(影响片头/尾提示文案),默认 douyin

Output

Markdown 表格:镜号 | 时长(秒) | 画面/景别 | 口播要点 | 花字/字幕,并附片头钩子结尾 CTA 占位说明。

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务