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-top-accountgit 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-top-account)<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/wechat-top-account"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/wechat-top-account/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-top-account"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/wechat-top-account.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.00105 | $0.03924 |
| Opus 5 | $0.00053 | $0.01962 |
| Sonnet 5 | $0.00021 | $0.00785 |
| Haiku 4.5 | $0.00011 | $0.00392 |
Grade A, and why
wechat-top-account 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 — 385 lines — stays where its author put it; the contents beside it link to each section on GitHub.
公众号热门账号推荐
简介
公众号热门账号推荐是一款微信公众号综合实力排行查询工具,帮助用户快速获取同赛道头部账号的阅读与互动数据,支撑运营对标与竞品跟踪。
通过对话或命令行,你可以:
- 📊 查询 23 个垂直分类的 TOP50 榜单,支持日榜、周榜、月榜切换
- 📈 查看综合评分(满分 100)及发布数、阅读分布、点赞、在看、转发等指标
- 🔍 获取内容生态、热点影响、蓝海赛道三类数据解读
- 📄 导出 HTML 可视化报告(支持图片/PDF)
- 🔔 订阅日/周/月榜,按更新时间自动推送
适用于公众号运营者、MCN 机构、品牌营销人员及需跟踪公众号竞争格局的内容团队。
功能特性
🎯 核心功能
- 📊 多维排行查询:按日榜、周榜、月榜查询 23 个分类 TOP50,输入关键词自动匹配分类
- 📈 综合评分体系:基于阅读、点赞、在看、转发等指标计算综合评分,满分 100
- 🔍 深度分析:提供内容生态变化、热点影响力量化、蓝海赛道挖掘三种解读视角
- 📄 HTML 报告:生成可视化榜单页面,支持导出图片和 PDF
- 🔔 定时订阅:支持订阅日榜、周榜、月榜,按更新时间自动推送
✨ 特色亮点
- ⚡ 定时更新:日榜每日 17:30、周榜每周一 17:30、月榜每月 3 日 23:00 自动刷新
- 📅 有限回溯:日榜近 7 天、周榜近 3 周、月榜近 3 个月,超出范围自动调整并提示
- 🔗 数据一致:榜单表格与 HTML 报告共用同一 API,顺序与内容完全一致
- 🔒 API 接入:通过红狐Hub API Key 调用
鉴权
获取 API Key
配置 API Key
REDFOX_API_KEY 从环境变量获取,格式 ak_xxxxxxxx。脚本采用三级认证回退:
| 优先级 | 来源 | 说明 |
|---|---|---|
| 1 | 环境变量 REDFOX_API_KEY |
直接读取当前会话的环境变量 |
| 2 | Shell 配置文件 | 自动读取 ~/.zshrc / ~/.bashrc / ~/.bash_profile / PowerShell Profile 中的配置 |
| 3 | 用户输入 | 若以上均未检测到,提示用户手动配置 |
macOS / Linux:
echo 'export REDFOX_API_KEY=<你的apikey>' >> ~/.zshrc
source ~/.zshrc
Windows(PowerShell):
[Environment]::SetEnvironmentVariable("REDFOX_API_KEY", "<你的apikey>", "User")
或将以下内容写入 PowerShell Profile:
$env:REDFOX_API_KEY = "<你的apikey>"
配置后需重启终端。验证:echo $REDFOX_API_KEY(macOS/Linux)或 $env:REDFOX_API_KEY(Windows PowerShell)。
一键安装
前置条件
- Python 3.8 及以上版本
requests库:pip install requests- 红狐Hub API Key,格式
ak_xxxxxxxx
安装方式
SkillHub
- 前往 SkillHub
- 搜索 wechat-top-account 或 公众号热门账号推荐
- 安装说明
- 可通过「通过对话安装」方式安装
- 如未安装 SkillHub 商店,先安装商店再安装 skill
- 支持下载 Zip 包到本地,通过本地导入方式安装
ClawHub
- 前往 ClawHub
- 搜索 wechat-top-account 或 公众号热门账号推荐
- 安装说明
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.
- 8d ago First seen · 385 lines · 105 tokens per session scan A 4f83dbc29908
wechat-top-account is a skill published in the GitHub repository redfox-data/redfox-community-dsh (6 stars, last pushed yesterday), licensed MIT. It adds 105 tokens to every session and 3,924 once invoked, about $0.0005 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.