reg-feed-watcher

reg-feed-watcher is a skill for Claude Code from zhou210712/claude-for-legal-ZH. It costs 72 tokens per session (2,925 once invoked), scanned A, original, Apache-2.0.

A workflow that checks configured regulatory news and announcement sources for new items since the last check. It filters the results by importance and reports relevant updates, including gaps in the source coverage.

In plain words
What is it for?
Use it for scheduled or manual checks of government and regulator announcements, new rules, consultation papers, and policy explanations.
Why use it?
It reduces the noise of unfiltered regulatory feeds and makes important changes easier to notice. It also warns when the monitored list covers a category that has few or no configured sources.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Part of the regulatory-legal plugin — 6 skills, 1 agent shipped together

Good fit Use it for scheduled or manual checks of government and regulator announcements, new rules, consultation papers, and policy explanations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhou210712/claude-for-legal-zh/reg-feed-watcher
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 zhou210712/claude-for-legal-ZH --skill reg-feed-watcher
Clone the repo
git clone --depth 1 https://github.com/zhou210712/claude-for-legal-ZH

Made for: Claude Code.

Or install regulatory-legal, the plugin that ships this one along with the rest of its 6 skills, 1 agent.

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 reg-feed-watcher

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/reg-feed-watcher/github.svg)](https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/reg-feed-watcher)
Your own site
<a href="https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/reg-feed-watcher"><img src="https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/reg-feed-watcher/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 reg-feed-watcher

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/reg-feed-watcher"><img src="https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/reg-feed-watcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,925 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.00072 $0.02925
Opus 5 $0.00036 $0.01463
Sonnet 5 $0.00014 $0.00585
Haiku 4.5 $0.00007 $0.00293

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

Security

Grade A, and why

reg-feed-watcher 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.

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.

regulatory-legal/skills/reg-feed-watcher/SKILL.md · 188 lines

How it starts

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

/reg-feed-watcher

  1. 读取 ~/.claude/plugins/config/claude-for-legal/regulatory-legal/CLAUDE.md → 监测清单、重要度阈值、动态源配置。
  2. 使用以下工作流。
  3. 拉取每个动态源。按重要度过滤。
  4. 输出:新事项,按重要度层级分类。

目的

拉取动态源。按重要度过滤。输出剩下的内容。过滤器是价值所在——未经过滤的动态源是噪音。

加载上下文

~/.claude/plugins/config/claude-for-legal/regulatory-legal/CLAUDE.md → 监测清单、重要度阈值、动态源配置、摘要输出路径(如已设置)。

工作流

第0步:覆盖范围检查(拉取前)

在拉取动态源之前,将监测清单和动态源配置与需要覆盖的监管机构类别进行对比:

  • 用户根据监测清单关注哪些类别的监管机构(国务院部委/直属机构/省级)
  • 哪些类别零个或极少数源已配置

如果存在明显缺口——例如用户监测清单包含"金融监管"类别但动态源中仅有"中国人民银行",缺少"国家金融监督管理总局""中国证监会"——在摘要顶部提示一次:

覆盖缺口提示: 你的监测清单包含[类别],但仅配置了[N]个动态源。建议添加[机构名称]的动态源。是否需要建议补充?运行 /regulatory-legal:cold-start-interview --redo 更新,或直接编辑 ~/.claude/plugins/config/claude-for-legal/regulatory-legal/CLAUDE.md

不要反复提示同一缺口——如果用户已明确说"暂时不关注某监管机构",尊重该决定并在 CLAUDE.md 中记录,以便持续有效。

第1步:拉取

从所有已配置的动态源层级拉取。每个安装都有第1层。第2层和第3层是附加的——如已配置则使用,未配置则跳过。

第1层——免费动态源(始终活跃)

对监测清单中的每个监管机构:

监管机构监测参考:

监管机构 监测内容 来源
国家互联网信息办公室(网信办) 个人信息保护、数据安全、算法治理、内容管理 cac.gov.cn
国家市场监督管理总局 反垄断、反不正当竞争、广告、消费者保护 samr.gov.cn
工业和信息化部 电信、互联网信息服务、数据安全 miit.gov.cn
科学技术部 科技伦理、人工智能 most.gov.cn
国家数据局 数据要素、数据流通、数据基础设施 政府网站
最高人民法院 司法解释、指导性案例 court.gov.cn

第2层——付费动态源(如已配置)

  • 法律数据库MCP(如元典等): 查询自上次检查日期以来的更新,按监测清单中的监管机构过滤。
  • 其他专业法律研究工具MCP: 同上。

跨层级去重——同一文件可能出现在多个来源中。取信息最丰富的来源用于充实输出。

不得静默填补。 如果动态源拉取对监测清单中的某个监管机构返回很少或没有结果,报告已发现的内容并停止。不要在不询问的情况下用联网搜索或模型知识填补空白。说明:"动态源检查从[被命中的监管机构]返回[N]条事项。[监管机构/主题]的覆盖似乎较薄弱。选项:(1) 扩大日期窗口,(2) 尝试不同的动态源或MCP,(3) 搜索网络——结果将标记 [联网检索 — 需复核],应在依赖前向发布机构核实,(4) 到此为止。你希望选择哪一个?" 由律师决定是否接受可信度较低的信息来源。

来源溯源。 标记每条引注和法规事项的来源:[中国政府网][<监管机构>官网][元典MCP][法律数据库],或具体MCP工具名称(对于通过连接器获取的事项);[联网检索 — 需复核](对于通过联网搜索获取的事项);[模型知识 — 需验证](对于从模型训练数据中浮现的事项);[用户提供](对于手动粘贴的事项)。标记为 需验证 的事项具有比工具获取事项更高的编造风险,应首先检查。绝不要剥离或折叠标签。

Read the full file on GitHub · 188 lines

Files

What ships with it

1 file 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 · 188 lines · 72 tokens per session scan A 5c865e81c96f

Subscribe to this mod's changes

reg-feed-watcher is a skill published in the GitHub repository zhou210712/claude-for-legal-ZH (212 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 72 tokens to every session and 2,925 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

specification-writing

A workflow for writing complete patent specifications from patent claims and an invention disclosure. It adapts the document to a chosen jurisdiction, such as the US, Europe, or China.

wanshuiyin/Auto-claude-code-research-in-sleep · 49 tokens

regulatory-research-fallback

Fallback workflow for regulatory research when web extraction tools fail on government PDFs.

HKUDS/OpenSpace · 20 tokens

x-scorecard

OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 57 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens

nda-review

Use when the user uploads or pastes a non-disclosure agreement and asks for review, redline, risk assessment, or a recommendation on whether to sign. Identifies missing standard protections, one-sided or unusual provisions, and operational issues; produces a structured report with severity ratings and citations to…

LegalQuants/lq-ai · 79 tokens