← Back to Skills Marketplace
359
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youtube-summerizer
Description
Generates structured summaries and context-based Q&A from YouTube transcripts with multi-language support, ensuring accuracy and no hallucinations.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youtube-summerizer - After installation, invoke the skill by name or use
/youtube-summerizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
youtube summerizer calls backend to store in database
Metadata
Frequently Asked Questions
What is summerizeryoutube?
Generates structured summaries and context-based Q&A from YouTube transcripts with multi-language support, ensuring accuracy and no hallucinations. It is an AI Agent Skill for Claude Code / OpenClaw, with 359 downloads so far.
How do I install summerizeryoutube?
Run "/install youtube-summerizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is summerizeryoutube free?
Yes, summerizeryoutube is completely free (open-source). You can download, install and use it at no cost.
Which platforms does summerizeryoutube support?
summerizeryoutube is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created summerizeryoutube?
It is built and maintained by Gangadhar (@gangadharpadshetty); the current version is v1.0.0.
More Skills