← 返回 Skills 市场
视频批量转录
作者
shenghoo123-png
· GitHub ↗
· v1.0.0
· MIT-0
99
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install video-batch-transcript
功能描述
通用视频批量转录工具 - 支持 1000+ 网站(B 站、YouTube、抖音、Twitch 等),使用 yt-dlp 批量下载视频音频,GPU 加速语音转文字(faster-whisper + CUDA),自动校正专业术语,生成结构化学习笔记。支持断点续传、批量导出、多格式输出、需要登录的网站配置。
安全使用建议
This package is internally consistent with its stated purpose, but be careful before running it: 1) It asks you to install Python packages (yt-dlp, faster-whisper, optional torch) — consider doing this in a virtualenv or container to avoid contaminating your system Python. 2) To access paywalled or login-only content it supports reading browser cookies or cookie files — providing these gives the tool access to your accounts, so only use cookies from accounts you control and understand the privacy/ToS implications. 3) The tool will download media to disk; ensure you have permission or that downloads don't violate site terms. 4) If you want higher assurance, review the complete scripts (they are included) or run them in an isolated VM/container. If you need more confidence that nothing unexpected is happening, provide the truncated/omitted portions of batch_transcript.py for a full line-by-line review.
功能分析
Type: OpenClaw Skill
Name: video-batch-transcript
Version: 1.0.0
The skill bundle is a legitimate and well-structured tool for batch downloading and transcribing videos from over 1000 websites using yt-dlp and faster-whisper. The primary logic in 'scripts/batch_transcript.py' is transparent, providing features like GPU acceleration, terminology correction, and session management via cookies. While the tool can access sensitive browser cookies to bypass authentication or bot detection, this behavior is explicitly documented, user-controlled via command-line arguments, and essential for its stated purpose. There is no evidence of data exfiltration, malicious prompt injection, or unauthorized execution in any of the files, including 'SKILL.md' and 'scripts/check_env.py'.
能力评估
Purpose & Capability
Name/description (batch video download + transcription) aligns with included files and runtime instructions: SKILL.md, README, scripts use yt-dlp for downloads and faster-whisper for transcription. Requested artifacts (cookies support, GPU/torch instructions, ffmpeg dependency in docs) are appropriate for the stated functionality.
Instruction Scope
Runtime instructions and scripts perform exactly the expected actions: install dependencies (pip), run an environment check, call yt-dlp to fetch media, and run faster-whisper to transcribe. They also support 'cookies-from-browser' and loading cookies files, which cause the tool to access browser cookies or cookie files — a necessary but sensitive capability for accessing login-protected content. The SKILL.md is explicit about these steps and where outputs are written.
Install Mechanism
There is no formal install spec in the registry; the SKILL.md directs users to run 'pip install -r requirements.txt' and optionally install CUDA/PyTorch from the PyTorch index URL. This is a common but higher-risk pattern than an install-free skill because it causes third-party packages to be installed into the environment; however, packages referenced are standard (yt-dlp, faster-whisper, pandas, python-docx) and no arbitrary download+extract URLs are used.
Credentials
The skill does not request environment variables or external credentials in metadata, which is good. However, its documented use of 'cookies-from-browser' and accepting cookie files means it will read sensitive authentication cookies from the local browser profile or files when needed — this is proportional for scraping/login-required downloads but materially increases privacy/credential risk and should be explicitly considered before use.
Persistence & Privilege
The skill is not always-enabled, does not request elevated or persistent platform privileges, and does not modify other skills or system-wide agent configuration in the packaged files. It writes output files to the user-specified output directory, which is expected behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-batch-transcript - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-batch-transcript触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
视频批量转录 是什么?
通用视频批量转录工具 - 支持 1000+ 网站(B 站、YouTube、抖音、Twitch 等),使用 yt-dlp 批量下载视频音频,GPU 加速语音转文字(faster-whisper + CUDA),自动校正专业术语,生成结构化学习笔记。支持断点续传、批量导出、多格式输出、需要登录的网站配置。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 视频批量转录?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-batch-transcript」即可一键安装,无需额外配置。
视频批量转录 是免费的吗?
是的,视频批量转录 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
视频批量转录 支持哪些平台?
视频批量转录 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 视频批量转录?
由 shenghoo123-png(@shenghoo123-png)开发并维护,当前版本 v1.0.0。
推荐 Skills