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-dailytopgit 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-dailytop)<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/xiaohongshu-dailytop"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/xiaohongshu-dailytop/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-dailytop"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/xiaohongshu-dailytop.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.00130 | $0.03821 |
| Opus 5 | $0.00065 | $0.01911 |
| Sonnet 5 | $0.00026 | $0.00764 |
| Haiku 4.5 | $0.00013 | $0.00382 |
Grade A, and why
xiaohongshu-dailytop 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 8d 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 — 356 lines — stays where its author put it; the contents beside it link to each section on GitHub.
小红书每日爆款笔记
简介
一句话定位:按关键词或赛道查询小红书当日互动暴涨 TOP50 爆款笔记,自动拆解标题、内容与趋势规律,帮创作者和运营快速抓住流量风口、落地下一篇选题。
通过简单的关键词查询,你可以:
- 分类查询当日热门笔记 :按美妆、穿搭、美食等分类检索小红书当天热度最高的笔记,快速掌握各赛道头部内容。
- 单日爆款笔记分析:查看单日互动增长最快、曝光飙升的笔记详情,分析其标题、封面、内容结构等爆款特征。
- 各领域当日趋势追踪:监测不同领域的实时热度变化,识别正在起量的内容方向,预判下一波流量风口。
- 创作灵感生成:基于当日爆款内容,提炼可复用的选题、话术与呈现形式,直接用于你的下一篇笔记策划。
适用于品牌方、MCN机构、自媒体从业者、内容策划等需要监测小红书热门内容的场景。
功能特性
🎯 核心功能
- 🔥 单日爆发榜查询:获取当日热门笔记TOP50,按分类查询,支持25个垂直领域精准匹配
- 📊 智能规律分析:生成热门内容分析、爆款标题分析、最高数据作品分析三维度报告
- 📈 多维度数据展示:完整呈现互动数、点赞、评论、收藏、分享及新增数据
- 🔔 自动订阅推送:支持每日19:30固定时间推送最新榜单到消息栏
✨ 特色亮点
- 🏷️ 全分类覆盖:综合全部、化妆美容、时尚穿搭、美味佳肴等 25 个主流分类
- 🔍 智能分类匹配:输入「睫毛膏」→ 化妆美容,无需手动选类(对用户不展示匹配结果)
- ⏰ 灵活日期适配:支持指定日期;未指定时按 19:00 更新规则自动判断查询日
- 📄 双格式输出:Markdown 表格 + 按需生成 HTML 页面,自用与汇报均可
一键安装
前置条件
- Python 3.8 及以上
requests:pip install requests- 红狐Hub 账号与 API Key(格式
ak_xxxxxxxx,新用户注册赠免费积分)
安装方式
SkillHub / ClawHub(推荐)
WorkBuddy / 龙虾(本地技能)
- 将本技能目录放入 WorkBuddy 的
skills路径(如~/.workbuddy/skills/xiaohongshu-dailytop) - 在对话中通过技能名或描述触发(如「查小红书每日爆款笔记」「睫毛膏爆款」)
- 配置
REDFOX_API_KEY后重启终端,确保 Agent 与脚本均可读取
命令行独立使用
pip install requests
cd xiaohongshu-dailytop
# 步骤一:获取数据并写入缓存
python scripts/xhs_daily_fetcher.py --keyword "睫毛膏" --top_n 50 --output_json /tmp/xhs_daily_cache.json
# 步骤二:从缓存生成 HTML(跳过 API 调用)
python scripts/gen_xhs_html.py --keyword "睫毛膏" --top 20 --input_json /tmp/xhs_daily_cache.json
环境变量配置
| 变量名 | 必填 | 说明 |
|---|---|---|
REDFOX_API_KEY |
是 | 红狐 API 密钥,格式 ak_xxxxxxxx |
获取 API Key:访问 红狐Hub官网 → 注册/登录 → 个人中心复制 Key。
macOS / Linux:
echo 'export REDFOX_API_KEY=<你的apikey>' >> ~/.zshrc
source ~/.zshrc
What ships with it
6 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.
- 8d ago First seen · 356 lines · 130 tokens per session scan A 4987c89bdefe
xiaohongshu-dailytop is a skill published in the GitHub repository redfox-data/redfox-community-dsh (6 stars, last pushed yesterday), licensed MIT. It adds 130 tokens to every session and 3,821 once invoked, about $0.0006 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…
living-docs-governance
Keep a long-lived project's documentation from rotting by assigning existing project docs clear constitution, map, status, and history roles, then wiring the active agent harness to those canonical sources. Use in the maintain phase when docs drift from code, agents lose context between sessions, or intentional…