← 返回 Skills 市场
65
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-producer-v3
功能描述
短视频一键生成器 v3.0。输入主题+要点,AI自动完成分镜、生图、配音、字幕、渲染,输出1080×1920竖屏MP4。
安全使用建议
Before installing or running: 1) Treat this as code you should review — open video_producer.py and inspect network calls, especially requests.post and any subprocess.run usage. 2) Do not supply high‑value keys without confidence: test first with IMAGE_BACKEND=placeholder and TTS_BACKEND=edge (free/local) so no external API calls are made. 3) Verify the MiniMax endpoint (MINIMAX_BASE) — it is not a widely known provider; confirm its legitimacy before entering MINIMAX_API_KEY. 4) Run the script inside an isolated environment or container (non‑privileged user) and avoid running as root. 5) Look for shell commands constructed from untrusted input (subprocess.run with shell=True) and avoid feeding untrusted data into the script until you can confirm sanitization. 6) Ask the author to update the registry metadata to declare required env vars and to provide the .env.example file referenced in README; absence of those files/metadata is a red flag. If you want, paste the remaining truncated parts of video_producer.py and I can re-check for more specific risks (e.g., exact ffmpeg command construction or any hidden endpoints).
功能分析
Type: OpenClaw Skill
Name: video-producer-v3
Version: 1.0.0
The skill bundle is classified as suspicious due to critical security vulnerabilities in video_producer.py, specifically shell injection risks. The script uses subprocess.run(shell=True) to execute ffmpeg and edge-tts commands constructed from unsanitized user input (e.g., the --topic and --points arguments), which could allow arbitrary command execution. While the code appears to legitimately implement the described AI video generation functionality and lacks evidence of intentional malice or data exfiltration, the high-risk implementation of system calls makes it unsafe for use without significant refactoring.
能力标签
能力评估
Purpose & Capability
The skill's name/description (AI short-video generator) matches the code and SKILL.md: it plans storyboards, calls image and TTS backends, and runs ffmpeg to render. However the registry metadata lists no required environment variables/credentials while both SKILL.md and README and the script explicitly expect MINIMAX_API_KEY and optionally OPENAI_API_KEY (and other env vars). This mismatch is an incoherence (likely an author oversight) but worth flagging.
Instruction Scope
Runtime instructions and the Python script instruct the agent/user to set service API keys and then the script makes outbound HTTP requests to image/TTS APIs, downloads image data, writes files, generates audio, and invokes ffmpeg via subprocess. Those actions are expected for this purpose, but the skill transmits content (and your API keys in requests) to third-party endpoints and executes shell commands; you should verify endpoints and inspect how inputs are used when constructing shell commands.
Install Mechanism
No install spec is provided (instruction-only with an included Python script). No remote archive downloads or installers are invoked by the platform; risk is limited to running the provided Python file and its runtime network activity.
Credentials
The script uses MINIMAX_API_KEY and OPENAI_API_KEY (and other optional env vars) which are proportional to the stated functionality (image/TTS backends). But the registry metadata incorrectly lists no required env vars/configs, and the default MINIMAX_BASE is a non‑familiar domain (https://api.minimaxi.com/v1) — verify that service before providing keys. The code also allows overriding OPENAI_BASE which could redirect calls; this increases risk if you set nonstandard values or if the code is modified.
Persistence & Privilege
The skill does not request always=true or system-wide persistence. It runs as a script on demand and does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-producer-v3 - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-producer-v3触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初版发布:多后端TTS(Minimax/OpenAI/Edge) + 图片生成 + 视频渲染
元数据
常见问题
短视频一键生成器 是什么?
短视频一键生成器 v3.0。输入主题+要点,AI自动完成分镜、生图、配音、字幕、渲染,输出1080×1920竖屏MP4。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 65 次。
如何安装 短视频一键生成器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-producer-v3」即可一键安装,无需额外配置。
短视频一键生成器 是免费的吗?
是的,短视频一键生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
短视频一键生成器 支持哪些平台?
短视频一键生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 短视频一键生成器?
由 Hyjaixiao(@hyjaixiao)开发并维护,当前版本 v1.0.0。
推荐 Skills