← 返回 Skills 市场
ivanopassari

Youtube Summary Skill

作者 ivanopassari · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ⚠ suspicious
202
总下载
0
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install youtube-summary-skill
功能描述
Fetch a YouTube video transcript and provide a structured summary. Usage: /youtube-summary <youtube-url> [--lang <language>]
安全使用建议
The skill appears to do what it says, but review a few things before installing/use: - Verify the bundled fetch_transcript.py content (it is included) to ensure it matches the expected behavior — this skill executes that script directly. The repository copy appears benign (uses youtube-transcript-api and prints JSON) but double-check for any unexpected changes after install. - Note the default-language mismatch: SKILL.md/README say default English, but the script default is "it,en" (Italian preferred). If you expect English by default, pass --lang or edit the script/command. - The runtime command resolves the script from ~/.claude/plugins/cache/... or ~/.claude/skills/ and runs it; ensure those locations are trusted and not modified by other actors on your system. - 'uv' will fetch and run the youtube-transcript-api dependency at runtime; ensure you trust the uv tool and network access for dependency installation. - When prompted to save summaries, the skill will write files locally via the Write tool—be mindful of where files are stored and their contents. If you want higher assurance, run the included fetch_transcript.py locally (outside the skill) against a sample video to confirm behavior and outputs before allowing the skill to execute on your system.
功能分析
Type: OpenClaw Skill Name: youtube-summary-skill Version: 1.0.7 The skill is designed to fetch YouTube transcripts and generate summaries using the 'youtube-transcript-api' library. The execution logic in SKILL.md uses 'uv' to manage dependencies and a Python one-liner to locate the bundled 'fetch_transcript.py' script across different installation paths. The Python script itself is focused solely on transcript extraction and error handling, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description, included script (fetch_transcript.py), and declared requirement (uv) align with fetching transcripts and producing summaries. One inconsistency: the SKILL.md and README state the default language is English, but the bundled Python script's default --lang is "it,en" (Italian first), which means the script will prefer Italian unless invoked differently. This is a functional mismatch (not evidence of malicious intent) but affects behavior.
Instruction Scope
Runtime instructions are narrow: parse $ARGUMENTS, run a local Python script via 'uv' to fetch transcripts, summarize, and optionally write a Markdown file. The Bash one-liner looks up fetch_transcript.py under the user's Claude plugin cache (~/.claude/plugins/cache/...) and falls back to ~/.claude/skills/; this is necessary for locating the script but means the skill will execute whatever fetch_transcript.py is found in those locations. Review the fetched script before first use. The script itself only uses the youtube-transcript-api and prints JSON; it does not access unrelated files, env vars, or network endpoints beyond the library's normal behavior.
Install Mechanism
This is an instruction-only skill with no install spec and a small included script. It relies on the 'uv' runtime to manage Python dependencies (youtube-transcript-api). There are no downloads from arbitrary URLs or packaged installers in the manifest, so install risk is low. Ensure you trust the source of the skill and the 'uv' tool.
Credentials
The skill requests no environment variables or credentials and does not require access to unrelated service secrets. It does read $ARGUMENTS (the command input) and may write a Markdown file when the user agrees, which is proportional to its purpose.
Persistence & Privilege
always is false and disable-model-invocation is true (it cannot be invoked autonomously), which reduces risk. The skill does not request persistent elevated privileges or modify other skills' configs. It will execute a local script found in plugin/cache or ~/.claude/skills as described—this is normal for skills but you should confirm the script content.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-summary-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-summary-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
youtube-summary-skill v1.0.7 - Documentation updated in SKILL.md (no logic or functional changes). - Version bumped from 1.0.6 to 1.0.7.
v1.0.6
youtube-summary-skill 1.0.6 - Documentation updates in CHANGELOG.md, README.md, and SKILL.md. - No changes to code or functionality.
v1.0.5
- No changes detected in this version. - Functionality, usage, description, and metadata remain the same as the previous release.
vv1.0.5
youtube-summary-skill v1.0.5 - Updated version number and documentation in SKILL.md. - No functional or API changes; documentation and changelog updates only.
vv1.0.4
v1.0.4 Changelog - Documentation update only: README.md modified. - No changes to code or user-facing features. - Skill behavior and interface remain the same as previous version.
v1.0.3
Replace bash-specific path resolution with a pure Python one-liner for full cross-platform support (Linux, macOS, Windows)
v1.0.2
Fix script path resolution so the skill works after installing via /plugin install without requiring a manual file copy
v1.0.1
youtube-summary-skill 1.0.1 - Documentation updates only: README.md and SKILL.md were modified. - No functional or code changes; implementation remains identical to version 1.0.0.
v1.0.0
Initial release of youtube-summary-skill. - Fetches YouTube video transcripts and generates a structured summary in the chosen language. - Supports an optional language flag (`--lang`) for summary translation; defaults to English. - Handles user prompts if necessary information is missing. - Presents the summary with sections for overview, key points, and notable quotes. - Offers to save the summary as a Markdown file with a filename based on the video ID. - Ensures user privacy and security—does not access, upload, or store user or YouTube account data.
元数据
Slug youtube-summary-skill
版本 1.0.7
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 9
常见问题

Youtube Summary Skill 是什么?

Fetch a YouTube video transcript and provide a structured summary. Usage: /youtube-summary <youtube-url> [--lang <language>]. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 202 次。

如何安装 Youtube Summary Skill?

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

Youtube Summary Skill 是免费的吗?

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

Youtube Summary Skill 支持哪些平台?

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

谁开发了 Youtube Summary Skill?

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

💬 留言讨论