← 返回 Skills 市场
martc03

Gov Regulatory

作者 Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
456
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gov-regulatory
功能描述
Federal Register rules, notices, and agency documents. 4 tools for regulatory monitoring.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gov-regulatory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gov-regulatory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug gov-regulatory
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Gov Regulatory 是什么?

Federal Register rules, notices, and agency documents. 4 tools for regulatory monitoring. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 456 次。

如何安装 Gov Regulatory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gov-regulatory」即可一键安装,无需额外配置。

Gov Regulatory 是免费的吗?

是的,Gov Regulatory 完全免费(开源免费),可自由下载、安装和使用。

Gov Regulatory 支持哪些平台?

Gov Regulatory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gov Regulatory?

由 Martin(@martc03)开发并维护,当前版本 v1.0.0。

💬 留言讨论