← 返回 Skills 市场
gangadharpadshetty

summerizeryoutube

作者 Gangadhar · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
359
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-summerizer
功能描述
Generates structured summaries and context-based Q&A from YouTube transcripts with multi-language support, ensuring accuracy and no hallucinations.
安全使用建议
This skill appears to be a straightforward instruction-only YouTube summarizer that expects a local backend at http://localhost:8000 to do transcript fetching, chunking, embeddings, and retrieval. Before installing or enabling it: (1) confirm you run and control the local service it calls — the agent will send video URLs and user questions to that service; (2) audit that local service code for any external calls or credential usage (the skill itself declares none); (3) if you do not run a local backend, the skill's tool calls will fail; (4) note the minor mismatch where skill.json mentions 'Telegram' — check whether this is relevant to your deployment; (5) if you need stricter privacy, run the backend in a sandbox or add authentication to the localhost endpoints so untrusted local processes cannot intercept user data.
功能分析
Type: OpenClaw Skill Name: youtube-summerizer Version: 1.0.0 The skill bundle defines a YouTube summarizer and Q&A assistant. The `skill.md` provides clear, well-guarded instructions for the AI agent, focusing on tool usage and preventing hallucinations. The `skill.json` defines two tools (`process_video`, `retrieve_chunks`) that interact with a local service at `http://localhost:8000`. While interaction with a local service could be a vector for vulnerabilities if the service itself is malicious, the provided files contain no evidence of intentional harmful behavior, data exfiltration, persistence, or malicious prompt injection. The `localhost` calls are consistent with a local-first skill requiring a companion backend service.
能力评估
Purpose & Capability
The skill declares tools for processing and retrieving transcript chunks and the SKILL.md describes RAG-based summarization and Q&A — this aligns with the stated YouTube summarizer purpose. Minor mismatch: skill.json description mentions 'Telegram' while SKILL.md and other metadata do not reference Telegram integration; this appears cosmetic but could indicate a template copy-paste.
Instruction Scope
Runtime instructions strictly direct the agent to call the two declared tools (process_video and retrieve_chunks) and to base answers only on returned transcript chunks. The instructions do not ask the agent to read unrelated files, environment variables, or external endpoints beyond the declared tools.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written to disk or fetched during install. That is the lowest-risk install model.
Credentials
The skill requests no environment variables or credentials, which is appropriate. However, the declared tools call unauthenticated HTTP endpoints on localhost (http://localhost:8000). That is coherent for a local backend but means the agent will send user-provided data to any service listening there — verify that service is trusted.
Persistence & Privilege
No special persistence or always:true setting is requested. The skill is user-invocable and does not modify other skills or agent-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-summerizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-summerizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
youtube summerizer calls backend to store in database
元数据
Slug youtube-summerizer
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

summerizeryoutube 是什么?

Generates structured summaries and context-based Q&A from YouTube transcripts with multi-language support, ensuring accuracy and no hallucinations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 359 次。

如何安装 summerizeryoutube?

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

summerizeryoutube 是免费的吗?

是的,summerizeryoutube 完全免费(开源免费),可自由下载、安装和使用。

summerizeryoutube 支持哪些平台?

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

谁开发了 summerizeryoutube?

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

💬 留言讨论