regulation-monitor

监控中国金融监管机构网站(国家金融监管总局NFRA、证监会CSRC、央行PBOC等),抓取最新监管政策、行政处罚、通知公告、风险提示等内容,并以标题+摘要格式输出,支持Word和纯文本。当用户说"帮我看看最新的监管动态"、"查一下最新监管政策"、"有没有新的处罚案例"、"监管有什么新动态"、"看看NFRA/证监会/央行最新发布了什么"时,必须使用此Skill。即使用户只是问"最近有什么监管新闻",也应优先触发此Skill。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "regulation-monitor" with this command: npx skills add gentleming/regulation-monitor

监管动态追踪 Skill

帮助用户追踪中国主要金融监管机构的最新动态,包括政策法规、行政处罚、通知公告和风险提示,并整理输出结构化摘要。


前置依赖

scripts/crawler.py 依赖以下第三方 Python 包,首次使用前需安装:

pip install requests beautifulsoup4
包名用途
requests发送 HTTP 请求,抓取监管机构网页
beautifulsoup4解析 HTML 页面,提取标题、日期、正文等字段

执行流程

Step 1:抓取网页内容

使用 scripts/crawler.py 获取目标页面内容。脚本支持指定监管机构(--regulator)和回溯天数(--days)。

监管机构参数说明:

  • nfra: 国家金融监督管理总局
  • csrc: 证监会
  • pboc: 央行
  • all: 所有机构(默认值)

执行示例:

# 抓取所有机构最近 14 天的动态
python scripts/crawler.py --days 14

# 抓取所有机构最近 14 天的动态(明确指定 all)
python scripts/crawler.py --regulator all --days 14

# 仅抓取监管总局最近 14 天的动态
python scripts/crawler.py --regulator nfra --days 14

# 仅抓取证监会最近 14 天的动态
python scripts/crawler.py --regulator csrc --days 14

# 仅抓取央行最近 14 天的动态
python scripts/crawler.py --regulator pboc --days 14

Step 2:处理正文内容

对 Step 1 输出的每条动态:

  • 如果包含「📖 正文内容」字段,对该正文进行总结,提炼核心要点(3~5条要点,每条不超过50字)
  • 如果只有「📝 摘要」字段,直接使用摘要

Step 3:结构化输出

Markdown 格式输出,确保链接可点击。按以下格式输出每条动态:

## [📌 标题文字](原文链接)

📅 **日期:** YYYY-MM-DD

📝 **要点:**
- 要点1
- 要点2
- 要点3

📎 **附件:** [PDF 下载](pdf链接) | [DOC 下载](doc链接)

---

所有动态输出完毕后,最后用 2~3 句话给出整体趋势判断。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Novel Character Profile Builder

Novel Character Profile Builder (小说人物档案创建工具) — A bilingual CN/EN skill for creating structured, detailed character profiles for fiction writing. Generates co...

Registry SourceRecently Updated
General

API Docs Generator

从代码注释自动生成 API 文档,支持 OpenAPI/Swagger 格式,输出 JSON 或 YAML。

Registry SourceRecently Updated
General

Trading Quant

量化交易数据分析工具。A股/美股/港股/贵金属实时行情,多维度评分(技术面+资金面+基本面),涨跌停池,北向资金,分钟级资金流。Use when: (1) 查询任何股票实时行情和评分, (2) 分析A股涨跌停异动, (3) 查看北向资金流向, (4) 美股港股贵金属行情, (5) 全球市场概览, (6) 个股资金...

Registry SourceRecently Updated
General

Buzz

Real-time news aggregator with Discord & Telegram push. Manage Jin10, BlockBeats, RSS, X KOLs, Polymarket, OpenNews via REST API.

Registry SourceRecently Updated