← 返回 Skills 市场
118
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-rough-cut
功能描述
Use this skill for fast rough-cut cleanup of a single talking-head or voiceover video using the local B-Roll Studio rough-cut pipeline. It uploads one raw vi...
安全使用建议
This skill appears to do what it says: it posts a local video to a local B-Roll Studio API, polls the job, and downloads the result. Before installing/using it: (1) fix the path mismatches in SKILL.md (it refers to scripts/run_rough_cut.py and references/*.md but the files are at the root) so the agent can find the bundled script and docs; (2) only run this if you trust the local B-Roll Studio service — the client will upload any file you point it at to the configured base_url (the default is localhost, but base_url can be overridden); (3) confirm you are comfortable the agent can read the input video file (it requires local file access); and (4) if you plan to run this in automated/autonomous mode, ensure it cannot be redirected to a remote base_url you don't control. No credentials are requested by the skill.
功能分析
Type: OpenClaw Skill
Name: video-rough-cut
Version: 1.0.0
The skill is a legitimate tool for automating video rough-cuts by interfacing with a local service called B-Roll Studio. The bundled Python script (run_rough_cut.py) uses standard libraries to communicate with a local API (http://localhost/api/v1) for uploading videos, monitoring processing status, and downloading results. There is no evidence of data exfiltration, remote code execution, or malicious prompt injection; all operations are confined to the local environment and align with the stated purpose.
能力评估
Purpose & Capability
Name/description, SKILL.md, api.md, pipeline.md, and the Python client all describe the same local rough-cut use case: submit a single talking-head video to a local B-Roll Studio API, poll for completion, and download the output. The required capabilities (reading one local video and talking to a local API) match the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run bundled resources at paths like scripts/run_rough_cut.py and references/references/api.md, but the manifest contains run_rough_cut.py, api.md, and pipeline.md at the repository root (no 'scripts' or 'references' directories). That mismatch will likely cause runtime failures or confusion. Otherwise the instructions are scoped to the stated task and do not request unrelated files, environment variables, or external endpoints.
Install Mechanism
There is no install spec — this is instruction-plus-client-script only. No packages are pulled from remote hosts and no archives are extracted. The client uses Python stdlib (urllib), so no additional install privileges are required.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script's network activity is limited to a configurable base_url (defaulting to http://localhost/api/v1), which is consistent with the described local API integration.
Persistence & Privilege
The skill is not 'always: true', does not claim to modify other skills or system settings, and contains no persistent install steps. It runs a one-off client that reads a local video and communicates with the local API.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-rough-cut - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-rough-cut触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release extracted from the current B-Roll Studio rough-cut pipeline.
元数据
常见问题
Video Rough Cut 是什么?
Use this skill for fast rough-cut cleanup of a single talking-head or voiceover video using the local B-Roll Studio rough-cut pipeline. It uploads one raw vi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。
如何安装 Video Rough Cut?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-rough-cut」即可一键安装,无需额外配置。
Video Rough Cut 是免费的吗?
是的,Video Rough Cut 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video Rough Cut 支持哪些平台?
Video Rough Cut 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Rough Cut?
由 tiepige8(@tiepige8)开发并维护,当前版本 v1.0.0。
推荐 Skills