← Back to Skills Marketplace
benheee

YouTube Digest

by BenHeee · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
205
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youtube-digest
Description
Understand, summarize, translate, and extract key points from YouTube videos. Use when a user provides a YouTube URL and wants: (1) a Chinese summary, (2) a...
Usage Guidance
This skill appears to do what it says: it runs yt-dlp (an external binary) to fetch subtitles/metadata, converts subtitles to a transcript, and relies on the agent's LLM to summarize/translate. Before installing, consider: (1) you will need yt-dlp and deno (README shows curl|sh installs—verify sources or use your distro/package manager), (2) transcripts and summary.json are written to disk and will be read by the agent and sent to the LLM—treat these outputs as potentially sensitive data, (3) the README suggests using residential proxies if running from cloud IPs; avoid sending proxy credentials to untrusted parties, and (4) run the skill in a sandboxed environment or with restricted file permissions if you are worried about content or supply-chain risk. Overall the bundle is internally consistent and not requesting unrelated privileges.
Capability Analysis
Type: OpenClaw Skill Name: youtube-digest Version: 1.0.0 The youtube-digest skill is a legitimate tool designed to extract metadata and subtitles from YouTube videos for AI-driven summarization. The core logic in scripts/fetch_youtube.py uses the well-known yt-dlp utility via safe subprocess calls (using argument lists) and performs standard text processing on subtitle files. The SKILL.md instructions and documentation are focused entirely on the stated functionality, and no evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description match the included fetch_youtube.py script and usage docs. Requested tools (yt-dlp, deno, ffmpeg) are appropriate for subtitle/video extraction and optional frame extraction; nothing extraneous (no cloud credentials or unrelated binaries) is required.
Instruction Scope
SKILL.md tells the agent to run the provided script, read summary.json/transcript.txt, and optionally run ffmpeg for frames. It does not instruct the agent to read unrelated system files or hidden config, nor does it send collected content to unexpected external endpoints. The proxy option is explicitly for yt-dlp and is reasonable for bypassing rate limits.
Install Mechanism
There is no formal install spec in the skill bundle (instruction-only), but README recommends installing yt-dlp from GitHub releases and deno via deno.land install.sh. Those are well-known release hosts; however, running curl|sh or installing binaries from the network is always a moderate operational risk—verify sources and consider package-manager installs where possible.
Credentials
The skill requests no environment variables or credentials. The optional --proxy argument is the only network-related parameter; it does not demand tokens or secrets from unrelated services. The files written (summary.json, transcript.txt) are expected outputs for the described functionality.
Persistence & Privilege
always is false and the skill is user-invocable. It writes outputs to the user-specified directory and does not modify other skills, system-wide agent settings, or require permanent presence. Autonomous invocation defaults are unchanged and not a concern by themselves.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install youtube-digest
  3. After installation, invoke the skill by name or use /youtube-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug youtube-digest
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is YouTube Digest?

Understand, summarize, translate, and extract key points from YouTube videos. Use when a user provides a YouTube URL and wants: (1) a Chinese summary, (2) a... It is an AI Agent Skill for Claude Code / OpenClaw, with 205 downloads so far.

How do I install YouTube Digest?

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

Is YouTube Digest free?

Yes, YouTube Digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does YouTube Digest support?

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

Who created YouTube Digest?

It is built and maintained by BenHeee (@benheee); the current version is v1.0.0.

💬 Comments