← 返回 Skills 市场
Video Subtitle Downloader
作者
shenghoo123-png
· GitHub ↗
· v1.0.0
· MIT-0
96
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-subtitle-downloader
功能描述
Download and convert subtitles from YouTube, Bilibili, and 1000+ platforms into SRT, JSON, or TXT with automatic timestamps and GPU acceleration support.
安全使用建议
What to consider before installing:
- The code you get is simple: it runs yt-dlp to fetch subtitles and saves converted files. There is no built-in transcription pipeline in the provided scripts despite the README/SKILL.md claiming GPU-accelerated transcription with faster-whisper. If you need audio->text transcription, expect to implement or verify that functionality yourself.
- The skill recommends pip installing faster-whisper (and other heavy packages). Faster-whisper and similar models can download large model files and consume GPU/CPU and disk space; only install them if you trust the source and need that feature.
- yt-dlp will contact the video hosting sites you provide and may download data depending on options. Review yt-dlp behavior and ensure you comply with copyright and site terms.
- There is no network exfiltration in the scripts provided, and no credentials are requested. Still, if the final distribution you install differs from these files (different scripts or additional install steps), re-review for hidden network endpoints, telemetry, or credential use.
- Actionable steps: (1) run the scripts in a controlled environment (sandbox) on sample URLs; (2) inspect/grep any distributed version for calls to faster-whisper or other subprocess/network calls; (3) if you expect transcription/GPU support, request/verify an implementation that actually invokes faster-whisper and documents model downloads and resource needs. If the publisher cannot explain the discrepancy between docs and code, treat the package as untrusted.
功能分析
Type: OpenClaw Skill
Name: video-subtitle-downloader
Version: 1.0.0
The skill bundle provides a legitimate utility for downloading video subtitles from various platforms using the well-known 'yt-dlp' and 'faster-whisper' libraries. The Python scripts (scripts/download_subtitle.py and scripts/batch_download.py) implement standard command-line interfaces and use secure subprocess calls (passing arguments as lists) to interact with external tools, minimizing shell injection risks. No evidence of data exfiltration, malicious persistence, or harmful prompt injection was found.
能力评估
Purpose & Capability
The skill's name and docs claim GPU-accelerated transcription (faster-whisper), automatic audio -> text transcription, and '1000+ platforms'. The provided Python scripts only call yt-dlp to extract existing subtitles and do not invoke faster-whisper or any transcription pipeline; the only dependency actually checked at runtime is yt-dlp. The marketing claims (GPU transcription, paid tiers) are not reflected in code or runtime requirements.
Instruction Scope
SKILL.md instructs users to pip install yt-dlp and faster-whisper and run the scripts. The scripts themselves only use yt-dlp via subprocess and read a local URL file; they do not access environment variables, external servers beyond what yt-dlp contacts, or other system paths. No broad data-collection or exfiltration behavior is present in the code.
Install Mechanism
There is no install spec in the registry; installation is manual via pip per the README. Recommended packages (yt-dlp, faster-whisper) come from PyPI which is expected. No downloads from obscure URLs or archive extraction are present in the skill files.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not attempt to read secrets or unrelated system configuration. This is proportionate to the stated task of downloading subtitles.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or system-wide agent settings. It runs as a normal user-space script and has no elevated persistence requirements.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-subtitle-downloader - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-subtitle-downloader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Video Subtitle Downloader v1.0.0
- Initial release.
- Supports downloading subtitles from 1000+ platforms including YouTube, Bilibili, and Twitter.
- Fetches both auto-generated and manual subtitles in SRT, JSON, or TXT formats.
- Automatically segments subtitles for videos longer than 30 minutes.
- Offers GPU-accelerated transcription via faster-whisper.
- Provides multiple pricing tiers (Free, Professional, Enterprise) and platform comparison.
元数据
常见问题
Video Subtitle Downloader 是什么?
Download and convert subtitles from YouTube, Bilibili, and 1000+ platforms into SRT, JSON, or TXT with automatic timestamps and GPU acceleration support. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 Video Subtitle Downloader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-subtitle-downloader」即可一键安装,无需额外配置。
Video Subtitle Downloader 是免费的吗?
是的,Video Subtitle Downloader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video Subtitle Downloader 支持哪些平台?
Video Subtitle Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Subtitle Downloader?
由 shenghoo123-png(@shenghoo123-png)开发并维护,当前版本 v1.0.0。
推荐 Skills