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 wechat-fastest-growinggit 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/wechat-fastest-growing)<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/wechat-fastest-growing"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/wechat-fastest-growing/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/wechat-fastest-growing"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/wechat-fastest-growing.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.00060 | $0.03556 |
| Opus 5 | $0.00030 | $0.01778 |
| Sonnet 5 | $0.00012 | $0.00711 |
| Haiku 4.5 | $0.00006 | $0.00356 |
Grade A, and why
wechat-fastest-growing 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 7d 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 — 336 lines — stays where its author put it; the contents beside it link to each section on GitHub.
公众号黑马账号推荐
简介
公众号黑马账号推荐是一款面向内容运营与新媒体研究的阅读增长率排行查询工具,通过脚本拉取官方榜单数据,帮助用户快速发现近期阅读量增速快的公众号与代表作。
通过本 Skill,你可以:
- 📊 同作者爆文 vs 最低阅读文对比:针对同一个账号,对比其“爆文”和“最低阅读文”在选题、标题、切入点上的差异。直接告诉你可以复制的具体打法。
- 📈 高增长账号类型分析:分析近期高增长账号的赛道分布和共同策略,判断当下真实流量风向,并给出哪些能迁移到其他平台的建议。
适用于公众号运营找高增长对标、编辑选题复盘、研究者观察赛道热度等角色。
功能特性
🎯 核心功能
- 📊 增长率榜单:按日期查询公众号阅读增长率排行数据(脚本输出 Markdown 表格)
- 🔗 可点击标题:表格中标题已为原文链接,便于跳转核对
- 📌 指标说明:榜单含「综合评分指数」等字段;公式与加权定义见 references/core_workflow.md
- 📈 增长分析:基于同一份脚本输出完成三点输出(爆文表、作品类型表、300–500 字总结),字段与条数上限以核心流程为准
✨ 特色亮点
- ⏰ 日期语义:支持口语化「最新/昨天」与指定日;
rankDate支持"yesterday"、"today"、"YYYY-MM-DD"(映射与默认规则见核心流程) - 🔒 数据真实性:强制走
scripts/fetch_growth_rank.py;脚本 stdout 须原样展示,不得改写或重排表格 - 📅 查询窗口:仅支持最近 30 天内的
rankDate;查最新时若昨日无数据会自动向前追溯(逐天查询,找到即停,见核心流程)
一键安装
前置条件
- Python 3.8 及以上版本
requests库:pip install requests- 红狐Hub API Key,格式
ak_xxxxxxxx
安装方式
SkillHub
- 前往 SkillHub
- 搜索 wechat-fastest-growing 或 公众号黑马账号推荐
- 按平台指引完成安装(支持对话安装或本地 Zip 导入)
ClawHub
- 前往 ClawHub
- 搜索 wechat-fastest-growing 或 公众号黑马账号推荐
- 可使用 CLI:
openclaw skills install wechat-fastest-growing或clawhub install wechat-fastest-growing,或下载 skill 包本地导入
方式二:命令行独立使用
无需安装技能包,配置好 API Key 后可直接运行脚本:
pip install requests
python scripts/fetch_growth_rank.py --rankDate yesterday
安装完成后,访问 红狐 Hub网站 登录 注册并获取 API Key(新用户获赠免费积分),配置环境变量 REDFOX_API_KEY(见下方),重启终端即可在对话中发起查询。
环境变量配置
| 变量名 | 必填 | 说明 |
|---|---|---|
REDFOX_API_KEY |
是 | 红狐 Hub API 访问密钥,格式 ak_xxxxxxxx |
COZE_REDFOX_API_7633629455969337344 |
否 | 兼容旧变量名(脚本自动回退读取) |
macOS / Linux:
echo 'export REDFOX_API_KEY=<你的apikey>' >> ~/.zshrc
source ~/.zshrc
Windows(PowerShell):
[Environment]::SetEnvironmentVariable("REDFOX_API_KEY", "<你的apikey>", "User")
What ships with it
5 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.
- 7d ago First seen · 336 lines · 60 tokens per session scan A 14953e93b076
wechat-fastest-growing is a skill published in the GitHub repository redfox-data/redfox-community-dsh (5 stars, last pushed today), licensed MIT. It adds 60 tokens to every session and 3,556 once invoked, about $0.0003 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.