← 返回 Skills 市场
video-to-srt
作者
sallyxie2026
· GitHub ↗
· v1.0.0
· MIT-0
159
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-to-srt
功能描述
Generate timecoded SRT subtitles from local video or audio files. Use when a user wants a local low-cost subtitle workflow, asks to transcribe local media in...
安全使用建议
This skill appears to do what it says: it runs a local Python transcription tool (faster-whisper) inside a venv and writes an SRT next to the input. Before installing or running it, consider: 1) It will pip-install faster-whisper (third-party code) into a local virtualenv — review and permit package installation. 2) The model weights will likely be downloaded from the Hugging Face Hub (network traffic and potentially many gigabytes of storage) unless you already have cached models — be prepared for bandwidth and disk usage and confirm you want that. 3) Ensure your environment has python3 (and typically an ffmpeg binary or equivalent media backend) even though the registry metadata didn't declare required binaries. 4) The skill operates on local files: confirm the agent/session has permission to read the media you plan to transcribe. 5) The default language is Chinese (zh); change to --language auto or set the language explicitly if that is not desired. If these points are acceptable, the skill is coherent and reasonable for local transcription.
功能分析
Type: OpenClaw Skill
Name: video-to-srt
Version: 1.0.0
The skill provides a legitimate utility for transcribing local media files into SRT subtitles using the faster-whisper library. The implementation includes a setup script (run_local_subtitles.sh) that correctly isolates dependencies and model caches within the skill's directory, and the Python logic (transcribe_to_srt.py) is focused entirely on media processing without any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description match the included scripts: the Python transcriber and wrapper create a local venv, install faster-whisper, run transcription, and write an SRT. Minor mismatches: the registry metadata lists no required binaries, but the wrapper assumes a system python3 is available (and in practice transcription will often require system media tools like ffmpeg); the default language is zh, which is an unusual default but explainable for a China-focused workflow.
Instruction Scope
SKILL.md instructs the agent to locate and operate on the user's local media file and to run the provided wrapper script. That is appropriate for the stated purpose. SKILL.md asks to request permission before installing packages (good). One important runtime effect not explicitly called out: the WhisperModel/faster-whisper runtime will download model weights from the Hugging Face Hub (network I/O, potentially large downloads) and will cache them under HF_HOME/XDG_CACHE_HOME; this is expected but should be disclosed to users and controlled by the environment.
Install Mechanism
No explicit install spec in registry; the wrapper script creates a local virtualenv and pip-installs faster-whisper from PyPI via requirements.txt. This is a standard approach (moderate risk): pip packages are third-party code and may pull native wheels or additional dependencies. There are no obscure download URLs or extracted archives in the skill itself.
Credentials
The skill requests no external credentials or config paths. It does set local cache and venv locations inside the skill folder and allows overriding HF_HOME/XDG_CACHE_HOME/VENV_DIR for reuse — these are reasonable and proportional to the task.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. The wrapper creates a venv and caches models in the skill folder by default (scope-limited). Autonomous invocation is allowed (platform default) but not combined with other concerning factors.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-to-srt - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-to-srt触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release
元数据
常见问题
video-to-srt 是什么?
Generate timecoded SRT subtitles from local video or audio files. Use when a user wants a local low-cost subtitle workflow, asks to transcribe local media in... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。
如何安装 video-to-srt?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-to-srt」即可一键安装,无需额外配置。
video-to-srt 是免费的吗?
是的,video-to-srt 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
video-to-srt 支持哪些平台?
video-to-srt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 video-to-srt?
由 sallyxie2026(@sallyxie2026)开发并维护,当前版本 v1.0.0。
推荐 Skills