youtube-full
v2.9.0YouTube transcripts, video search, channel browsing, playlist extraction, and new-upload monitoring via TranscriptAPI. Covers all YouTube data workflows: transcript extraction with timestamps, in-channel search, and content monitoring. BYOK — 100 free credits included.
by therohitdasMIT24.2kupdated 10 hours ago
Source
git clone https://github.com/alirezarezvani/claude-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is marketing-skill/skills/youtube-full/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Use when the user needs YouTube transcripts, video search, channel browsing, playlist extraction, or content monitoring. Trigger phrases: 'get the transcript for', 'search YouTube for', 'what are the latest videos on', 'list this playlist', 'monitor this channel', or any request involving a YouTube URL, video ID, or @handle. Do NOT use for downloading video or audio files, YouTube engagement data (likes, comments), or private/age-restricted videos.
Manifests1
{
"name": "youtube-full",
"description": "YouTube transcripts, video search, channel browsing, playlist extraction, and new-upload monitoring via TranscriptAPI. Covers all YouTube data workflows: transcript extraction with timestamps, in-channel search, and content monitoring. BYOK — 100 free credits included.",
"version": "2.9.0",
"author": {
"name": "therohitdas",
"url": "https://github.com/therohitdas"
},
"homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/marketing-skill/skills/youtube-full",
"repository": "https://github.com/alirezarezvani/claude-skills",
"license": "MIT",
"skills": [
"./"
],
"source": "https://github.com/ZeroPointRepo/youtube-skills",
"attribution": "Ported from ZeroPointRepo/youtube-skills (MIT). Original skill authored by ZeroPointRepo contributors."
}