gzh-subscribe

gzh-subscribe is a skill for Claude Code, Codex from redfox-data/redfox-community-dsh. It costs 39 tokens per session (2,595 once invoked), scanned A, original, MIT.

A subscription tracker for WeChat public accounts, the channels used by organizations and individuals to publish articles. It fetches new posts from selected accounts and creates a daily HTML report.

In plain words
What is it for?
Use it to monitor chosen accounts and review publication dates, authors, titles, summaries, links, and available engagement counts in a daily digest.
Why use it?
It saves you from checking competitor and industry accounts one by one for new articles.

Skill for Claude CodeCodex

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

Good fit Use it to monitor chosen accounts and review publication dates, authors, titles, summaries, links, and available engagement counts in a daily digest.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/redfox-data/redfox-community-dsh/gzh-subscribe
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 gzh-subscribe
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 gzh-subscribe

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/gzh-subscribe"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/gzh-subscribe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,595 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.00039 $0.02595
Opus 5 $0.00019 $0.01298
Sonnet 5 $0.00008 $0.00519
Haiku 4.5 $0.00004 $0.00260

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

Security

Grade A, and why

gzh-subscribe 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 (assets/subscribe.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/gzh-subscribe/SKILL.md · 227 lines

How it starts

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

公众号订阅追踪

你的公众号内容雷达。订阅竞对、同类和关注账号,自动抓取每日发文,以清晰的表格形式展示:发文日期、作者、标题、简介、阅读数、点赞数、发文链接,一键生成 HTML 日报。


首次使用

首次使用需先配置 API Key

前往 redfox.hk 注册获取 API Key,三种配置方式任选其一:

配置方式 说明 命令
环境变量(推荐) 设置一次,全局生效 export REDFOX_API_KEY=ak_你的密钥
命令行参数 临时使用 python3 "$SKILL_PATH/assets/subscribe.py" fetch --api-key ak_你的密钥
配置文件 持久化存储 echo '{"api_key":"ak_你的密钥"}' > ~/.qoder/apis/redfox.json

配置完成后,即可使用:

# 1. 添加订阅(需提供账号 ID,支持三种格式)
# 以「红狐数据」公众号为例:
python3 "$SKILL_PATH/assets/subscribe.py" add "红狐数据" --id "redfoxdata1" --category "关注账号"

# 也可用 wxId 或 bizInfo 格式
python3 "$SKILL_PATH/assets/subscribe.py" add "红狐数据" --id "gh_53301f7745f3"
python3 "$SKILL_PATH/assets/subscribe.py" add "红狐数据" --id "MzY4ODI4ODc2MA=="

# 2. 拉取发文
python3 "$SKILL_PATH/assets/subscribe.py" fetch

# 3. 生成并打开日报
python3 "$SKILL_PATH/assets/subscribe.py" report

HTML 日报保存在 ~/Downloads/QoderGzhReports/ 目录,自动在浏览器中打开。


后续使用

配置方式 说明 命令
环境变量(推荐) 设置一次,全局生效 export REDFOX_API_KEY=ak_你的密钥
命令行参数 临时使用 python3 "$SKILL_PATH/assets/subscribe.py" fetch --api-key ak_你的密钥
配置文件 持久化存储 echo '{"api_key":"ak_你的密钥"}' > ~/.qoder/apis/redfox.json

功能特点

  • 收件箱式订阅:像订阅 Newsletter 一样订阅公众号,最多 20 个,需提供账号 ID(支持 account / wxId / bizInfo 三种格式)
  • 每日 6 点准时推送:一键安装定时任务,每天早上一份精排日报,自动打开浏览器(广域库 T+1,拉取昨天及近 7 天发文)
  • 三类分组管理:「竞对账号」盯对手、「同类账号」找灵感、「关注账号」追大神
  • 关键数据一屏尽览:发文日期、标题、简介、阅读数、点赞数,原文链接一键直达
  • 终端 + 日报双模式:命令行实时查表,HTML 日报适合分享存档

数据覆盖说明:本 Skill 基于红狐广域库,覆盖范围更广。 如在广域库中仍搜不到目标账号,可联系红狐数据获取定制支持: [email protected]


适用场景

每日晨报

开启 --subscribe,每天 06:00 自动拉取所有订阅公众号的发文, 生成 HTML 日报并自动打开浏览器。像收邮件一样,每天早上收到一份 专属的公众号文章推送。

竞对监控

把竞品公众号加入「竞对账号」分类,随时 fetch 一屏看完他们的 最新发文——标题、简介、阅读数、点赞数、文章链接,表格一目了然。

特别关注

把行业大号、灵感来源加入「关注账号」分类,日报中优先展示, 有新发文第一时间掌握动态。

内容加工

拉取到的文章数据可以配合 LLM 进一步使用:

  • 摘要改写:喂给 LLM 生成自定义摘要或分析观点
  • 风格仿写:模仿目标公众号的文风输出学习笔记
  • 数据沉淀:日报 HTML 可导出为 PDF / Markdown 存档

Read the full file on GitHub · 227 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 · 227 lines · 39 tokens per session scan A a08603a5c0fb

Subscribe to this mod's changes

gzh-subscribe is a skill published in the GitHub repository redfox-data/redfox-community-dsh (5 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 2,595 once invoked, about $0.0002 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-08-31.

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-sdk-upgrade

Safely select and install a compatible official @deepseek-ai SDK release for dsh plugin projects (dsh-web, dsh-trading, and similar monorepos) from npm using an isolated worktree, explicit cohort review, CI-equivalent validation, and controlled rollout — including syncing the project's declared DSH host-version floor…

zhu1090093659/dsh-web · 176 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