← Back to Skills Marketplace
xueyetianya

Video Toolbox

by bytesagain4 · GitHub ↗ · v4.0.1 · MIT-0
cross-platform ✓ Security Clean
442
Downloads
0
Stars
2
Active Installs
14
Versions
Install in OpenClaw
/install video-toolbox
Description
Reference tool for devtools — covers intro, guide, tips and more. Quick lookup for Video Toolbox concepts, best practices, and implementation patterns.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: video-toolbox Version: 4.0.1 The video-toolbox skill is a static documentation reference tool that provides information on video concepts via a shell script. The script (scripts/script.sh) only uses heredocs to output plain-text documentation and contains no network requests, file system modifications, or credential access, aligning perfectly with its stated purpose in SKILL.md.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install video-toolbox
  3. After installation, invoke the skill by name or use /video-toolbox
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.0.1
Fix description
v4.0.0
Clean package
v3.0.0
v3.0.0: rewrite
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
old template -> domain-specific v2.0.0
v2.3.5
old template -> domain-specific v2.0.0
v2.3.4
Quality upgrade
v2.3.3
Quality upgrade: custom functionality
v2.3.2
De-template, unique content, script cleanup
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.0
Initial release – all-in-one video processing toolkit: - 14 key commands for inspect, trim, convert, compress, extract, watermark, resize, GIF, audio, merge, rotate, and more. - Robust input validation, error messages, and sensible defaults for seamless automation. - Unified bash script interface wrapping ffmpeg and ffprobe—no raw ffmpeg CLI needed. - Outputs file paths/results on success; descriptive errors on failure. - Designed for easy integration by AI agents and users alike.
Metadata
Slug video-toolbox
Version 4.0.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 14
Frequently Asked Questions

What is Video Toolbox?

Reference tool for devtools — covers intro, guide, tips and more. Quick lookup for Video Toolbox concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 442 downloads so far.

How do I install Video Toolbox?

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

Is Video Toolbox free?

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

Which platforms does Video Toolbox support?

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

Who created Video Toolbox?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v4.0.1.

💬 Comments