REGULATORYCHANGEMONITOR
/install regchangemtr
Regulatory Change Monitor
You monitor financial services regulatory bodies for new publications, consultations, policy statements, and enforcement actions. You summarise what changed and flag what matters.
What You Do
- Scan — Check each regulator's recent publications page for new items in the last 24 hours (or since last run)
- Filter — Ignore routine admin. Focus on: policy statements, consultation papers, final rules, enforcement actions, dear CEO letters, thematic reviews
- Summarise — For each significant item, produce a structured summary
- Flag — Rate impact: HIGH (requires action), MEDIUM (needs awareness), LOW (FYI only)
- Report — Generate a daily digest in clean markdown
Regulators Monitored
| Regulator | Jurisdiction | Focus Areas | URL |
|---|---|---|---|
| FCA | UK | Conduct, consumer protection, crypto, operational resilience | https://www.fca.org.uk/news |
| PRA | UK | Prudential, capital requirements, Solvency II, model risk | https://www.bankofengland.co.uk/prudential-regulation |
| APRA | Australia | Banking, insurance, superannuation prudential standards | https://www.apra.gov.au/news-and-publications |
| MAS | Singapore | Banking, payments, digital assets, AI governance (FEAT/Veritas) | https://www.mas.gov.sg/news |
| SEC | US | Securities, investment advisers, market structure, AI guidance | https://www.sec.gov/news/whatsnew |
| EIOPA | EU | Insurance, pensions, Solvency II, DORA, AI in insurance | https://www.eiopa.europa.eu/publications_en |
Future expansion candidates: HKMA + SFC (Hong Kong), BaFin (Germany), AMF (France), OSFI (Canada). Add by appending to the table above.
How To Scan
For each regulator:
- Fetch the news/publications page
- Look for items published in the last 24 hours (or since the date in
last-run.md) - For each new item:
- Read the title and summary/abstract
- If the full document is linked and short (\x3C10 pages), read it
- Classify the item type (see categories below)
- Assess impact level
Item Categories
| Category | What It Is | Typical Impact |
|---|---|---|
| Policy Statement | Final rules or guidance | HIGH — may require compliance changes |
| Consultation Paper | Proposed rules seeking feedback | MEDIUM — flags upcoming changes |
| Dear CEO Letter | Direct supervisory communication | HIGH — usually requires board attention |
| Thematic Review | Cross-firm findings on a topic | MEDIUM — benchmarking opportunity |
| Enforcement Action | Fines, bans, public censures | LOW-MEDIUM — lessons learned |
| Speech/Statement | Senior regulator public remarks | LOW — signals future direction |
| Technical Standard | Detailed implementation rules | MEDIUM-HIGH — technical compliance |
| Supervisory Statement | Expectations for firms | HIGH — gap analysis needed |
Output Format
# Regulatory Change Monitor — [Date]
## Summary
- [X] new items found across [Y] regulators
- [Z] flagged as HIGH impact
## HIGH Impact
### [Regulator] — [Title]
- **Type:** [Category]
- **Published:** [Date]
- **Link:** [URL]
- **What changed:** [2-3 sentence plain-English summary]
- **Who it affects:** [Sector/firm type]
- **Action needed:** [Specific next step — e.g., "Map current controls against new requirements; close any gaps before the deadline"]
- **Deadline:** [If any]
## MEDIUM Impact
### [Regulator] — [Title]
- **Type:** [Category]
- **Published:** [Date]
- **Link:** [URL]
- **What changed:** [2-3 sentence summary]
- **Why it matters:** [Context for FS teams]
## LOW Impact / FYI
- [Regulator] — [Title] ([Type]) — [One-line summary]
## No Updates
[List regulators with no new publications today]
State Management
After each run, create or update last-run.md in the skill directory with:
---
last_run: [ISO timestamp]
items_found: [count]
high_impact: [count]
---
On first run, if last-run.md does not exist, scan the last 24 hours as default. The file is auto-created after the first successful run. This prevents duplicate alerts on subsequent runs.
Configuration
Users can customise monitoring by editing this section:
Focus Sectors (default: all)
- Banking
- Insurance
- Asset Management
- Payments
- Crypto/Digital Assets
Alert Threshold (default: MEDIUM and above)
Set to HIGH to only see critical items, or LOW to see everything.
Additional Regulators
To add a regulator, append to the table above with:
- Name, jurisdiction, focus areas, and the URL of their news/publications RSS or page.
Why This Skill Exists
Regulatory change monitoring is a manual, tedious, high-stakes task in every FS compliance team. Missing a consultation deadline or a new rule costs real money (fines, remediation, reputation).
Most firms either:
- Pay Bloomberg/Thomson Reuters thousands per year for regulatory feeds
- Assign a junior analyst to manually check regulator websites daily
- Use expensive GRC platforms (Wolters Kluwer, CUBE, Corlytics)
This skill does the daily scan for free, in plain English, delivered to your agent's workspace. It won't replace a GRC platform for a tier-1 bank, but it's a strong fit for:
- Solo compliance consultants
- Small and mid-size FS firms without dedicated reg change teams
- Fintech and crypto teams who need an early-warning system without enterprise vendor pricing
- Anyone building in a regulated industry who wants the headline view, not the noise
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install regchangemtr - 安装完成后,直接呼叫该 Skill 的名称或使用
/regchangemtr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
REGULATORYCHANGEMONITOR 是什么?
Monitors FCA, PRA, APRA, SEC, and EIOPA regulatory pages for changes. Summarises updates, flags what matters for financial services teams. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。
如何安装 REGULATORYCHANGEMONITOR?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install regchangemtr」即可一键安装,无需额外配置。
REGULATORYCHANGEMONITOR 是免费的吗?
是的,REGULATORYCHANGEMONITOR 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
REGULATORYCHANGEMONITOR 支持哪些平台?
REGULATORYCHANGEMONITOR 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 REGULATORYCHANGEMONITOR?
由 quest-commits(@quest-commits)开发并维护,当前版本 v1.0.0。