← 返回 Skills 市场
YouTube Summarizer
作者
Abe Diaz (@abe238)
· GitHub ↗
· v1.0.0
8250
总下载
6
收藏
70
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-summarizer
功能描述
Automatically fetch YouTube video transcripts, generate structured summaries, and send full transcripts to messaging platforms. Detects YouTube URLs and provides metadata, key insights, and downloadable transcripts.
安全使用建议
Before installing, review or pin the external mcp-server-youtube-transcript dependency if supply-chain control matters. Use this only where saving full transcripts under /root/clawd/transcripts is acceptable, and be careful with Telegram chats because the skill may attach the full transcript file, not just a summary.
功能分析
Type: OpenClaw Skill
Name: youtube-summarizer
Version: 1.0.0
The skill is classified as suspicious due to its reliance on an external GitHub repository (`https://github.com/kimtaeyoon83/mcp-server-youtube-transcript`) for its core functionality. Both `SKILL.md` and `package.json` instruct the agent to `git clone` this repository into `/root/clawd/mcp-server-youtube-transcript`, followed by `npm install` and `npm run build`, and then execute Node.js code from it. This introduces a significant supply chain risk, as the integrity of the external repository cannot be guaranteed, and its code is executed with the agent's permissions. Additionally, the skill writes full transcripts to `/root/clawd/transcripts/`, which involves privileged directory access. While the stated purpose of YouTube summarization appears benign, the method of fetching and executing code from an external, potentially unvetted source, combined with system-level file operations, raises security concerns.
能力评估
Purpose & Capability
The declared purpose, README, and runtime workflow consistently describe YouTube URL detection, transcript fetching, structured summarization, local transcript saving, and Telegram file delivery.
Instruction Scope
The skill instructs command execution, transcript file creation, and Telegram attachment sending, but these actions are directly tied to the stated workflow and are disclosed in the artifacts.
Install Mechanism
The skill relies on cloning and building an external GitHub dependency that is not pinned to a commit or release; this is a supply-chain consideration, not evidence of malicious behavior in the provided artifacts.
Credentials
Writing transcript JSON to /tmp and full transcripts under /root/clawd/transcripts is scoped to the task, but users should understand that full transcript content remains on disk.
Persistence & Privilege
There is no background persistence, privilege escalation, credential access, or destructive behavior; the main retained state is saved transcript files and an installed helper dependency.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youtube-summarizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/youtube-summarizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - auto-fetch transcripts, generate structured summaries, and send to Telegram
元数据
常见问题
YouTube Summarizer 是什么?
Automatically fetch YouTube video transcripts, generate structured summaries, and send full transcripts to messaging platforms. Detects YouTube URLs and provides metadata, key insights, and downloadable transcripts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 8250 次。
如何安装 YouTube Summarizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-summarizer」即可一键安装,无需额外配置。
YouTube Summarizer 是免费的吗?
是的,YouTube Summarizer 完全免费(开源免费),可自由下载、安装和使用。
YouTube Summarizer 支持哪些平台?
YouTube Summarizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 YouTube Summarizer?
由 Abe Diaz (@abe238)(@abe238)开发并维护,当前版本 v1.0.0。
推荐 Skills