← Back to Skills Marketplace
martc03

Gov Regulatory

by Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
456
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install gov-regulatory
Description
Federal Register rules, notices, and agency documents. 4 tools for regulatory monitoring.
README (SKILL.md)

Regulatory Monitor

Search the Federal Register for rules, proposed rules, notices, and presidential documents.

Setup

mcporter add gov-regs --url https://regulatory-monitor-mcp.apify.actor/mcp --transport streamable-http

Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):

{
  "servers": {
    "gov-regs": {
      "url": "https://regulatory-monitor-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}

Available Tools

reg_search_documents

Search Federal Register for rules, notices, and presidential documents.

Search Federal Register for AI regulations
Find EPA rules published this month

Parameters: term, documentType ("RULE", "PRORULE", "NOTICE", or "PRESDOCU"), agency (slug), dateFrom (YYYY-MM-DD), dateTo, significant (boolean), perPage, page

reg_get_document

Get full details of a specific Federal Register document by document number.

Get Federal Register document 2024-12345

Parameters: documentNumber (required)

reg_search_public_inspection

Search pre-publication documents on public inspection before they appear in the Federal Register.

Search public inspection for upcoming SEC rules
Any upcoming EPA notices?

Parameters: term, agency, documentType ("RULE", "PRORULE", "NOTICE", or "PRESDOCU")

reg_list_agencies

List or search federal agencies in the Federal Register.

List all federal agencies
Search for agencies related to energy

Parameters: search

Data Sources

  • Federal Register — Official journal of the US government (rules, notices, executive orders)

Use Cases

  • Regulatory compliance monitoring
  • Policy tracking and analysis
  • Government affairs research
  • Rulemaking comment preparation

All data from free US government APIs. Zero cost. No API keys required.

Usage Guidance
This skill is coherent for regulatory monitoring, but before installing: verify you trust the remote MCP server (https://regulatory-monitor-mcp.apify.actor) because your query terms and returned data will flow through that third party; review the linked GitHub repo (homepage) if possible; ensure the 'mcporter' binary you use is from a trusted source; do not send sensitive or private data in queries to the external service; if you want stronger assurance, run queries manually against official Federal Register APIs or host your own trusted mirror rather than registering an external actor server in your MCP config.
Capability Analysis
Type: OpenClaw Skill Name: gov-regulatory Version: 1.0.0 The skill is classified as suspicious due to its reliance on an external, third-party service (`https://regulatory-monitor-mcp.apify.actor/mcp`) for core functionality, as configured in `SKILL.md`. While the stated purpose is to access public Federal Register data and there is no explicit evidence of malicious intent (e.g., data exfiltration of local files, prompt injection for harmful actions, or backdoor installation) within the provided files, this external dependency introduces a supply chain risk. The `apify.actor` endpoint could potentially be compromised or change its behavior, making it a 'risky capability' without clear malicious intent, aligning with the 'suspicious' classification.
Capability Assessment
Purpose & Capability
Name/description (Federal Register/regulatory monitoring) matches the instructions: the SKILL instructs the agent to register/query an external MCP server that provides Federal Register data. The only required binary is 'mcporter', which is reasonable for adding MCP servers.
Instruction Scope
Instructions only tell the agent to run 'mcporter add' or add an entry to ~/.openclaw/mcp.json and then call the declared tools (reg_search_documents, reg_get_document, etc.). This stays within the stated purpose. Note: adding the remote server means query terms (user queries) will be sent to that third‑party endpoint.
Install Mechanism
No install spec or code files are provided (instruction-only), so nothing is written to disk by the skill itself. Risk depends on the external 'mcporter' binary being present and trustworthy, but that is a user decision outside the skill.
Credentials
The skill requests no environment variables or credentials. The only config change it suggests is adding an MCP server entry to ~/.openclaw/mcp.json, which is proportional to its purpose.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent privileges or attempt to modify other skills or system-wide settings beyond adding its own MCP server entry.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gov-regulatory
  3. After installation, invoke the skill by name or use /gov-regulatory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of gov-regulatory - Provides 4 tools for monitoring and searching Federal Register content, including rules, proposed rules, notices, and presidential documents. - Enables search, retrieval, and inspection of regulatory documents by keyword, agency, document type, and date. - Supports listing and searching federal agencies. - Designed for compliance monitoring, policy analysis, and government affairs research. - No API keys required; data sourced from free US government APIs.
Metadata
Slug gov-regulatory
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Gov Regulatory?

Federal Register rules, notices, and agency documents. 4 tools for regulatory monitoring. It is an AI Agent Skill for Claude Code / OpenClaw, with 456 downloads so far.

How do I install Gov Regulatory?

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

Is Gov Regulatory free?

Yes, Gov Regulatory is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Gov Regulatory support?

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

Who created Gov Regulatory?

It is built and maintained by Martin (@martc03); the current version is v1.0.0.

💬 Comments