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 xiaohongshu-creatorgit 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/xiaohongshu-creator)<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/xiaohongshu-creator"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/xiaohongshu-creator/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/xiaohongshu-creator"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/xiaohongshu-creator.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.00154 | $0.06152 |
| Opus 5 | $0.00077 | $0.03076 |
| Sonnet 5 | $0.00031 | $0.01230 |
| Haiku 4.5 | $0.00015 | $0.00615 |
Grade A, and why
xiaohongshu-creator scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| HTTP 请求 | requests / urllib | 红狐 API 调用、记录上报 | How it starts
The opening of the file, as written. The whole thing — 482 lines — stays where its author put it; the contents beside it link to each section on GitHub.
小红书爆款内容创作专家
1. 简介
小红书爆款内容创作专家 —— 一个入口覆盖小红书创作全链路:笔记生成 / 文案改写 / 标题生成+评分 / 封面设计 / 违禁词检测。
基于红狐数据每日持续收录的 2000+ 条爆款笔记数据,把灵感打磨成可直接发布的成品:
| # | 能力 | 一句话说明 |
|---|---|---|
| 1 | 笔记生成 | 关键词检索爆款 → 提炼流量密码 → 生成带标题+正文+Tags 的完整笔记 |
| 2 | 文案改写 | 任意素材一键转为小红书风格,含标题 / emoji / Tags |
| 3 | 标题生成+评分 | 生成 10 个爆款标题,或对已有标题做六维加权评分 |
| 4 | 封面设计 | AI 分析同赛道爆款封面视觉规律,输出 3 套差异化设计方案 |
| 5 | 违禁词检测 | 文案 / 文件 / 图片 / 网页四端输入,加粗标记+替换建议+安全版本 |
适用对象:小红书创作者、内容运营、品牌方、MCN 机构。
2. 功能路由(Agent 先识别意图再进对应模块)
⚠️ 进入具体执行前,Agent 必须先根据下表识别用户意图并路由到对应模块,禁止跨模块混用。
| 用户意图(关键词/示例) | 进入模块 | 必读参考 |
|---|---|---|
| "写一篇笔记"、"生成小红书文案"、"关于 XX 的笔记" | M1 笔记生成 | references/xhs_hot_article_format.md |
| "改写成小红书风格"、"这篇文案帮我小红书化" | M2 文案改写 | assets/platform-rules.md |
| "帮我起标题"、"生成爆款标题"、"关于 XX 的标题" | M3-A 标题生成 | references/title_score_guide.md |
| "这个标题打分"、"评估标题"、"哪个标题好" | M3-B 标题评分 | references/title_score_guide.md |
| "设计封面"、"做个小红书封面"、"美妆/穿搭封面" | M4 封面设计 | references/core_workflow.md |
| "有没有违禁词"、"检测敏感词"、"小红书合规"、"限流词" | M5 违禁词检测 | references/prohibited_word_core_workflow.md |
复合意图(如"写完笔记顺便检测违禁词"):按模块顺序串行执行,每模块独立输出。
仅询问功能(如"你能做什么"、"怎么用"):只介绍能力清单,不进入任何模块执行。
3. 全局规则(所有模块共享)
3.1 鉴权(REDFOX_API_KEY)
所有模块共用同一个 API Key。
获取方式:
配置方式(按优先级从高到低):
| 优先级 | 来源 | 说明 |
|---|---|---|
| 1 | 环境变量 REDFOX_API_KEY |
直接读取当前进程环境变量 |
| 2 | Shell 配置文件 | 自动扫描 ~/.zshrc ~/.bashrc ~/.bash_profile ~/.profile ~/.zprofile |
| 3 | 提示用户配置 | 以上都找不到时,引导用户配置 |
配置示例:
- macOS/Linux(zsh):
echo 'export REDFOX_API_KEY=ak_xxx' >> ~/.zshrc && source ~/.zshrc - macOS/Linux(bash):写入
~/.bashrc后source - Windows:
[Environment]::SetEnvironmentVariable("REDFOX_API_KEY", "<值>", "User"),重启终端
配置后应验证:echo $REDFOX_API_KEY(macOS/Linux)/ echo %REDFOX_API_KEY%(Windows)。
3.2 用词规范(强制)
| ❌ 禁止使用 | ✅ 正确表述 |
|---|---|
| 爬取 / 抓取 | 获取 / 查询 |
| 爆炸封面 / 爆炸数据 | 爆款封面 / 爆款数据 |
What ships with it
13 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.
- assets/platform-rules.md 2.8 KB
- README.en.md 3.9 KB
- README.md 3.7 KB
- references/core_workflow.md 12 KB
- references/prohibited_word_core_workflow.md 16 KB
- references/title_score_guide.md 8.7 KB
- references/xhs_hot_article_format.md 4.5 KB
- references/xhs_trend_data_format.md 8.3 KB
- scripts/check_sensitive_words.py 13 KB runs code
- scripts/fetch_explosive_covers.py 22 KB runs code
- scripts/fetch_xhs_hot_articles.py 22 KB runs code
- scripts/fetch_xhs_trends.py 16 KB runs code
- scripts/rewrite_record.py 6.9 KB runs code
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.
- 2d ago First seen · 482 lines · 154 tokens per session scan A c96fb86c7a2f
xiaohongshu-creator is a skill published in the GitHub repository redfox-data/redfox-community-dsh (5 stars, last pushed yesterday), licensed MIT. It adds 154 tokens to every session and 6,152 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-08.
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.