Claude Skill
ZeroPointRepo/youtube-skills
面向AI代理的YouTube Transcript API技能。支持获取转录文本、搜索视频、浏览频道。兼容OpenClaw、Hermes-Agent、Claude Code、Cursor、Windsurf。
概览
仓库信息
安装这个 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
项目简介
面向AI代理的YouTube Transcript API技能。支持获取转录文本、搜索视频、浏览频道。兼容OpenClaw、Hermes-Agent、Claude Code、Cursor、Windsurf。
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, Hermes-Agent, Claude Code, Cursor, Windsurf.
要点
- 获取YouTube视频转录文本
- 按关键词搜索视频
- 浏览频道内容
- 兼容多种AI代理
使用场景
- AI代理获取视频摘要
- 从转录文本自动分析内容
- 频道监控与视频发现
README 摘要
# 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