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 instagram-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/instagram-video-downloader)<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/instagram-video-downloader"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/instagram-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/instagram-video-downloader"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/instagram-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.00072 | $0.00962 |
| Opus 5 | $0.00036 | $0.00481 |
| Sonnet 5 | $0.00014 | $0.00192 |
| Haiku 4.5 | $0.00007 | $0.00096 |
Grade A, and why
instagram-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 11d 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.
This is a copy
86% identical to image-gen — 171 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Instagram视频下载
通过 redfox.hk API 解析 Instagram 视频链接,直接返回无水印视频下载链接。
能力概述
- 平台支持:Instagram
- 内容类型:视频(mp4 下载直链)
- 输入方式:粘贴 Instagram 视频链接即可(每次仅限一个链接,不支持批量上传)
- 输出结果:直接返回视频下载链接,复制到浏览器或下载工具即可保存
- 链接展示规则:下载链接和封面链接必须完整展示原始 URL,严禁使用
...或任何形式截断
使用方式
示例命令
下载 Instagram 视频:
python3 "$SKILL_PATH/scripts/downloader.py" "https://www.instagram.com/reel/xxxxx/"
首次使用
先配置 API Key,然后运行:
# 设置环境变量
export REDFOX_API_KEY=ak_你的密钥
# 解析视频,获取下载链接
python3 "$SKILL_PATH/scripts/downloader.py" "https://www.instagram.com/reel/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 自动返回无水印视频下载链接,无需手动处理 |
| 即贴即解析 | 粘贴帖子链接即可,无需额外操作 |
| 链接自适应 | 支持 instagram.com 的 Reel 和普通帖子链接 |
| 结果直出 | 解析完成直接返回下载链接,复制即可用 |
常见使用场景
| 场景 | 示例链接 | 说明 |
|---|---|---|
| 保存 IG 上的视频 | https://www.instagram.com/reel/xxxxx/ |
获取无水印视频下载链接 |
| Reel 视频离线收藏 | https://www.instagram.com/reel/xxxxx/ |
解析后复制链接下载保存 |
| 内容二次创作 | 任意 Instagram 视频链接 | 下载素材用于剪辑创作 |
| 素材备份 | 任意 Instagram 视频链接 | 备份喜欢的视频到本地 |
支持的作品链接格式
| 平台 | 链接格式 | 示例 |
|---|---|---|
| Instagram Reel | https://www.instagram.com/reel/<shortcode>/ |
Reel 短视频 |
| Instagram Post | https://www.instagram.com/p/<shortcode>/ |
普通帖子视频 |
常见问题
Q:如何获取自己的 API Key? A:前往 redfox.hk 注册即可获取 Token。
Q:下载的视频有水印吗? A:没有。API 返回的是无水印视频直链。
Q:可以批量上传多个链接吗? A:不支持。每次只能输入一个链接,批量上传会导致解析失败。
Q:链接提示解析失败怎么办? A:确认链接是否完整、帖子是否仍然存在、账号内容是否公开。私密账号或已删除帖子无法解析。
了解更多
本工具基于 redfox.hk 的 parseWork/videoDownload/instagram 接口构建。前往官网查看更多 API 能力和使用文档。
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.
- 11d ago First seen · 106 lines · 72 tokens per session scan A 6c610e6e5757
instagram-video-downloader is a skill published in the GitHub repository redfox-data/redfox-community-dsh (5 stars, last pushed today), licensed MIT. It adds 72 tokens to every session and 962 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to image-gen, differing in 171 lines, and is treated as a copy.
Other skills, from other repositories
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…
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.
adult-tension
A skill for creating and continuing fictional immersive interactive stories for adults, with generated situations, independent non-player characters, advancing time, queued events, and recoverable saves.
blender-motion-state-inspection
Use this skill when inspecting Blender characters, rigs, poses, animation retargeting, ground contact, facing direction, or model-vs-motion alignment where screenshots alone are not enough.
manim-video
Build reusable Manim explainers for technical concepts, graphs, system diagrams, and product walkthroughs, then hand off to the wider ECC video stack if needed. Use when the user wants a clean animated explainer rather than a generic talking-head script.