← 返回 Skills 市场
Video Toolbox
作者
bytesagain4
· GitHub ↗
· v4.0.1
· MIT-0
442
总下载
0
收藏
2
当前安装
14
版本数
在 OpenClaw 中安装
/install video-toolbox
功能描述
Reference tool for devtools — covers intro, guide, tips and more. Quick lookup for Video Toolbox concepts, best practices, and implementation patterns.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-toolbox - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-toolbox触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Video Toolbox 是什么?
Reference tool for devtools — covers intro, guide, tips and more. Quick lookup for Video Toolbox concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 442 次。
如何安装 Video Toolbox?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-toolbox」即可一键安装,无需额外配置。
Video Toolbox 是免费的吗?
是的,Video Toolbox 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video Toolbox 支持哪些平台?
Video Toolbox 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Toolbox?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v4.0.1。
推荐 Skills