Transform YouTube videos into Telegraph Instant View articles with visual slides and timestamped summaries. Use this skill whenever a user shares a YouTube URL (youtube.com or youtu.be) and asks to summarize, explain, or process the video. This is the DEFAULT skill for all YouTube video requests - do NOT use the generic summarize tool for YouTube.
Transform YouTube videos into Telegraph Instant View articles with visual slides and timestamped summaries.
ALWAYS use this skill when:
Only use generic summarize for:
source /Users/viticci/clawd/.env && {baseDir}/scripts/generate.sh "$ARGUMENTS"
| Flag | Default |
|---|
| Description |
|---|
--slides-max N | 6 | Maximum slides to extract |
--debug | off | Keep temp files for debugging |
Required environment variables are loaded from /Users/viticci/clawd/.env:
TELEGRAPH_TOKEN - Telegraph API access tokenOPENAI_API_KEY - For GPT-5.2 summarizationTelegraph Instant View article with:
YouTube URL
│
├─► summarize --extract (get video title)
│
├─► summarize --slides (extract key frames)
│
├─► summarize --timestamps (GPT-5.2 summary)
│
├─► catbox.moe (upload images)
│
└─► Telegraph API (create article)
Telegram needs 1-2 minutes to generate Instant View for new pages. If the ⚡ button doesn't appear immediately, wait and try again.
summarize, jq, curlffmpeg (for local video processing)NEVER manually create Telegraph content. Always use generate.sh:
summarize v0.10.0+ (brew install steipete/tap/summarize)jq (brew install jq)curl (pre-installed on macOS)| Video Length | Approx. Time |
|---|---|
| < 15 min | 20-30s |
| 15-30 min | 30-45s |
| 30+ min | 45-60s+ |
OPENAI_API_KEY is set--debug flag