← Back to Skills Marketplace
tiepige8

Video Rough Cut

by tiepige8 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
118
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-rough-cut
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install video-rough-cut
  3. After installation, invoke the skill by name or use /video-rough-cut
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release extracted from the current B-Roll Studio rough-cut pipeline.
Metadata
Slug video-rough-cut
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.

How do I install Video Rough Cut?

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

Is Video Rough Cut free?

Yes, Video Rough Cut is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Video Rough Cut support?

Video Rough Cut is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Video Rough Cut?

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

💬 Comments