youtube

youtube is a skill for Claude Code, Codex from Rayan55050/progressive-agent. It costs 20 tokens per session (548 once invoked), scanned A, original, MIT.

A YouTube integration for searching videos, reading video details, summarising subtitles, viewing subscriptions and liked videos, downloading videos, and monitoring channels for new uploads.

In plain words
What is it for?
Use it to find videos, check their titles and engagement, get a short summary, inspect your YouTube activity, download a video through yt-dlp, or receive Telegram notifications about new channel uploads.
Why use it?
It removes the need to switch between YouTube and other tools for common video research and channel tracking. Some account-based features require YouTube OAuth, which lets the integration access your subscriptions and likes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rayan55050/progressive-agent/youtube
Any agent
npx skills add Rayan55050/progressive-agent --skill youtube
Clone the repo
git clone --depth 1 https://github.com/Rayan55050/progressive-agent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for youtube

README.md
[![agentmods](https://agentmods.dev/badge/skills/rayan55050/progressive-agent/youtube.svg)](https://agentmods.dev/skills/rayan55050/progressive-agent/youtube)
Your own site
<a href="https://agentmods.dev/skills/rayan55050/progressive-agent/youtube"><img src="https://agentmods.dev/badge/skills/rayan55050/progressive-agent/youtube.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 548 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.00548
Opus 5 $0.00010 $0.00274
Sonnet 5 $0.00004 $0.00110
Haiku 4.5 $0.00002 $0.00055

Measured 6d ago against content hash 2a7c9aed84d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

youtube scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/youtube/SKILL.md · 62 lines

What it actually says

YouTube

YouTube Data API v3 — поиск видео, информация о видео, подписки, мониторинг новых загрузок.

Фоновый мониторинг

YouTubeMonitor проверяет каналы каждые 30 минут. Когда на канале выходит новое видео — пуш в Telegram с названием, каналом и ссылкой. Каналы подтягиваются автоматически из подписок (если настроен OAuth).

Как использовать

  • "Найди видео про X" → youtube_search с запросом
  • "Что за видео?" + ссылка → youtube_info — название, канал, просмотры, лайки, описание
  • "О чём это видео?" + ссылка → youtube_summary — достаёт субтитры и делает выжимку
  • "Суммаризируй видос" + ссылка → youtube_summary
  • "Мои подписки на YouTube" → youtube_subscriptions
  • "Что я лайкал на YouTube?" → youtube_liked
  • "Найди на ютубе последние видео про крипту" → youtube_search
  • "Скачай это видео" + ссылка → media_download — скачивает через yt-dlp и отправляет в Telegram

OAuth (подписки, лайки)

Если настроен OAuth (python -m src.monitors.youtube_monitor --setup):

  • youtube_subscriptions — список каналов, на которые подписан
  • youtube_liked — последние лайкнутые видео
  • Авто-синк подписок в мониторинг каналов при старте бота

API квота

YouTube Data API v3: 10,000 units/день (бесплатно).

  • Поиск: 100 units за запрос
  • Инфо о видео: 1 unit
  • Проверка новых видео канала: 1 unit за канал
  • Подписки: 1 unit за 50 подписок
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 62 lines · 20 tokens per session scan A 2a7c9aed84d4

Subscribe to this mod's changes

youtube is a skill published in the GitHub repository Rayan55050/progressive-agent (2 stars, last pushed 2d ago), licensed MIT. It adds 20 tokens to every session and 548 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.