合规监控器:美国联邦公报追踪 - Openclaw Skills
作者:互联网
2026-04-03
什么是 合规监控器?
合规监控器是一个强大的集成工具,旨在弥合 AI 智能体与美国政府官方文档之间的差距。它提供对《联邦公报》(联邦政府的官方日报,包含机构规则、拟议规则和公告)的结构化访问。通过使用此技能,用户可以改变与行政法互动的方式,从手动浏览网站转向自动化的智能数据检索。
作为 Openclaw Skills 不断扩展的生态系统的一部分,该工具实现了对监管环境的高保真监控。它允许开发人员和法律研究人员以编程方式获取完整的文档详情,跟踪预发布检查,并按特定机构或文档类型过滤结果,所有这些都在统一的 AI 驱动工作流中完成。
下载入口:https://github.com/openclaw/skills/tree/main/skills/martc03/gov-regulatory
安装与下载
1. ClawHub CLI
从源直接安装技能的最快方式。
npx clawhub@latest install gov-regulatory
2. 手动安装
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
3. 提示词安装
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 gov-regulatory。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
合规监控器 应用场景
- 针对金融、环境或医疗行业的自动化合规监控。
- 面向政府事务专业人士的政策追踪与分析。
- 通过预发布检查工具尽早发现即将出台的法规。
- 规则制定研究以及公众意见征询期的准备工作。
- 历史文献检索和总统令存档。
- 该技能通过 streamable-http 传输层将您的 AI 智能体连接到联邦公报 API。
- 用户提供搜索参数,如关键词、机构缩写或文档类型(RULE、PRORULE、NOTICE、PRESDOCU)。
- 该工具查询美国政府官方数据源以查找匹配的监管条目。
- 检索详细的文档元数据或全文内容,并格式化供智能体处理。
- 预发布搜索允许在文档正式发布前跟踪处于公众查阅阶段的文件。
合规监控器 配置指南
要将此功能添加到您的环境中,请使用 mcporter 工具:
mcporter add gov-regs --url https://regulatory-monitor-mcp.apify.actor/mcp --transport streamable-http
或者,您也可以通过在位于 ~/.openclaw/mcp.json 的 Openclaw MCP 配置文件中添加以下条目来手动配置服务器:
{
"servers": {
"gov-regs": {
"url": "https://regulatory-monitor-mcp.apify.actor/mcp",
"transport": "streamable-http"
}
}
}
合规监控器 数据架构与分类体系
该技能通过四个具有特定参数结构的主要工具来组织监管数据:
| 工具 | 主要参数 | 描述 |
|---|---|---|
| reg_search_documents | term, documentType, agency, dateFrom, significant | 过滤主要的联邦公报存档 |
| reg_get_document | documentNumber | 获取特定规则或通知的完整记录 |
| reg_search_public_inspection | term, agency, documentType | 在文件正式发布前进行访问 |
| reg_list_agencies | search | 浏览联邦机构目录及其缩写 |
name: gov-regulatory
description: Federal Register rules, notices, and agency documents. 4 tools for regulatory monitoring.
homepage: https://github.com/martc03/gov-mcp-servers
metadata: {"clawdbot":{"emoji":"??","requires":{"bins":["mcporter"]}}}
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.
相关推荐
专题
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
最新数据
相关文章
CI 生成器:自动化 GitHub Actions 工作流 - Openclaw Skills
Bundle Checker:AI 驱动的 JS 包体积优化 - Openclaw Skills
AI 备份脚本生成器:自动执行数据库备份 - Openclaw Skills
录用信生成器:专业招聘文档自动化 - Openclaw Skills
MCP Hub 技能:连接 1200+ AI 代理工具 - Openclaw Skills
HTML 幻灯片:构建交互式 reveal.js 演示文稿 - Openclaw Skills
Doc Pipeline:文档工作流自动化 - Openclaw Skills
批量转换:自动化多格式文档管线 - Openclaw Skills
Soul World:AI 智能体社交模拟平台 - Openclaw Skills
agent-sims:社交 AI 智能体模拟平台 - Openclaw Skills
AI精选
