← 返回 Skills 市场
ivangdavila

Video Captions

作者 Iván · GitHub ↗ · v1.0.1
linuxdarwin ⚠ suspicious
812
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install video-captions
功能描述
Generate professional captions and subtitles with multi-engine transcription, word-level timing, styling presets, and burn-in.
安全使用建议
This skill appears coherent for captioning tasks, but review these before using: 1) It expects ffmpeg and a Whisper CLI on PATH — ensure you trust those binaries and their versions. 2) The docs recommend pip installs (openai-whisper, whisper-timestamped, stable-ts, etc.); install packages from trusted sources and consider a virtualenv or container. 3) Local processing is the default (best for privacy). Only supply cloud API keys (AssemblyAI / Deepgram) if you consent to sending video/audio to those services. 4) Example ffmpeg burn-in commands depend on fonts and may require installing or mapping fonts on your system. 5) If you plan to let an autonomous agent run this skill, be aware it could process any video files the agent is given — limit scope and run in an isolated environment if you have sensitive content.
功能分析
Type: OpenClaw Skill Name: video-captions Version: 1.0.1 The skill bundle is designed for legitimate video captioning tasks, utilizing tools like `ffmpeg` and `whisper`. It explicitly states that processing is local by default and cloud APIs are opt-in, requiring user-provided keys, which mitigates concerns about hidden data exfiltration. However, the extensive use of `ffmpeg` and `whisper` commands across `SKILL.md`, `engines.md`, `formats.md`, `platforms.md`, and `styling.md` introduces a significant shell injection vulnerability risk. If the AI agent constructs these commands using unsanitized user input (e.g., for filenames or style parameters), a malicious user could execute arbitrary commands on the host system. While there is no evidence of intentional malicious behavior within the skill's instructions or code, this critical vulnerability potential warrants a 'suspicious' classification.
能力评估
Purpose & Capability
Name/description match the actual instructions: transcription, timing, styling, and burn-in. Required binaries (ffmpeg, whisper) are appropriate. Optional cloud API keys (AssemblyAI, Deepgram) are declared in metadata and are relevant to higher-accuracy cloud engines.
Instruction Scope
SKILL.md contains concrete shell commands (whisper, whisper_timestamped, ffmpeg, curl for Deepgram) that operate on user video files and outputs captions/subtitled video. It does not instruct the agent to read unrelated system files or exfiltrate unrelated secrets. It does recommend installing Python packages (pip), which is expected for local engines but should be performed by the user in a trusted environment.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. However engines.md shows example pip install commands for third-party Python packages—these are not auto-run by the skill but are a user action that can pull arbitrary code. Users should vet package sources and install in isolated environments if concerned.
Credentials
The skill does not require any environment variables by default. The metadata lists optional API keys (ASSEMBLYAI_API_KEY, DEEPGRAM_API_KEY) that are directly relevant to the cloud transcription options shown. No unrelated credentials or config paths are requested.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent system configuration. disable-model-invocation is false (normal), meaning the agent can call the skill autonomously — this is expected for skills and is not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-captions
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-captions 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Declared optional cloud API env vars in metadata to clarify that cloud engines require user-provided keys
v1.0.0
Initial release
元数据
Slug video-captions
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Video Captions 是什么?

Generate professional captions and subtitles with multi-engine transcription, word-level timing, styling presets, and burn-in. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 812 次。

如何安装 Video Captions?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-captions」即可一键安装,无需额外配置。

Video Captions 是免费的吗?

是的,Video Captions 完全免费(开源免费),可自由下载、安装和使用。

Video Captions 支持哪些平台?

Video Captions 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin)。

谁开发了 Video Captions?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.1。

💬 留言讨论