Skip to main content
Back to registry

yt-search-download

joeseesun/yt-search-download

基于 YouTube Data API v3 进行高级搜索,配合 yt-dlp 下载。

Installs486
Install command
npx skills add https://github.com/joeseesun/yt-search-download --skill yt-search-download
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
基于 YouTube Data API v3 进行高级搜索,配合 yt-dlp 下载。 YouTube API Key : 如果为空: Google Cloud Console → 启用 YouTube Data API v3 → 创建 API Key → 写入 ~/.zshrc : yt-dlp (下载用): 脚本路径: ~/.claude/skills/yt-search-download/scripts/yt_search.py 频道格式支持: @handle 、 、频道 ID( UCxxxx ) 脚本已输出 Markdown 表格,AI 必须将每行的 【译】___ 替换为实际中文翻译 后再呈现给用户。 最终呈现效果: 🔴 强制规范 : 找某频道最新视频并下载: 搜索 + 按播放量筛选: 提取播客音频: 标准流程 :下载字幕转为 SRT,同时生成保留时间戳的 TXT(供 AI 总结用,时间戳有助于定位内容)。 TXT 格式示例(保留时间戳,便于 AI 总结时引用具体时间点): 其他场景 : 规范 :下载字幕时 始终加 --convert-subs srt ,下载完成后 始终执行 Step 2 生成 TXT ,让用户同时拿到 .srt (带时间轴)和 .txt (纯文本)两个文件。 - YouTube API Key : echo $YT_BROWSE_API_KEY 如果为空: Google Cloud Console → 启用 YouTube Data API v3 → 创建 API Key → 写入 ~/.zshrc : export YT_BROWSE_API_KEY = your_key - yt-dlp (下载用): brew install yt-dlp # macOS pip install yt-dlp # 或 pip 安装 - ✅ 保留原英文标题(作为可点击链接) - ✅ 【译】___ 替换为简洁中文译文(放在链接后同一单元格) - ✅ 所有视频逐行翻译,不得跳过 - ❌ 不询问用户是否需要翻译(直接翻译) - ❌ 不把 【译】___ 原样输出给用户 - channel @handle -n 10 → 浏览结果 - 问用户要下载哪个 - download "URL" → 保存到 ~/Downloads - search "关键词" -o viewCount -n 20 - search "播客名" -o date -n 5 - download "URL" --audio-only

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does yt-search-download do?

基于 YouTube Data API v3 进行高级搜索,配合 yt-dlp 下载。

Is yt-search-download good?

yt-search-download does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does yt-search-download work with?

yt-search-download currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to yt-search-download?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install yt-search-download?

npx skills add https://github.com/joeseesun/yt-search-download --skill yt-search-download

Related skills

Alternatives in Software Engineering