← 返回 Skills 市场
383
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-to-chinese
功能描述
将提供的 YouTube 视频链接转录成完整中文稿,包含内容摘要和视频核心亮点,便于快速理解和复习。
安全使用建议
This skill appears coherent and implements a reasonable workflow for converting YouTube videos to Chinese transcripts. Before using it, consider: 1) Only supply cookies (browser:chrome or cookies.txt) if you understand that this gives yt-dlp access to your browser session cookies — avoid on sensitive accounts. 2) Verify any /tmp/yt-dlp binary before running (the script will prefer /tmp/yt-dlp if present). 3) If you run the suggested curl to update yt-dlp, ensure you trust the GitHub URL (the script points to the official yt-dlp release). 4) audios_understand is claimed to be an internal tool that processes local files; confirm your platform's privacy policy for how transcriptions are handled. If you avoid passing browser cookies and only run this on non-sensitive accounts/machines, the risk is low.
功能分析
Type: OpenClaw Skill
Name: youtube-to-chinese
Version: 1.0.0
The skill bundle contains high-risk capabilities, specifically the instruction to download and execute an external binary (yt-dlp) from GitHub and the use of the `--cookies-from-browser` flag in `scripts/download_audio.sh`, which can access sensitive session data. While these are functional requirements for bypassing YouTube's bot detection, they provide a path for RCE and credential theft. Additionally, the execution of shell scripts with user-provided URLs in `SKILL.md` poses a command injection risk to the agent's host environment.
能力评估
Purpose & Capability
Name/description (YouTube → Chinese transcript/summary) aligns with included files and runtime steps: a downloader script and instructions to pass the downloaded audio to the platform's audios_understand tool. No unrelated binaries, env vars, or hosts are requested.
Instruction Scope
SKILL.md stays within scope: download audio, transcribe via audios_understand, and format output. It does recommend optional use of browser cookies (browser:chrome) or a cookies.txt export to bypass YouTube bot/region checks — this increases the scope to reading browser cookies if the user explicitly chooses that option.
Install Mechanism
Instruction-only skill with a small shell script. No install spec. The only external download suggested (if needed) is yt-dlp from the official GitHub releases URL — a well-known release host. No obscure URLs or archive extraction are used.
Credentials
The skill itself requires no environment variables or credentials. The only potential sensitive access is optional: using browser:chrome or passing a cookies.txt file to allow yt-dlp to use logged-in cookies. That is user-controlled but can expose browser session cookies if used.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. It runs a local script and relies on local binaries (yt-dlp, ffmpeg if user chooses to split).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youtube-to-chinese - 安装完成后,直接呼叫该 Skill 的名称或使用
/youtube-to-chinese触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: YouTube视频转中文稿,含摘要和亮点
元数据
常见问题
YouTube to Chinese 是什么?
将提供的 YouTube 视频链接转录成完整中文稿,包含内容摘要和视频核心亮点,便于快速理解和复习。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 383 次。
如何安装 YouTube to Chinese?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-to-chinese」即可一键安装,无需额外配置。
YouTube to Chinese 是免费的吗?
是的,YouTube to Chinese 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
YouTube to Chinese 支持哪些平台?
YouTube to Chinese 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 YouTube to Chinese?
由 古 晖(@webguhui)开发并维护,当前版本 v1.0.0。
推荐 Skills