← 返回 Skills 市场
quest-commits

REGULATORYCHANGEMONITOR

作者 quest-commits · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install regchangemtr
功能描述
Monitors FCA, PRA, APRA, SEC, and EIOPA regulatory pages for changes. Summarises updates, flags what matters for financial services teams.
使用说明 (SKILL.md)

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

  1. Scan — Check each regulator's recent publications page for new items in the last 24 hours (or since last run)
  2. Filter — Ignore routine admin. Focus on: policy statements, consultation papers, final rules, enforcement actions, dear CEO letters, thematic reviews
  3. Summarise — For each significant item, produce a structured summary
  4. Flag — Rate impact: HIGH (requires action), MEDIUM (needs awareness), LOW (FYI only)
  5. 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:

  1. Fetch the news/publications page
  2. Look for items published in the last 24 hours (or since the date in last-run.md)
  3. 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
安全使用建议
This looks reasonable for a regulatory monitoring helper. Before installing, decide whether you want it to run on a schedule, keep any added regulator URLs to trusted sources, and treat the generated digest as an early-warning summary rather than final compliance advice.
功能分析
Type: OpenClaw Skill Name: regchangemtr Version: 1.0.0 The regulatory-change-monitor skill is a legitimate tool designed to scrape and summarize updates from official financial regulatory websites such as the FCA, SEC, and MAS. The instructions in SKILL.md are transparent and strictly aligned with the stated purpose of compliance monitoring. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection; the skill uses local state management (last-run.md) and official URLs to perform its tasks.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The stated purpose, instructions, and data flows align: monitor public regulatory pages, summarize updates, and produce a markdown digest. The provided crypto/purchase capability signals are not reflected as operational authority in the artifact; crypto appears as a regulatory topic, and no buying workflow is described.
Instruction Scope
The scan scope is mostly bounded to named regulator sites, recent publications, and short linked documents. Users can add extra regulator URLs, so they should keep those sources trusted.
Install Mechanism
There is no install spec, no code file, no dependency list, no required binary, and the static scan reported no suspicious patterns.
Credentials
The skill expects web access to public regulator pages and writes a local `last-run.md` state file. That is proportionate to the monitoring purpose and does not involve credentials or account mutation.
Persistence & Privilege
The artifact describes daily scheduled operation and local state persistence. This is disclosed and purpose-aligned, but users should confirm whether scheduling is enabled in their environment.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install regchangemtr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /regchangemtr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Regulatory Change Monitor skill. - Automatically scans FCA, PRA, APRA, MAS, SEC, and EIOPA regulatory sites for updates. - Summarises key regulatory publications (policy statements, consultations, enforcement, etc.) with impact ratings. - Delivers daily or on-demand digest reports in clean markdown, highlighting what matters for FS teams. - Supports easy configuration of focus sectors, alert thresholds, and expansion to new regulators. - Maintains local state to prevent duplicate alerts and streamline monitoring.
元数据
Slug regchangemtr
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论