Claude Skill
ZeroPointRepo/youtube-skills
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, Hermes-Agent, Claude Code, Cursor, Windsurf.
Overview
Repository
Install this Skill
npx clawhub@latest install youtube-fullRegistry
npx clawhub@latest install youtube-fullnpx skills add ZeroPointRepo/youtube-skills --skill youtube-fullnpx skills add ZeroPointRepo/youtube-skillsgit clone https://github.com/ZeroPointRepo/youtube-skills.gitnpx skills add ZeroPointRepo/youtube-skills --skill transcript
Summary
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, Hermes-Agent, Claude Code, Cursor, Windsurf.
面向AI代理的YouTube Transcript API技能。支持获取转录文本、搜索视频、浏览频道。兼容OpenClaw、Hermes-Agent、Claude Code、Cursor、Windsurf。
Key features
- Fetch YouTube video transcripts
- Search videos by keywords
- Browse channel content
- Compatible with multiple AI agents
Use cases
- AI agents retrieving video summaries
- Automated content analysis from transcripts
- Channel monitoring and video discovery
README excerpt
# YouTube Skills for AI Agents 🎬 > Get YouTube transcripts, search videos, browse channels, and extract playlists — from any AI agent. YouTube Skills gives your AI agent instant access to **YouTube transcripts**, **video search**, **channel data**, and **playlist extraction**. No yt-dlp (YouTube blocks all major cloud IPs), no headless browsers, no binaries — just a fast API call that works everywhere. Powered by [TranscriptAPI](https://transcriptapi.com), the same backend behind [YouTubeToTranscript.com](https://youtubetotranscript.com). Works with 🦞 [OpenClaw](https://www.clawhub.ai/therohitdas/youtube-full) (ClawdBot/Moltbot), <img src="assets/hermes.png" alt="" height="14"> [Hermes Agent](https://hermes-agent.nousresearch.com), Claude Code, Cursor, Antigravity, and any agent that supports the [Agent Skills](https://skills.sh) format. **Free tier · No credit card · 100 credits on signup** [TranscriptAPI.com](https://transcriptapi.com) · [MCP Server](https://github.com/ZeroPointRepo/youtube-mcp) · [Docs](https://transcriptapi.com/docs/) --- ## Install Most users want **youtube-full** — it covers transcripts, search, channels, and playlists in one skill. **🦞 OpenClaw (ClawdBot/Moltbot):** ```bash npx clawhub@latest install youtube-full ``` **<img src="assets/hermes.png" alt="" height="14"> Hermes Agent:** ```bash hermes skills install skills-sh/ZeroPointRepo/youtube-skills/skills/youtube-full ``` **Claude Code / Cursor / Antigravity / Cline / Codex:** ```bash npx skills add ZeroPointRepo/youtube-skills --skill youtube-full ``` **All 12 skills at once:** ```bash npx skills add ZeroPointRepo/youtube-skills ``` **Manual (git clone):** ```bash git clone https://github.com/ZeroPointRepo/youtube-skills.git cp -r youtube-skills/skills/youtube-full ~/.claude/skill