← 返回 Skills 市场
bodysuperman

Youtube Transcriber Skill

作者 BODYsuperman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-transcriber-skill
功能描述
自动转录 YouTube 视频,生成带时间戳的文字稿
安全使用建议
This package appears coherent and implements local transcription: it downloads audio with yt-dlp and runs faster-whisper locally. Before installing, consider: (1) run install.sh or pip inside a virtualenv to avoid system-wide installs; (2) model weights will likely be downloaded at first run (large bandwidth and disk usage); (3) yt-dlp downloads YouTube content — ensure you have the right to download the videos you process; (4) faster-whisper may require sufficient RAM/CPU or GPU and ffmpeg might be needed for some formats. If you want extra safety, inspect/run the code in an isolated environment (container or VM) first.
功能分析
Type: OpenClaw Skill Name: youtube-transcriber-skill Version: 1.0.0 The skill contains a shell injection vulnerability in 'bin/transcribe.js', where the 'url' argument is passed directly to 'execSync' without sanitization, allowing arbitrary command execution if a URL contains shell metacharacters (e.g., ';'). While the core logic in 'transcribe.py' and the installation scripts appear functional and aligned with the stated purpose of transcribing YouTube videos using 'yt-dlp' and 'faster-whisper', the insecure handling of CLI arguments poses a significant security risk.
能力评估
Purpose & Capability
Name/description match the code and docs: the package uses yt-dlp to download audio and faster-whisper to transcribe. Required packages and entrypoints (transcribe.py, bin/transcribe.js) align with the stated purpose; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the included scripts instruct the agent/user to download audio via yt-dlp and run local transcription. The runtime instructions reference only the YouTube URL, language option, and local commands; they do not read unrelated system files or request secrets.
Install Mechanism
There is no high-risk remote installer; installation is via pip install -r requirements.txt (install.sh). This is expected for a Python tool but will install packages system-wide unless run in a virtual environment. The transcription model (faster-whisper/WhisperModel) will likely download model weights from external model hosts at runtime, which implies large network and disk usage — expected but worth noting.
Credentials
The skill declares no required environment variables or credentials and the code does not access secrets. README mentions optional proxy env vars for network connectivity, which is reasonable and optional.
Persistence & Privilege
The skill is user-invocable and not forced always-on. The included openclaw/install metadata indicates an auto-install script (install.sh) will run when installing, which is normal for installing dependencies but does not modify other skills or system configurations beyond pip installs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-transcriber-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-transcriber-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of youtube-transcribe skill. - Automatically transcribes YouTube videos and generates timestamped transcripts and structured summaries. - Supports language selection (auto/zh/en/ja/ko). - Simple usage via chat command: `/youtube-transcribe <URL> [language]`. - Outputs progress updates and clear, formatted transcription results. - Requires Python 3.8+, yt-dlp, and faster-whisper.
元数据
Slug youtube-transcriber-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Youtube Transcriber Skill 是什么?

自动转录 YouTube 视频,生成带时间戳的文字稿. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 Youtube Transcriber Skill?

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

Youtube Transcriber Skill 是免费的吗?

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

Youtube Transcriber Skill 支持哪些平台?

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

谁开发了 Youtube Transcriber Skill?

由 BODYsuperman(@bodysuperman)开发并维护,当前版本 v1.0.0。

💬 留言讨论