Video Toolbox

v4.0.1

Reference tool for devtools — covers intro, guide, tips and more. Quick lookup for Video Toolbox concepts, best practices, and implementation patterns.

0· 364·1 current·1 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description promise a local reference for Video Toolbox concepts and best practices. The included script and SKILL.md implement exactly that (printing heredoc reference text). There are no unrelated requirements (no binaries, env vars, or config paths).
Instruction Scope
SKILL.md instructs the agent to output plain-text reference content via heredocs and explicitly states no external API calls or credentials are needed. The script only prints static documentation strings and does not read files, environment variables, or contact network endpoints.
Install Mechanism
There is no install spec (instruction-only). One script file is included; it is a simple bash script that emits documentation. No downloads, package installs, or archive extraction are present.
Credentials
The skill declares no required environment variables or credentials and the code does not access any env vars or secrets. No credential-like variables or config paths are requested.
Persistence & Privilege
always is false (default) and the skill does not request persistent/system-level changes. The agent may invoke it autonomously (platform default), but the skill itself does not modify other skills or global configuration.
Assessment
This skill appears to be a simple, local reference tool that prints documentation. Before installing, you can: (1) verify the GitHub repo/homepage if you want provenance; (2) inspect the included scripts (already done) — they only emit static text and do not perform network I/O or read secrets; (3) note a minor inconsistency (SKILL.md lists version 4.0.1 while the script sets VERSION=4.0.0 and the help text uses single quotes so $VERSION won't expand) — this is a functional bug, not a security issue. If future versions add network calls or request environment variables, re-evaluate those changes before enabling the skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ezsy4v7bmykky3e0gppa38983gphk

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments