Retrieves transcripts and video information from YouTube.

Install

mkdir -p .claude/skills/yt-zeropointrepo && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18057" && unzip -o skill.zip -d .claude/skills/yt-zeropointrepo && rm skill.zip

Installs to .claude/skills/yt-zeropointrepo

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use when YouTube is relevant: pasted video links or IDs, @handles, quick video lookups, summaries, channel latest uploads, topic search, or any request involving YouTube content — even if YouTube is not mentioned explicitly. Covers transcripts, search, and channel latest. Not for uploads or account management.
311 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Retrieve YouTube video transcripts
  • Search YouTube for videos or channels
  • Fetch the latest uploads from a YouTube channel
  • Resolve YouTube handles to channel IDs
  • Summarize video content
  • Look up video details

How it works

This skill interacts with the TranscriptAPI.com service to access YouTube video transcripts, search results, and channel information.

Inputs & outputs

You give it
curl -s "https://transcriptapi.com/api/v2/youtube/transcript?video_url=VIDEO_URL&format=text"
You get back
The text transcript of the specified YouTube video.

When to use yt

  • Get video transcript
  • Search youtube channel
  • Summarize video content
  • Fetch latest video uploads

About this skill

yt

Quick YouTube lookup via TranscriptAPI.com.

Setup

If $TRANSCRIPT_API_KEY is not set, read references/auth-setup.md and follow the instructions there to get and store the key.

Required Headers

Every request needs two headers:

  • Authorization: Bearer $TRANSCRIPT_API_KEY
  • User-Agent: your agent's name and version if known (e.g. HermesAgent/0.11.0, ClaudeCode/1.0). Version is optional — agent name alone is fine. Do not omit this header or send a bare default — Cloudflare will return a 403 (error code 1010) and block the request.

API Reference

Full OpenAPI spec: transcriptapi.com/openapi.json — consult this for the latest parameters and schemas.

Transcript — 1 credit

curl -s "https://transcriptapi.com/api/v2/youtube/transcript\
?video_url=VIDEO_URL&format=text&include_timestamp=true&send_metadata=true" \
  -H "Authorization: Bearer $TRANSCRIPT_API_KEY" \
  -H "User-Agent: YourAgent/1.0"

Search — 1 credit

curl -s "https://transcriptapi.com/api/v2/youtube/search?q=QUERY&type=video&limit=10" \
  -H "Authorization: Bearer $TRANSCRIPT_API_KEY" \
  -H "User-Agent: YourAgent/1.0"
ParamDefaultValues
q1-200 chars (required)
typevideovideo, channel
limit201-50

Channel latest — FREE

curl -s "https://transcriptapi.com/api/v2/youtube/channel/latest?channel=@TED" \
  -H "Authorization: Bearer $TRANSCRIPT_API_KEY" \
  -H "User-Agent: YourAgent/1.0"

Returns last 15 videos with exact view counts and publish dates. Accepts @handle, channel URL, or UC... ID.

Resolve handle — FREE

curl -s "https://transcriptapi.com/api/v2/youtube/channel/resolve?input=@TED" \
  -H "Authorization: Bearer $TRANSCRIPT_API_KEY" \
  -H "User-Agent: YourAgent/1.0"

Use to convert @handle to UC... channel ID.

Errors

CodeMeaningAction
401Bad API keyCheck key
402No creditstranscriptapi.com/billing
403/1010Cloudflare blockAdd or fix User-Agent header
404Not foundNo captions or resource doesn't exist
408TimeoutRetry once

Free tier: 100 credits. Search and transcript cost 1 credit. Channel latest and resolve are free.

When not to use it

  • When needing to upload videos to YouTube
  • When needing to manage YouTube account settings

Prerequisites

TRANSCRIPT_API_KEY environment variable

Limitations

  • Requires internet access to reach transcriptapi.com.
  • Not for uploads or account management.

How it compares

This skill provides direct API access to YouTube data like transcripts and channel uploads, unlike manual browsing or using the YouTube website.

Compared to similar skills

yt side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
yt (this skill)02moReviewBeginner
ks02moNo flagsBeginner
ExtractWisdom04moNo flagsAdvanced
gap-synthesis01moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

ks

DoIT-Artificial-Intelligence

(Kitchen Sink) Process a YouTube video with all features (summary, Q&A, infographic, audio, and video).

00

ExtractWisdom

jjchambers80

Content-adaptive wisdom extraction — detects what domains exist in content and builds custom sections (not static IDEAS/QUOTES). Produces tailored insight reports from videos, podcasts, articles. USE WHEN extract wisdom, analyze video, analyze podcast, extract insights, what's interesting, extract f

00

gap-synthesis

yogsoth-ai

Compile all gap analysis intermediate products into a coherent final

00

literature-review

K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).

5591,298

linkedin-sales-navigator-alt

OneWave-AI

Build targeted prospect lists by analyzing LinkedIn profiles, extracting job titles, companies, locations, and recent activity. Identifies decision-makers, tracks job changes for warm outreach, and enriches contact data. Use when users need to find prospects, build lead lists, or track decision-maker movements.

23226

market-research-reports

davila7

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.

38162

Search skills

Search the agent skills registry