← 返回 Skills 市场
Video Generator CLI
作者
Premkmar M
· GitHub ↗
· v5.0.0
· MIT-0
127
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install video-gen-cli
功能描述
Guide for running the Video Generator CLI commands.
安全使用建议
Before using this skill: (1) Confirm which manifest is authoritative — the registry summary or the SKILL.md — because SKILL.md requires node/npm/ffmpeg/python and PEXELS_API_KEY while the registry metadata shows none. (2) Inspect the project's package.json and the actual CLI scripts (npm scripts) referenced (generate, resume, segment, dev) in a trusted code review environment before running them; the SKILL.md explains behaviors such as wiping .video-cache.json and clearing public/videos and public/audio, so back up any important files beforehand. (3) Ask or inspect where 'voiceover generation' is performed — it may call an external TTS service and require additional credentials you should not supply blindly. (4) Limit the PEXELS_API_KEY scope (use a dedicated key) and verify network endpoints used by the tool. (5) Because this skill is instruction-only (no bundled code), prefer installing and reviewing the actual project source from a trustworthy repository prior to execution. If you cannot resolve the manifest mismatch or determine the TTS behavior, treat this skill with caution and avoid running destructive commands (generate/build) until you can audit the code.
功能分析
Type: OpenClaw Skill
Name: video-gen-cli
Version: 5.0.0
The skill bundle provides documentation for a video generation CLI tool using Node.js, FFmpeg, and Python. The instructions in SKILL.md are consistent with its stated purpose (generating, resuming, and assembling video segments) and do not contain any malicious commands, data exfiltration attempts, or harmful prompt injections.
能力评估
Purpose & Capability
SKILL.md requires node, npm, ffmpeg, python and a PEXELS_API_KEY which all make sense for a video generator that downloads stock footage and assembles + transcodes video. However the registry-level requirements reported above list no required binaries and no required env vars. That mismatch (manifest vs SKILL.md) is incoherent and should be resolved — a consumer cannot tell which requirements are authoritative.
Instruction Scope
The instructions stay within the scope of running a local CLI: wiping a .video-cache.json, cleaning public/ folders, reading input/input-scripts.json, downloading stock footage, rendering segments, and stitching with ffmpeg. One ambiguity: SKILL.md says it 'generates voiceovers' and names AI voice IDs but does not declare what TTS service or credentials (if any) are used. That could require additional secrets or network calls not declared in the file.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That is low-risk from an install/extraction perspective — nothing is downloaded or written by a packaged installer described here.
Credentials
SKILL.md lists PEXELS_API_KEY as a required env var which is proportionate for downloading stock footage. But the registry metadata reported earlier lists no required env vars. The mismatch is concerning because it hides a declared credential requirement from the registry-level summary. Also the voice synthesis step mentions AI voice IDs but no TTS credentials are declared; additional credentials may be required but are not specified.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and has no install script that writes persistent configuration. It does not request elevated persistence or system-wide configuration changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-gen-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-gen-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v5.0.0
- Updated skill name to "Video Generator CLI".
- Bumped version to 5.0.0.
- No functional or command changes; documentation content and structure remain unchanged except for metadata updates.
v1.1.2
Professional naming and versioning update
v1.1.0
No changes detected in this release.
- Version number updated to 1.1.0
- No file or documentation changes found from the previous version
v1.0.0
Video Generator CLI skill initial release.
- Provides clear guides for running, resuming, and repairing video generation via CLI commands.
- Outlines setup requirements, command usage, and recovery options for failed processes.
- Includes developer/debug tools for local asset testing.
- Documents JSON script configuration options for customizing video output.
元数据
常见问题
Video Generator CLI 是什么?
Guide for running the Video Generator CLI commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 Video Generator CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-gen-cli」即可一键安装,无需额外配置。
Video Generator CLI 是免费的吗?
是的,Video Generator CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video Generator CLI 支持哪些平台?
Video Generator CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Generator CLI?
由 Premkmar M(@itspremkumar)开发并维护,当前版本 v5.0.0。
推荐 Skills