← Back to Skills Marketplace
监管最新动态追踪(金融监管总局、证监会、央行)
by
gentleming
· GitHub ↗
· v1.0.0
· MIT-0
249
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install regulation-monitor
Description
监控中国金融监管机构网站(国家金融监管总局NFRA、证监会CSRC、央行PBOC等),抓取最新监管政策、行政处罚、通知公告、风险提示等内容,并以标题+摘要格式输出,支持Word和纯文本。当用户说"帮我看看最新的监管动态"、"查一下最新监管政策"、"有没有新的处罚案例"、"监管有什么新动态"、"看看NFRA/证监会...
Usage Guidance
总体上该 Skill 与其描述保持一致且无明显恶意行为,但在安装和运行前请注意:
- 在隔离或受控环境(例如虚拟环境)中安装 requests 和 beautifulsoup4(pip install 前可先创建 virtualenv)。
- 确认抓取频率和回溯天数,避免对目标站点产生过高请求量;遵守目标站点的 robots.txt 与使用条款。
- 如果你会将输出或脚本交付给其他人,建议审阅完整的 crawler.py(确保没有被截断或替换的隐藏段落),并在首次运行时用 --days 少量测试,观察网络请求行为和输出内容。
- 若需要更高保证(例如公司内部使用或处理敏感合规数据),让可信的工程/安全团队做一次本地代码审计并在受控网络下执行。
Capability Analysis
Type: OpenClaw Skill
Name: regulation-monitor
Version: 1.0.0
The skill bundle is a legitimate tool designed to monitor and summarize regulatory updates from Chinese financial authorities (NFRA, CSRC, and PBOC). The crawler script `scripts/crawler.py` uses standard libraries like `requests` and `BeautifulSoup` to fetch public data from official government domains, and the `SKILL.md` instructions correctly guide the AI agent to process and format this data without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Skill 名称与描述是监控中国金融监管机构网站;包含的脚本(crawler.py)专门实现了对 NFRA、CSRC、PBOC 等站点的抓取与解析,所需第三方库(requests、beautifulsoup4)与任务相符。
Instruction Scope
SKILL.md 指示使用本脚本抓取指定监管机构并生成结构化摘要,执行流程只涉及网页抓取、HTML 清洗与摘要输出;没有看到读取本地敏感配置、访问不相关系统路径或将结果发送到非监管机构的外部端点。
Install Mechanism
没有安装规范(instruction-only + 附带一个 Python 脚本)。依赖仅为 pip 包 requests 与 beautifulsoup4,风险较低;脚本不会在安装时下载或执行来自不明 URL 的二进制文件。
Credentials
不要求任何环境变量、API 密钥或系统配置路径;crawler.py 使用固定的 HTTP 请求头与目标站点 URL,未见要求或使用额外凭据,所需权限与功能相称。
Persistence & Privilege
Skill 未设置 always:true,且没有修改其它技能或全局代理配置的代码。它是按需运行的抓取脚本,没有长期驻留或高权限的持久化特权请求。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install regulation-monitor - After installation, invoke the skill by name or use
/regulation-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
regulation-monitor v1.0.0 初始版本发布
- 实现对中国主要金融监管机构(国家金融监管总局、证监会、央行)网站的政策、处罚、风险提示等实时抓取。
- 支持通过参数选择特定机构与回溯天数。
- 输出最新监管动态,按“标题+摘要/要点”的结构化内容,Markdown 格式展示,包含原文与附件链接。
- 明确使用场景关键词,用户涉及监管新闻咨询时优先触发该技能。
- 提供整体趋势简要判断,便于快速把握行业动态。
Metadata
Frequently Asked Questions
What is 监管最新动态追踪(金融监管总局、证监会、央行)?
监控中国金融监管机构网站(国家金融监管总局NFRA、证监会CSRC、央行PBOC等),抓取最新监管政策、行政处罚、通知公告、风险提示等内容,并以标题+摘要格式输出,支持Word和纯文本。当用户说"帮我看看最新的监管动态"、"查一下最新监管政策"、"有没有新的处罚案例"、"监管有什么新动态"、"看看NFRA/证监会... It is an AI Agent Skill for Claude Code / OpenClaw, with 249 downloads so far.
How do I install 监管最新动态追踪(金融监管总局、证监会、央行)?
Run "/install regulation-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 监管最新动态追踪(金融监管总局、证监会、央行) free?
Yes, 监管最新动态追踪(金融监管总局、证监会、央行) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 监管最新动态追踪(金融监管总局、证监会、央行) support?
监管最新动态追踪(金融监管总局、证监会、央行) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 监管最新动态追踪(金融监管总局、证监会、央行)?
It is built and maintained by gentleming (@gentleming); the current version is v1.0.0.
More Skills