← Back to Skills Marketplace
quest-commits

REGULATORYCHANGEMONITOR

by quest-commits · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
39
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install regchangemtr
Description
Monitors FCA, PRA, APRA, SEC, and EIOPA regulatory pages for changes. Summarises updates, flags what matters for financial services teams.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install regchangemtr
  3. After installation, invoke the skill by name or use /regchangemtr
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug regchangemtr
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is REGULATORYCHANGEMONITOR?

Monitors FCA, PRA, APRA, SEC, and EIOPA regulatory pages for changes. Summarises updates, flags what matters for financial services teams. It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.

How do I install REGULATORYCHANGEMONITOR?

Run "/install regchangemtr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is REGULATORYCHANGEMONITOR free?

Yes, REGULATORYCHANGEMONITOR is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does REGULATORYCHANGEMONITOR support?

REGULATORYCHANGEMONITOR is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created REGULATORYCHANGEMONITOR?

It is built and maintained by quest-commits (@quest-commits); the current version is v1.0.0.

💬 Comments