← 返回 Skills 市场
potatosolo

YouTube Summary - Auto Video Summarizer

作者 potatosolo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
337
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-video-summary
功能描述
Automatically fetch YouTube video subtitles and generate concise summaries. Use when you need to summarize a YouTube video, get key points from a talk, or ex...
安全使用建议
This skill appears to do what it says: fetch public YouTube captions and prepare them for AI summarization. Before installing, consider: (1) it needs network access to fetch captions (and will call the model service to summarize), so private or sensitive video content will be sent to those services; (2) the dependency is a standard Python package (youtube-transcript-api) — review and install it in a controlled/isolated Python environment; (3) the repository has no homepage and an unknown owner — if you require provenance, ask the publisher for a homepage or audit the code yourself; (4) if you have strict privacy/compliance needs, avoid sending transcripts to third-party models or run summarization in an environment you control.
功能分析
Type: OpenClaw Skill Name: youtube-video-summary Version: 1.0.0 The skill bundle provides a legitimate utility for fetching and summarizing YouTube subtitles. The core logic in scripts/youtube_subtitles.py uses the standard youtube-transcript-api library to retrieve captions, while scripts/summarize.py handles text cleaning and chunking. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the code and instructions in SKILL.md are well-documented and align strictly with the stated purpose.
能力评估
Purpose & Capability
Name/description align with the code and SKILL.md: scripts/youtube_subtitles.py fetches transcripts via youtube-transcript-api and summarize.py prepares text for summarization. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md and the scripts stay within summarization scope (fetch subtitles, clean, chunk, format). Note: the workflow requires sending subtitle text to an AI model for summarization — users should be aware that the transcript text will be transmitted to whatever model/service the agent uses.
Install Mechanism
No formal install spec; there is a requirements.txt declaring youtube-transcript-api and SKILL.md suggests pip install. This is a low-risk, standard Python dependency but the skill will attempt to import and use that package at runtime.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request unrelated secrets or cross-service keys.
Persistence & Privilege
always:false and user-invocable; the skill does not request persistent or elevated platform privileges and does not modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-video-summary
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-video-summary 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of youtube-summary: - Automatically fetches subtitles from any public YouTube video (including auto-generated captions) in multiple languages. - Generates concise, structured video summaries with executive overview, key points, and optional detailed notes. - Allows customization of summary length (short, medium, or detailed). - Enables easy export of summaries as markdown or plain text for quick note-taking. - Provides usage instructions and examples for seamless integration into research, learning, or sharing key video content.
元数据
Slug youtube-video-summary
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

YouTube Summary - Auto Video Summarizer 是什么?

Automatically fetch YouTube video subtitles and generate concise summaries. Use when you need to summarize a YouTube video, get key points from a talk, or ex... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 337 次。

如何安装 YouTube Summary - Auto Video Summarizer?

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

YouTube Summary - Auto Video Summarizer 是免费的吗?

是的,YouTube Summary - Auto Video Summarizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

YouTube Summary - Auto Video Summarizer 支持哪些平台?

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

谁开发了 YouTube Summary - Auto Video Summarizer?

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

💬 留言讨论