Token导航 LogoToken导航TokenDH.com
AI 工具操作浏览器github未标认证来源可访问clear审计提醒

yt-dlpYT DLP 控制

Agent Skill

yt-dlp 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,022

周安装

43

GitHub Stars

14

下载量

358
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:yt-dlp(YT DLP 控制)
来源仓库:https://github.com/bahayonghang/my-claude-code-settings
仓库路径:skills/yt-dlp
安装命令:
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill yt-dlp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill yt-dlp

简介

yt-dlp 用于从公开视频平台下载媒体文件或提取音频、字幕与元数据。

  • 支持多种格式与质量选择,适用于合法合规的离线保存需求。
  • 仅处理用户提供明确 URL 的公开内容,拒绝 DRM 保护或私有资源。
  • 使用前需确认网络权限与命令行执行能力,遵守各平台服务条款。
  • yt-dlp 属于AI 工具类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

yt-dlp Video Downloader

When To Use

  • Downloading a public video or audio asset from a supported site
  • Extracting audio, subtitles, or metadata from a media URL
  • Saving media locally when the user provides a concrete URL

Do Not Use

  • DRM-protected streams you cannot legally or technically access
  • Private content that requires credentials the user did not provide
  • Browser automation tasks that need site interaction beyond yt-dlp

Workflow

  1. Check if $ARGUMENTS provides a URL. If empty, ask the user for a video URL.
  2. Determine the user's requirements:

- video vs audio - target quality / format - subtitles or metadata needs - output directory if the user gave one

  1. Check whether FFmpeg is installed by running ffmpeg -version.

- If FFmpeg is missing, stop and show installation guidance instead of starting a partial download flow.

  1. Read $SKILL_DIR/references/COMMANDS.md for format selection syntax and command templates.
  2. Read $SKILL_DIR/references/TROUBLESHOOTING.md for site-specific rules such as cookies, rate limits, or proxy requirements.
  3. Resolve the output location:

- use the user-provided path when present - otherwise default to the user's downloads folder (~/Downloads or %USERPROFILE%/Downloads)

  1. Execute the yt-dlp command with a clear output template in the resolved directory.
  2. Verify that the expected file exists locally after download.
  3. If the command fails, match the error against TROUBLESHOOTING.md, apply one targeted retry, and stop after that if it still fails.

Output

  • The executed command
  • Brief explanation of the parameters used
  • Location of the downloaded file

Failure Handling

  • If the site requires cookies or login, say so explicitly and point to the troubleshooting reference.
  • If subtitles are unavailable, report that clearly instead of implying a partial success was complete.
  • If only audio was requested, say what container/codec was produced.
  • If the retry also fails, include the error category and the next likely fix.

Final Checklist

  • URL and requested mode match the executed command
  • Output path is explicit
  • Download result was actually verified on disk

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.09%
按下载量换算104

windsurf

22.37%
按下载量换算80

OpenCode

17.87%
按下载量换算64

Codex

10.49%
按下载量换算38

Antigravity

7.18%
按下载量换算26

Gemini CLI

2.83%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills