← Back to Skills Marketplace
shenghoo123-png

视频批量转录

by shenghoo123-png · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
99
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install video-batch-transcript
Description
通用视频批量转录工具 - 支持 1000+ 网站(B 站、YouTube、抖音、Twitch 等),使用 yt-dlp 批量下载视频音频,GPU 加速语音转文字(faster-whisper + CUDA),自动校正专业术语,生成结构化学习笔记。支持断点续传、批量导出、多格式输出、需要登录的网站配置。
Usage Guidance
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.
Capability Analysis
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'.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install video-batch-transcript
  3. After installation, invoke the skill by name or use /video-batch-transcript
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug video-batch-transcript
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 视频批量转录?

通用视频批量转录工具 - 支持 1000+ 网站(B 站、YouTube、抖音、Twitch 等),使用 yt-dlp 批量下载视频音频,GPU 加速语音转文字(faster-whisper + CUDA),自动校正专业术语,生成结构化学习笔记。支持断点续传、批量导出、多格式输出、需要登录的网站配置。 It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install 视频批量转录?

Run "/install video-batch-transcript" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 视频批量转录 free?

Yes, 视频批量转录 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 视频批量转录 support?

视频批量转录 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 视频批量转录?

It is built and maintained by shenghoo123-png (@shenghoo123-png); the current version is v1.0.0.

💬 Comments