xiaohongshu-video-downloader

xiaohongshu-video-downloader is a skill for Claude Code, Codex from redfox-data/redfox-community-dsh. It costs 86 tokens per session (1,169 once invoked), scanned A, original, MIT.

A link-based downloader for videos published on Xiaohongshu, a Chinese social media platform. It accepts Xiaohongshu web links and short links, then returns direct MP4 download links without a watermark.

In plain words
What is it for?
Use it to save individual or multiple Xiaohongshu videos and their cover images for offline viewing or content work.
Why use it?
It removes the need to manually find or process the video file behind a shared post. It can also check links and handle several videos in one request.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to save individual or multiple Xiaohongshu videos and their cover images for offline viewing or content work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/redfox-data/redfox-community-dsh/xiaohongshu-video-downloader
Install

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.

Any agent
npx skills add redfox-data/redfox-community-dsh --skill xiaohongshu-video-downloader
Clone the repo
git clone --depth 1 https://github.com/redfox-data/redfox-community-dsh

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for xiaohongshu-video-downloader

README.md
[![agentmods](https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/xiaohongshu-video-downloader/github.svg)](https://agentmods.dev/skills/redfox-data/redfox-community-dsh/xiaohongshu-video-downloader)
Your own site
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/xiaohongshu-video-downloader"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/xiaohongshu-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.

agentmods 80×15 button for xiaohongshu-video-downloader

Your own site · 80×15
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/xiaohongshu-video-downloader"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/xiaohongshu-video-downloader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,169 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00086 $0.01169
Opus 5 $0.00043 $0.00584
Sonnet 5 $0.00017 $0.00234
Haiku 4.5 $0.00009 $0.00117

Measured 9d ago against content hash 47a08cd37206, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

xiaohongshu-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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/downloader.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/xiaohongshu-video-downloader/SKILL.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

小红书视频下载

粘贴小红书视频链接,一键获取无水印视频下载直链。通过 redfox.hk 服务解析,支持单个或批量链接处理,自动识别并校验小红书视频链接。


简介

适用对象:需要下载小红书视频的用户,包括内容创作者、视频收藏者、运营分析人员。

核心能力

  • 📹 粘贴小红书链接即可获取无水印 mp4 下载直链
  • 📦 支持批量链接解析(空格分隔多个链接)
  • 🔍 自动校验是否为小红书视频链接,非小红书链接会提示重新输入
  • 🎬 返回视频下载链接、封面链接,复制到浏览器或下载工具即可保存

功能特性

功能 说明
无水印直链 自动返回无水印视频下载链接,无需手动处理
即贴即解析 粘贴视频链接即可,无需额外操作
批量解析 支持一次粘贴多个链接,逐个解析并在最后汇总成功和失败数量
智能校验 自动识别小红书视频链接,非小红书链接会提示重新输入
链接自适应 支持 www.xiaohongshu.com 网页链接与 xhslink.com 短链两种格式
结果直出 解析完成直接返回下载链接,复制即可用

一键安装

  1. 前往 redfox.hk 注册获取 API Key
  2. 配置环境变量:export REDFOX_API_KEY=ark_你的密钥
  3. 粘贴小红书视频链接即可使用

使用指南

核心执行流程详见 references/core_workflow.md

直接用自然语言描述需求,无需记忆命令。提供正确的小红书视频链接时,直接执行解析并返回结果。

常用说法速查

意图 示例话术 效果
下载单个视频 「下载这个视频 https://www.xiaohongshu.com/explore/xxxxx」 解析链接并返回无水印下载直链
批量下载 「下载这几个视频 链接1 链接2 链接3」 逐个解析每个链接,最后汇总结果
保存视频 「帮我把这条小红书视频存下来」 引导贴上链接,解析后返回下载链接

支持的作品链接格式

平台 链接格式 示例
小红书 https://www.xiaohongshu.com/explore/<笔记ID> PC 网页链接 / 手机分享链接
小红书 http://xhslink.com/a/<短码> 手机分享短链接

使用场景

场景 角色 示例问法 收益
素材收集 剪辑师 「下载这条小红书视频」 快速拿到无水印素材,直接进剪辑流程
内容备份 收藏者 「保存这个小红书视频」 原笔记删除也不怕,本地永久留存
热点分析 运营 「把这个爆款视频下下来」 离线反复观看,拆解爆款逻辑

常见问答

Q:如何获取自己的 API Key? A:前往 redfox.hk 注册即可获取 Token。

Q:下载的视频有水印吗? A:没有。返回的是无水印视频直链。

Q:可以批量解析多个链接吗? A:可以。多个链接用空格分隔即可,会逐个解析并在最后汇总成功和失败数量。

Q:输入了非小红书链接会怎样? A:会提示「该链接不是小红书视频链接」并终止解析。请重新输入正确的小红书视频链接(支持 www.xiaohongshu.com 网页链接或 xhslink.com 短链)。

Q:链接提示解析失败怎么办? A:确认链接是否完整、视频是否仍然存在、笔记内容是否公开。私密笔记或已删除笔记无法解析。


了解更多

本工具基于 redfox.hk 的视频解析服务构建。前往官网查看更多功能和使用文档。

Read the full file on GitHub · 100 lines

Files

What ships with it

4 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.

Changes

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.

  1. 9d ago First seen · 100 lines · 86 tokens per session scan A 47a08cd37206

Subscribe to this mod's changes

xiaohongshu-video-downloader is a skill published in the GitHub repository redfox-data/redfox-community-dsh (6 stars, last pushed yesterday), licensed MIT. It adds 86 tokens to every session and 1,169 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.

Related

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.

KYinCode/dsh-hooks-plugin · 112 tokens

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.

xulelenlp/dsh-web-artifact-designer · 115 tokens

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…

zhu1090093659/dsh-web · 162 tokens

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.

PerryLink/dsh-industry-research · 83 tokens

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…

PerryLink/dsh-plugin-guide · 76 tokens

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.

PerryLink/dsh-doublecheck · 50 tokens