multiAI Summary Pending

yt-digest

Extract summaries, transcripts, and key moments from YouTube videos.

3,556 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/yt-digest/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/0xraini/yt-digest/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/yt-digest/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How yt-digest Compares

Feature / Agentyt-digestStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Extract summaries, transcripts, and key moments from YouTube videos.

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# yt-digest

Extract summaries, transcripts, and key moments from YouTube videos.

## Features

- **Transcript extraction**: Get full transcript with timestamps
- **Summary**: AI-generated summary of video content
- **Key moments**: Extract chapters and highlights
- **Audio output**: Convert summary to audio (via sag skill)

## Usage

```bash
# Get transcript
yt-digest transcript "https://youtube.com/watch?v=..."

# Get summary
yt-digest summary "https://youtube.com/watch?v=..."

# Get key moments/chapters
yt-digest chapters "https://youtube.com/watch?v=..."

# Full analysis
yt-digest analyze "https://youtube.com/watch?v=..."
```

## Output

```
📺 Video: How to Build AI Agents
👤 Channel: TechChannel
⏱️ Duration: 15:32

## Summary
This video covers the basics of building AI agents...

## Key Moments
- 0:00 Introduction
- 2:30 Setting up the environment
- 5:45 Building the first agent
- 10:20 Advanced techniques
- 14:00 Conclusion

## Transcript (first 1000 chars)
...
```

## Requirements

Uses YouTube's transcript API (no API key needed for public videos).