use-case intermediate active

OpenClaw Use Case: Daily YouTube Digest

You subscribe to 50 channels. You watch none of them. Get the digest instead.

What breaks without openclaw youtube digest

Unwatched backlog. No summaries. Hours of passive consumption replaced by nothing.

Daily video summaries × automated subscription monitoring ÷ 1-hour setup ÷ no missed content = informed without watching.

openclaw youtube digest — what it actually does

01
Monitors YouTube subscriptions and detects new videos on a schedule.
02
Summarises each video using transcript extraction and LLM condensation.
03
Filters by minimum video length to skip short clips and ads.
04
Delivers the daily digest to your chat platform each morning.
05
Optional keyword filter removes irrelevant videos before summarising.

Security check — openclaw youtube digest

Privacy score: 7/10 — accesses connected platform APIs only. Lock it: review OAuth scopes before install, confirm OpenClaw ≥1.1; YouTube Data API v3; LLM API; Telegram or Discord recommended for output compatibility.

Quick start — openclaw youtube digest in 1–2 hours

Setup time: 1–2 hours

!
You need:
  • OpenClaw core
  • YouTube Data API key
  • LLM API for summarisation
  • YouTube transcript API access

Install the package:

npm install openclaw-youtube
npm install openclaw-openai
# Set YOUTUBE_API_KEY and OPENAI_API_KEY in .env
1
Enable YouTube Data API v3 in Google Cloud Console
2
Set YOUTUBE_API_KEY in .env
3
Install openclaw-youtube and openclaw-openai skills
4
Configure your channel subscription list in the skill config
5
Schedule the digest agent to run every morning at 7 AM
6
Receive the digest in your preferred platform chat

Troubleshooting openclaw youtube digest

1
1. YouTube Data API has a daily quota — exceeding it stops the digest
2
2. Channels without auto-captions cannot be summarised — need whisper fallback
3
3. Digest messages can be very long — implement summarisation length limits

Compatibility & status

Works with: OpenClaw ≥1.1; YouTube Data API v3; LLM API; Telegram or Discord recommended for output intermediate Last updated: Aug 2025 MIT

Official docs →

View on GitHub →

FAQ — openclaw youtube digest

What if a video has no captions?

The use case documents a Whisper fallback for auto-transcription of caption-free videos.

Can I digest Shorts?

The use case filters out Shorts (<60 seconds) by default — configurable.

What does the digest look like?

Title, channel, duration, AI summary (3–5 sentences), and direct link.

Related — more like openclaw youtube digest

More by hesamsheikh

Every unmonitored subscription is knowledge you are missing or ignoring.

Build the digest before tomorrow morning.

Get it on GitHub →