youtube

youtube is a skill for Claude Code, Codex from ZeroPointRepo/youtube-mcp. It costs 87 tokens per session (1,103 once invoked), scanned A, original, MIT.

A set of tools for finding YouTube videos and channels and retrieving video transcripts. A transcript is the written version of spoken video content.

In plain words
What is it for?
Searching videos or channels, browsing uploads and playlists, and summarizing, quoting, translating, or checking video transcripts.
Why use it?
It lets an agent work from a video's spoken content without manually watching or transcribing it.

Skill for Claude CodeCodex

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

Good fit Searching videos or channels, browsing uploads and playlists, and summarizing, quoting, translating, or checking video transcripts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zeropointrepo/youtube-mcp/youtube
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.

Any agent
npx skills add ZeroPointRepo/youtube-mcp --skill youtube
Clone the repo
git clone --depth 1 https://github.com/ZeroPointRepo/youtube-mcp

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/zeropointrepo/youtube-mcp/youtube/github.svg)](https://agentmods.dev/skills/zeropointrepo/youtube-mcp/youtube)
Your own site
<a href="https://agentmods.dev/skills/zeropointrepo/youtube-mcp/youtube"><img src="https://agentmods.dev/badge/skills/zeropointrepo/youtube-mcp/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/zeropointrepo/youtube-mcp/youtube"><img src="https://agentmods.dev/badge/skills/zeropointrepo/youtube-mcp/youtube.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,103 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.00087 $0.01103
Opus 5 $0.00044 $0.00551
Sonnet 5 $0.00017 $0.00221
Haiku 4.5 $0.00009 $0.00110

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

How it starts

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

YouTube (TranscriptAPI)

This plugin bundles the hosted transcriptapi MCP server (https://transcriptapi.com/mcp). Its six tools are the only data path — never scrape youtube.com and never call the REST API directly from this skill.

Authentication is automatic. The MCP server uses OAuth: the first tool call prompts the user to sign in (or create a free account — 100 credits, no card). There is no API key to configure. If tools fail with an auth error, tell the user to complete the sign-in prompt in their client, or re-enable the transcriptapi MCP server in settings.

When to use

DO use when the user:

  • Pastes a YouTube link or 11-character video ID, or asks to summarize, quote, transcribe, translate or fact-check a video → get_youtube_transcript
  • Asks what a video says, or wants the spoken content — even without saying "transcript" → get_youtube_transcript
  • Wants to find videos or channels on a topic → search_youtube
  • Names a creator, pastes an @handle or channel URL, or asks what a channel posted recently → get_channel_latest_videos (free)
  • Wants to search within a channel → search_channel_videos
  • Wants a channel's full upload history → list_channel_videos
  • Pastes a playlist link, or wants every video in a series or course → list_playlist_videos
  • Is researching a topic where talks, lectures, tutorials or reviews are good sources → search_youtube, then transcripts of the best hits

Do NOT use when:

  • A YouTube link appears incidentally (an email signature, an unrelated citation)
  • The user is discussing YouTube as a platform rather than asking about specific content
  • The user wants to upload, comment, or manage an account — this plugin is read-only

Tools (exact MCP surface)

get_youtube_transcript — 1 credit

  • video_url (string, required): full URL (youtube.com/watch?v=ID), short URL (youtu.be/ID), shorts URL, or a bare 11-character video ID.
  • format (string, default "text"): "text" for markdown, "json" for per-segment objects with start and duration.
  • include_timestamp (boolean, default true), send_metadata (boolean, default true) — metadata adds title, author and thumbnail.
  • Use format="json" only when you need to cite or seek to exact timestamps; "text" is cheaper to reason over.

Read the full file on GitHub · 73 lines

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. 12d ago First seen · 73 lines · 87 tokens per session scan A 7adbb7e760c0

Subscribe to this mod's changes

youtube is a skill published in the GitHub repository ZeroPointRepo/youtube-mcp (10 stars, last pushed 17d ago), licensed MIT. It adds 87 tokens to every session and 1,103 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

youtube-full

Use when YouTube is or could be relevant — even if not mentioned: pasted video/channel/playlist links, video IDs, @handles, creator lookups, video summaries, quotes, translations, topic research, tutorials, talks, lectures, expert discussions, product reviews, how-to guides, new product announcements, first looks, or…

ZeroPointRepo/youtube-skills · 112 tokens

captions

Use when captions, subtitles, or the spoken text of a YouTube video is needed — even if not explicitly requested: pasted video links or IDs, requests to read, quote, or translate a video, accessibility needs, deaf/HoH use cases, content review, or language learning. Fetches timestamped caption data from any YouTube…

ZeroPointRepo/youtube-skills · 81 tokens

video-transcript

Use when video content needs to be extracted as text: pasted YouTube links or IDs, requests to transcribe, summarize, quote, translate, convert video to text, or extract information from video content. Also use when a user shares a video URL without explanation and wants to know what it says. Not for uploads or…

ZeroPointRepo/youtube-skills · 71 tokens

youtube

Complete YouTube toolkit: transcripts, captions and subtitles, video and channel search, channel browsing, within-channel search, playlist extraction and new-upload monitoring, powered by TranscriptAPI. Use whenever YouTube is or could be relevant, even if not explicitly mentioned: pasted video, channel or playlist…

ZeroPointRepo/transcriptapi-plugin · 142 tokens

youtube

Working knowledge of the bundled TranscriptOut MCP server. Reach for it whenever a task touches YouTube, said or unsaid: a pasted video, channel or playlist link, a bare video ID or @handle, a talk to summarize, quote, translate or fact-check, research that runs through lectures and reviews, or a creator to keep up…

artemchuikin/youtube-mcp · 103 tokens

post-to-xhs

A publishing guide for 小红书, a Chinese social-media platform. It covers posting image-and-text content or a longer formatted article, using supplied content or a webpage.

xpzouying/xiaohongshu-mcp · 96 tokens