← 返回 Skills 市场
Youtube Transcribe Skill
作者
Pengfei Ni
· GitHub ↗
· v0.1.0
485
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-transcribe-skill
功能描述
Extract subtitles/transcripts from YouTube videos. Triggers: "youtube transcript", "extract subtitles", "video captions", "视频字幕", "字幕提取", "YouTube转文字", "提取字幕".
安全使用建议
This skill appears to do what it says: extract YouTube transcripts using yt-dlp or browser automation. Before installing, consider: (1) yt-dlp --cookies-from-browser will access your browser cookie store to handle sign-in-protected videos — only proceed if you are comfortable with that and trust the runtime. (2) The fallback uses a chrome-devtools plugin to open pages and run JavaScript on them; review what that plugin can access in your environment. (3) SKILL.md mentions 'WebFetch'/'firecrawl' but those tools aren't declared — if the agent attempts those, verify what implementation will be used. (4) No external credentials are requested and nothing is downloaded by the skill itself, which reduces risk. If you plan to use this skill, ensure yt-dlp and/or the specified mcp plugin are installed from trusted sources and avoid running it in environments where exposing browser cookies would be unacceptable.
功能分析
Type: OpenClaw Skill
Name: youtube-transcribe-skill
Version: 0.1.0
The skill is classified as suspicious due to the use of powerful capabilities that, while potentially functional for its stated purpose, introduce significant security risks. Specifically, the `SKILL.md` instructions allow `yt-dlp` to access browser cookies via `--cookies-from-browser`, and critically, grant the agent the ability to execute arbitrary JavaScript in the user's browser context using `mcp__plugin_claude-code-settings_chrome__evaluate_script`. While the provided JavaScript is benign, this capability represents a browser-side Remote Code Execution (RCE) vulnerability, making the skill highly susceptible to prompt injection attacks for data exfiltration or other malicious browser actions.
能力评估
Purpose & Capability
The skill's name and description align with its instructions: it uses yt-dlp when available and falls back to browser automation to extract transcripts. Minor inconsistency: SKILL.md mentions using 'WebFetch' or 'firecrawl' to fetch the page/title, but those tools are not listed in the allowed-tools block. Otherwise the declared allowed tools (yt-dlp and the chrome-devtools mcp plugin) are appropriate for the stated purpose.
Instruction Scope
Instructions stay focused on extracting transcripts and saving them locally. Privacy-relevant behaviors: recommending yt-dlp with --cookies-from-browser=chrome means the tool will read browser cookie stores to bypass sign-in restrictions; the mcp__plugin evaluate_script step runs arbitrary JS on the video page (reads DOM/transcript). These are coherent for scraping transcripts but can expose local browser cookies or other page content if the environment/tool implementation is broad.
Install Mechanism
No install spec (instruction-only), so nothing is being downloaded or written by the skill itself. This is low-risk from an install perspective.
Credentials
The skill does not request environment variables, credentials, or config paths. It does rely on local tools (yt-dlp and a chrome-devtools mcp plugin) and on access to the browser's cookie store via yt-dlp, which is proportional to the goal but privacy-sensitive; no extra unrelated credentials are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or modifications to other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youtube-transcribe-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/youtube-transcribe-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
youtube-transcribe-skill v0.1.0
- Initial release: Extracts subtitles/transcripts from YouTube videos via CLI or browser automation.
- Supports multiple triggers, including English and Chinese phrases.
- Primary extraction uses `yt-dlp`; if unavailable or fails, falls back to browser automation via `chrome-devtools-mcp`.
- Handles common issues (missing tools, browser restrictions) with user prompts and fallbacks.
- Saves extracted subtitles to the current directory with timestamp and subtitle text per line.
- Reports file path, subtitle language, and total subtitle lines upon completion.
元数据
常见问题
Youtube Transcribe Skill 是什么?
Extract subtitles/transcripts from YouTube videos. Triggers: "youtube transcript", "extract subtitles", "video captions", "视频字幕", "字幕提取", "YouTube转文字", "提取字幕". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 485 次。
如何安装 Youtube Transcribe Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-transcribe-skill」即可一键安装,无需额外配置。
Youtube Transcribe Skill 是免费的吗?
是的,Youtube Transcribe Skill 完全免费(开源免费),可自由下载、安装和使用。
Youtube Transcribe Skill 支持哪些平台?
Youtube Transcribe Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Youtube Transcribe Skill?
由 Pengfei Ni(@feiskyer)开发并维护,当前版本 v0.1.0。
推荐 Skills