By dorik
Fetch YouTube transcripts, translations, and AI summaries via the Transcript API (bring your own key).
A Claude Code Agent Skill that teaches the assistant to fetch YouTube transcripts, translations, and AI summaries through the Transcript API, using your own API key (bring-your-own-key).
yt_live_...). Create one in the dashboard under
API Keys: https://<dashboard-url>/api-keys.First get the files — clone (or download) the skill repo:
git clone https://github.com/dorik/youtube-transcript-skill
cd youtube-transcript-skill
Then copy the skill folder into a skills directory and restart Claude Code:
# project-local (one project only)
cp -r skills/youtube-transcript <your-project>/.claude/skills/youtube-transcript
# or personal (all your projects)
cp -r skills/youtube-transcript ~/.claude/skills/youtube-transcript
That's it. The skill auto-loads and triggers when you ask for a YouTube transcript or summary. On first use, the agent asks for your API key and stores it locally.
skills/youtube-transcript/SKILL.md — what the agent reads (capabilities, auth, examples).skills/youtube-transcript/references/api.md — endpoint reference.This folder is also packaged as a Claude Code plugin (see .claude-plugin/), so
it can be installed via a marketplace once published to a public repo:
/plugin marketplace add dorik/youtube-transcript-skill
/plugin install youtube-transcript@dorik
(The /plugin marketplace add form needs the public repo to exist first.)
This is a Claude Code skill (the SKILL.md format). Other tools differ:
SKILL.md format. For those,
call the REST API directly (see skills/youtube-transcript/references/api.md) or use the MCP server.Prefer a native MCP connection (OAuth, no manual key)? Connect to the Transcript MCP server instead — see the main project docs for the MCP endpoint.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dorik/youtube-transcript-skill --plugin youtube-transcriptUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.