← 返回 Skills 市场
427
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install video-audio-replace
功能描述
Replace video audio with TTS voice while preserving original timing. Includes subtitle generation from video using Whisper. Uses ElevenLabs or Edge TTS, alig...
安全使用建议
This skill appears to do what it says: it uses Whisper for subtitles, and ElevenLabs or Edge for TTS, then aligns/merges audio using ffmpeg. Before installing or running: 1) If you plan to use ElevenLabs set ELEVENLABS_API_KEY in your environment (or run with --engine edge to avoid sending text to an external API). 2) Review and install the listed Python packages in a virtualenv; run in an isolated environment if you’re concerned about dependencies. 3) Verify the default ElevenLabs voice constant is not a leaked secret (it looks like a voice ID but confirm). 4) Be aware that using ElevenLabs will send your subtitle text to their API — do not upload sensitive content. 5) Update the skill metadata if you maintain it so required env vars are declared accurately.
功能分析
Type: OpenClaw Skill
Name: video-audio-replace
Version: 1.0.0
The skill bundle is benign. It performs its stated purpose of replacing video audio with TTS, generating subtitles, and handling audio processing using standard tools like `ffmpeg` and legitimate TTS APIs (ElevenLabs, Edge TTS). It reads the `ELEVENLABS_API_KEY` environment variable for authentication, which is a standard practice for API usage, and makes network calls only to these specified TTS services. All `subprocess.run` calls use argument lists, mitigating common shell injection risks. The `SKILL.md` documentation provides clear instructions and examples without any evidence of prompt injection attempts against the AI agent or other malicious directives.
能力评估
Purpose & Capability
Name/description match the included scripts: generating subtitles (Whisper), creating TTS segments (ElevenLabs or Edge), aligning and replacing audio with ffmpeg. Required libraries (requests, faster-whisper, edge-tts) and ffmpeg usage are proportionate to the stated purpose.
Instruction Scope
Runtime instructions and scripts operate on local video/audio files, call ffmpeg/sox, and send text to the declared TTS APIs (api.elevenlabs.io / Edge TTS). They do not read unrelated system files or attempt broad environment discovery, but SKILL.md and code assume presence of ELEVENLABS_API_KEY when using the ElevenLabs engine (the registry metadata listed no required env vars — this is inconsistent).
Install Mechanism
This is an instruction-only skill with bundled Python scripts and no installer that downloads arbitrary code. _meta.json lists pip packages; all dependencies are standard public packages. No downloads from untrusted URLs or extracted archives are present.
Credentials
The only credential used is ELEVENLABS_API_KEY (optional if you use Edge TTS). That is appropriate for the ElevenLabs integration. However, the registry metadata reported no required env vars while the code clearly checks ELEVENLABS_API_KEY and will exit if ElevenLabs is selected — metadata should be corrected. Also the default ElevenLabs voice constant is a long alphanumeric string (likely a voice ID) which could be confusing; ensure it is not a misplaced secret.
Persistence & Privilege
always is false, skill does not request persistent presence or modify other skills or system-wide settings. It runs as a local tool operating on user-supplied files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-audio-replace - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-audio-replace触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
init version
元数据
常见问题
video-audio-replace 是什么?
Replace video audio with TTS voice while preserving original timing. Includes subtitle generation from video using Whisper. Uses ElevenLabs or Edge TTS, alig... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 427 次。
如何安装 video-audio-replace?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-audio-replace」即可一键安装,无需额外配置。
video-audio-replace 是免费的吗?
是的,video-audio-replace 完全免费(开源免费),可自由下载、安装和使用。
video-audio-replace 支持哪些平台?
video-audio-replace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 video-audio-replace?
由 marc(@synthere)开发并维护,当前版本 v1.0.0。
推荐 Skills