← 返回 Skills 市场
dolphins1123

Youtube Whisper

作者 ken · GitHub ↗ · v1.4.1 · MIT-0
cross-platform ✓ 安全检测通过
363
总下载
0
收藏
3
当前安装
10
版本数
在 OpenClaw 中安装
/install youtube-whisper
功能描述
YouTube影片一鍵轉文字!自動下載影片並用AI轉成中文/英文字幕,沒有字幕的影片也能用。
安全使用建议
This skill appears to do what it says: it downloads YouTube audio (via yt-dlp) and transcribes locally with Whisper. Before installing/using: (1) ensure you trust the author and review the included script (it is plain shell, not obfuscated); (2) install yt-dlp, ffmpeg, and openai-whisper from their official sources (brew/pip) and be aware pip packages can execute code at install time; (3) the script downloads content from YouTube to /tmp and will remove temp files—be mindful of disk and network usage and of any copyright/legal constraints for downloading content; (4) the script prompts for interactive confirmation when memory is low and may hang in non-interactive agent runs—use the --force flag and a small model for automated contexts; (5) no credentials are requested, and there is no evidence of data exfiltration to third-party endpoints beyond fetching YouTube content.
功能分析
Type: OpenClaw Skill Name: youtube-whisper Version: 1.4.1 The youtube-whisper skill is a legitimate tool for transcribing YouTube videos using yt-dlp and the OpenAI Whisper model. The core logic in scripts/youtube-whisper.sh is well-implemented, featuring system resource checks (RAM/CPU), support for both subtitle extraction and audio transcription, and proper cleanup of temporary files in /tmp. The script uses proper shell quoting for variables like URL and output paths, mitigating common injection risks, and contains no evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
Name/description claim: download YouTube videos and transcribe with Whisper. Manifest and SKILL.md list yt-dlp, ffmpeg, and openai-whisper (pip) which are exactly what's needed. The included shell script implements subtitle detection, yt-dlp downloads, and local Whisper invocation—consistent with purpose.
Instruction Scope
SKILL.md instructs installing yt-dlp/ffmpeg and pip openai-whisper and running the provided script; the script only accesses the given YouTube URL, /tmp for temporary files, and local system resource info. It prompts interactively when memory is low (read -p) which can block non-interactive agents—this is a runtime usability note rather than malicious behavior. No instructions to read unrelated config files or transmit data to external endpoints beyond YouTube/yt-dlp.
Install Mechanism
No install spec provided (instruction-only + bundled script). Dependencies are installed via standard package managers (brew, pip) per SKILL.md; nothing is downloaded from an unusual URL or extracted by the skill installer.
Credentials
Skill declares no required environment variables or credentials and the script does not access secrets or external tokens. All environment/system accesses (free, sysctl, top) are reasonable for performing resource checks.
Persistence & Privilege
always:false and default autonomous invocation settings; the skill does not attempt to modify other skills or system-wide configs. It runs transient shell commands and cleans up its temp directory on exit.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-whisper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-whisper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.1
youtube-whisper v1.4.1 - Minor update to scripts/youtube-whisper.sh. - No changes to user-facing documentation or features.
v1.4.0
youtube-whisper v1.4.0 - 新增 --force 參數,允許在記憶體不足時強制執行(跳過記憶體檢查) - SKILL.md 增加可用模型表格與各模型記憶體需求說明 - 說明與使用範例同步更新支援 --force 參數的操作方式 - 新增 _meta.json 檔案
v1.3.1
- Major SKILL.md rewrite: clarified usage, streamlined instructions, and improved feature descriptions in Chinese. - Updated description for broader, simpler appeal and clearer functionality. - Added language auto-detection info and expanded usage scenarios. - Standardized usage syntax and requirements. - Cleaned up duplicate or redundant author credits.
v1.3.0
youtube-whisper 1.3.0 introduces a structured response format with additional output details: - Adds a standardized reply format showing video title, processing time, transcription source (subtitles/Whisper), and transcript content. - Updates documentation to reflect the enhanced output, including details on time spent and the method used (subtitles or Whisper transcription).
v1.2.2
- Bumped version to 1.2.2. - Documentation updates in README.md and SKILL.md. - No functional script changes.
v1.2.1
- Updated version to 1.2.1. - Documentation refreshed in SKILL.md and README.md; no functional script changes. - No user-facing feature or behavior changes.
v1.2.0
- Version bump to 1.2.0. - Documentation updates only; no functional changes. - README.md and SKILL.md refreshed for clarity and accuracy.
v1.1.0
No changes detected in this version.
v0.1.1
- Bumped skill version to 1.1.0. - Added version field to SKILL.md.
v0.1.0
Initial release of youtube-whisper: - Download YouTube videos and transcribe audio locally with Whisper. - Designed for cases where videos have no subtitles or youtube-watcher fails. - Supports specifying output filename and Whisper model. - Default transcription language is Traditional Chinese. - Provides hardware requirements, tested environment, and basic setup instructions.
元数据
Slug youtube-whisper
版本 1.4.1
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 10
常见问题

Youtube Whisper 是什么?

YouTube影片一鍵轉文字!自動下載影片並用AI轉成中文/英文字幕,沒有字幕的影片也能用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 363 次。

如何安装 Youtube Whisper?

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

Youtube Whisper 是免费的吗?

是的,Youtube Whisper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Youtube Whisper 支持哪些平台?

Youtube Whisper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Youtube Whisper?

由 ken(@dolphins1123)开发并维护,当前版本 v1.4.1。

💬 留言讨论