TopRank Skills

Home / Claw Skills / 其他 / Yt Digest
Official OpenClaw rules 15%

Yt Digest

yt digest

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Yt Digest 技能。 若已安装,则直接安装 Yt Digest 技能。

Overview

Skill Key
0xraini/yt-digest
Author
0xraini
Source Repo
openclaw/skills
Version
-
Source Path
skills/0xraini/yt-digest
Latest Commit SHA
4d73d23755b09c0dfdb4670c1830c3116f63340f

Extracted Content

SKILL.md excerpt

# 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).

Related Claw Skills