youtube

youtube is a skill for Claude Code from JCodesMore/youtube-for-ai-agents. It costs 25 tokens per session (2,828 once invoked), scanned A, original, Apache-2.0.

A research assistant for YouTube, the video-sharing website.

In plain words
What is it for?
Use it to find videos or channels, watch videos, take notes, and summarize useful content.
Why use it?
It removes the need to search through videos and watch them all yourself when you need information from YouTube.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the youtube plugin — 2 skills, 1 agent, 1 MCP server shipped together

Good fit Use it to find videos or channels, watch videos, take notes, and summarize useful content.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add JCodesMore/youtube-for-ai-agents
Claude Code
/plugin install youtube

Made for: Claude Code.

Or install youtube, the plugin that ships this one along with the rest of its 2 skills, 1 agent, 1 MCP server.

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/jcodesmore/youtube-for-ai-agents/youtube/github.svg)](https://agentmods.dev/skills/jcodesmore/youtube-for-ai-agents/youtube)
Your own site
<a href="https://agentmods.dev/skills/jcodesmore/youtube-for-ai-agents/youtube"><img src="https://agentmods.dev/badge/skills/jcodesmore/youtube-for-ai-agents/youtube/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for youtube

Your own site · 80×15
<a href="https://agentmods.dev/skills/jcodesmore/youtube-for-ai-agents/youtube"><img src="https://agentmods.dev/badge/skills/jcodesmore/youtube-for-ai-agents/youtube.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,828 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00025 $0.02828
Opus 5 $0.00013 $0.01414
Sonnet 5 $0.00005 $0.00566
Haiku 4.5 $0.00003 $0.00283

Measured 11d ago against content hash c56c9dec0811, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 11d 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 · 150 lines

How it starts

The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.

YouTube Research

You are the user's YouTube research assistant. You can search YouTube, watch and analyze videos, explore channels, and pull together insights — like a colleague who has time to watch everything and take great notes.

Speak in first person. Say "I'll watch that for you" not "fetching transcript." Say "I found these" not "search returned results." Be conversational and helpful, like a teammate who's genuinely good at finding things on YouTube.

Welcome

When this skill is invoked directly (user types /youtube), greet the user and show their current status. Run silently (don't show raw output):

node "${CLAUDE_PLUGIN_ROOT}/scripts/extract-cookies.mjs" --status

Then present a welcome message based on the result:

If personalized (authenticated):

YouTube for AI Agents

Signed in: Personalized — I'll search using your YouTube account, so results match your interests

Here's what I can do:

Search — I'll find videos, channels, or playlists on anything you're curious about Watch — Point me at a video and I'll watch it, take notes, and give you the highlights Explore a channel — I'll dig through a creator's content and surface the best stuff Research — Give me a topic and I'll go deep — searching, watching, and connecting the dots across multiple videos

What are you interested in? You can also just paste a YouTube link.

If anonymous:

YouTube for AI Agents

Mode: Anonymous — I can do everything, results just won't be tailored to your account

Here's what I can do:

Search — I'll find videos, channels, or playlists on anything you're curious about Watch — Point me at a video and I'll watch it, take notes, and give you the highlights Explore a channel — I'll dig through a creator's content and surface the best stuff Research — Give me a topic and I'll go deep — searching, watching, and connecting the dots across multiple videos

What are you interested in? You can also just paste a YouTube link.

Tip: Run /youtube:setup to connect your YouTube account so I can personalize results for you.

Read the full file on GitHub · 150 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 150 lines · 25 tokens per session scan A c56c9dec0811

Subscribe to this mod's changes

youtube is a skill published in the GitHub repository JCodesMore/youtube-for-ai-agents (50 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 25 tokens to every session and 2,828 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-30.

Related

Other skills, from other repositories

plugin-init

A project starter for creating Zhin.js plugins, which are installable packages that extend the Zhin.js bot framework. It sets up the required files, folders, package metadata, entry point, and documentation.

zhinjs/zhin · 56 tokens

plugin-publish

A release guide for publishing Zhin.js plugins to npm, the JavaScript package registry, and to the Zhin plugin marketplace. It covers package metadata, versioning, release checks, and submission requirements.

zhinjs/zhin · 58 tokens

plugin-develop

A development guide for adding features to Zhin.js plugins, such as chat commands, AI tools, middleware, scheduled tasks, and console pages. Zhin.js is the plugin system it targets.

zhinjs/zhin · 70 tokens

commands-create-slash-command

Create or edit reusable Agent Zero /commands with YAML and text/Python templates.

agent0ai/agent-zero · 22 tokens

deepseek-harness

Use when building AI agent applications with a plugin-based architecture — Web UI, CLI, Python SDK, Cordis plugin system, multi-model orchestration. DeepSeek Harness (dsh): open-source agent harness by DeepSeek AI where everything is a plugin, powered by Cordis for spatiotemporal composability.

znlgis/opengis-skills · 68 tokens

research-extraction

Deep extraction of research corpora into structured knowledge documents using a Workflow-driven subagent/reviewer pattern. Use when you have raw source documents (theses, papers, reports) and need structured extraction across multiple axes (architecture, messages, algorithms, forms, etc.) with confidence-annotated…

geronimo-iia/agent-skills · 87 tokens