← Back to Skills Marketplace
abe238

YouTube Summarizer

by Abe Diaz (@abe238) · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
8254
Downloads
6
Stars
70
Active Installs
1
Versions
Install in OpenClaw
/install youtube-summarizer
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install youtube-summarizer
  3. After installation, invoke the skill by name or use /youtube-summarizer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - auto-fetch transcripts, generate structured summaries, and send to Telegram
Metadata
Slug youtube-summarizer
Version 1.0.0
License
All-time Installs 278
Active Installs 70
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 8254 downloads so far.

How do I install YouTube Summarizer?

Run "/install youtube-summarizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is YouTube Summarizer free?

Yes, YouTube Summarizer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does YouTube Summarizer support?

YouTube Summarizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created YouTube Summarizer?

It is built and maintained by Abe Diaz (@abe238) (@abe238); the current version is v1.0.0.

💬 Comments