Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add redfox-data/redfox-community-dsh --skill youtube-video-downloadergit clone --depth 1 https://github.com/redfox-data/redfox-community-dshWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/redfox-data/redfox-community-dsh/youtube-video-downloader)<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/youtube-video-downloader"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/youtube-video-downloader/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/youtube-video-downloader"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/youtube-video-downloader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00089 | $0.01217 |
| Opus 5 | $0.00044 | $0.00609 |
| Sonnet 5 | $0.00018 | $0.00243 |
| Haiku 4.5 | $0.00009 | $0.00122 |
Grade A, and why
youtube-video-downloader scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.
YouTube视频下载
通过 redfox.hk API 解析 YouTube 视频链接,直接返回无水印视频下载链接(资源可能包含不同格式的视频和音频文件)。
能力概述
- 平台支持:YouTube
- 内容类型:视频/音频(mp4 / webm / m4a 等格式,资源可能包含视频和音频文件)
- 输入方式:粘贴 YouTube 视频链接即可(每次仅限一个链接,不支持批量上传)
- 输出结果:直接返回视频下载链接,复制到浏览器或下载工具即可保存
- 链接展示规则:下载链接和封面链接必须完整展示原始 URL,严禁使用
...或任何形式截断 - 字段展示规则:返回结果必须完整展示以下字段:
- 内容描述(desc):完整原文逐行展示,不截断
- 资源列表:对每个 resource 对象展示其类型(type)、时长(durationSeconds)、下载链接(downloadUrl)、封面链接(coverUrl)
- 当接口未返回 resources 数组时,自动回退提取顶层同名字段保证兼容性
使用方式
示例命令
下载 YouTube 视频:
python3 "$SKILL_PATH/scripts/downloader.py" "https://www.youtube.com/watch?v=xxxxx"
首次使用
先配置 API Key,然后运行:
# 设置环境变量
export REDFOX_API_KEY=ak_你的密钥
# 解析视频,获取下载链接
python3 "$SKILL_PATH/scripts/downloader.py" "https://www.youtube.com/watch?v=xxxxx"
前往 redfox.hk 注册获取 API Key。
后续使用
配置方式(任选其一):
| 方式 | 命令 |
|---|---|
| 环境变量(推荐) | export REDFOX_API_KEY=ark_你的密钥 |
| 命令行参数 | python3 "$SKILL_PATH/scripts/downloader.py" "<链接>" --api-key ark_你的密钥 |
| 配置文件 | echo '{"api_key":"ark_你的密钥"}' > ~/.qoder/apis/redfox.json |
特色功能
| 功能 | 说明 |
|---|---|
| 无水印直链 | API 自动返回无水印视频下载链接,无需手动处理 |
| 多资源可选 | 返回多个资源(视频文件、音频文件等),依次列出所有下载链接,按类型选择需要的即可 |
| 即贴即解析 | 粘贴视频链接即可,无需额外操作 |
| 结果直出 | 解析完成直接返回下载链接,复制即可用 |
常见使用场景
| 场景 | 示例链接 | 说明 |
|---|---|---|
| 保存 YouTube 上的视频 | https://www.youtube.com/watch?v=xxxxx |
获取无水印视频/音频下载链接 |
| YouTube Shorts 离线收藏 | https://www.youtube.com/shorts/xxxxx |
解析后复制链接下载保存 |
| 内容二次创作 | 任意 YouTube 视频链接 | 下载素材用于剪辑创作 |
| 素材备份 | 任意 YouTube 视频链接 | 备份喜欢的视频到本地 |
支持的作品链接格式
| 平台 | 链接格式 | 示例 |
|---|---|---|
| YouTube 普通视频 | https://www.youtube.com/watch?v=<videoId> |
标准视频链接 |
| YouTube Shorts | https://www.youtube.com/shorts/<videoId> |
Shorts 短视频 |
| YouTube 短链接 | https://youtu.be/<videoId> |
分享短链接 |
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 114 lines · 89 tokens per session scan A ee1456127a45
youtube-video-downloader is a skill published in the GitHub repository redfox-data/redfox-community-dsh (6 stars, last pushed yesterday), licensed MIT. It adds 89 tokens to every session and 1,217 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
dsh-hooks-authoring
Instructions for writing and debugging dsh-hooks-plugin scripts, which run during tool or session events such as before a tool call or after it finishes. These scripts return JSON decisions such as allowing, asking about, or denying an action.
web-artifact-designer
A design workflow for producing self-contained HTML or SVG files that open directly in a browser. It covers visual work such as posters, infographics, landing pages, charts, banners, cards, and interface mockups.
dsh-web-pet-developer
Create a pet for the dsh-pet plugin and integrate it into the dsh web GUI — author a v2 pet.json manifest plus an 8-column x 9-row atlas per the Codex/hatch-pet contract (live2d pets, voice packs and status decorations included), drop it into the pet-center user directory or contribute it as a built-in asset under…
company-research-method
A documented process for researching a company using supplied files and selected public sources. It produces a company overview with business details, sourced financial figures, and stated risks.
dsh-plugin-guide
Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…
delivery-proof
Delivery proof and the doublecheck report. Use when the work is done and the delivery must be proven — consolidate the spec, test timeline, review verdicts, and verification checks into a doublecheckreport, and only then claim completion.