global-sensitive-statement

用于敏感声明检测场景。适用于金融工作中的基础任务单元。

105 stars

Best use case

global-sensitive-statement is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

用于敏感声明检测场景。适用于金融工作中的基础任务单元。

Teams using global-sensitive-statement should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/global-sensitive-statement/SKILL.md --create-dirs "https://raw.githubusercontent.com/aifinlab/FinClaw/main/skills/archive/global-sensitive-statement/skill.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/global-sensitive-statement/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How global-sensitive-statement Compares

Feature / Agentglobal-sensitive-statementStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

用于敏感声明检测场景。适用于金融工作中的基础任务单元。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Global Sensitive Statement Detector

这是一个基于**公网可查数据**的 Skill,用于对某个上市企业的公告、年报、业绩预告等公开文本进行**敏感表述识别**,并结合法律法规给出规则化校验结果。

默认示例企业:**立讯精密工业股份有限公司(002475.SZ)**。

## 数据来源

本 Skill 默认使用以下公开来源:

1. 法律法规与监管规则
   - 中国证监会法规正文:《中华人民共和国证券法》信息披露要求。
   - 中国证监会:《上市公司信息披露管理办法》。
   - 深圳证券交易所:《深圳证券交易所上市公司自律监管指南第2号——公告格式(2025年修订)》。

2. 上市公司公开文本
   - 巨潮资讯网/公开披露 PDF:立讯精密 2025 年半年度报告全文。
   - 巨潮资讯网/公开披露 PDF:立讯精密 2025 年半年度业绩预告。

3. 数据抓取方式
   - `script/fetch_public_data.py` 支持从公开 URL 抓取 HTML 或 PDF 文本。
   - PDF 通过 `pypdf` 提取文本,适合年报、公告、业绩预告等标准披露文件。

## 功能

1. **法规基线加载**
   - 内置与信息披露真实性、准确性、完整性、简明性相关的法规基线。
   - 将规则映射到可解释的法律依据,便于复核。

2. **敏感表述识别**
   - 识别绝对化/保证性表述。
   - 识别预测性表述,如“预计”“有望”“预期”“可能”等。
   - 识别重大事项/重大风险触发词。
   - 识别“未经审计”“初步测算”“待确认”“以正式披露为准”等边界性表述。
   - 辅助识别预测类表述是否缺少同句风险限定。

3. **结果输出**
   - 输出 JSON 结果,便于后续系统接入。
   - 输出 Markdown 报告,便于人工审阅。
   - 输出汇总风险分值和风险等级(低/中/高)。

4. **公开数据抓取**
   - 一键抓取法规与示例企业公开文本。
   - 输出 `manifest.json` 记录来源与保存路径。

## 使用示例

### 1)安装依赖

```bash
pip install -r requirements.txt
```

### 2)抓取公开法规和示例企业文本

```bash
python script/fetch_public_data.py --out-dir fetched_data
```

### 3)运行内置示例

```bash
python script/run_demo.py
```

### 4)对自有公开文本做识别

先准备一个 UTF-8 文本文件,例如 `my_notice.txt`,然后执行:

```bash
python script/sensitive_statement_detector.py my_notice.txt --json-out report.json --md-out report.md
```

## 交易说明

1. 本 Skill 主要服务于**上市公司公开文本合规筛查、公告复核、投研预审、法务辅助检查**等场景。
2. 输出结果是**规则化识别结果**,不构成行政处罚结论、律师正式法律意见或投资建议。
3. 识别到“敏感表述”不等于违法;其含义是:该表述在法规语境下**更值得二次复核**。
4. 如将识别结果用于交易、投资或重大决策,建议结合:
   - 原始公告全文
   - 公司后续补充披露
   - 交易所问询/监管函
   - 律师、会计师或合规人员专业判断
5. 公网源站可能更新页面结构、下线旧文件或更换 URL,实际使用时应对抓取逻辑做容错处理。

## License

- 本 Skill 自编代码采用 **MIT License**。
- 法律法规文本、交易所规则和上市公司公告来自其各自公开来源;使用者应自行遵守对应网站的使用条款、版权声明和引用规范。

Related Skills

yfinance-global

105
from aifinlab/FinClaw

全球股票行情数据工具。优先使用国内数据源(腾讯财经),支持A股、港股、美股和全球指数。自动回退到Yahoo Finance获取海外数据。

sensitive-phrasing-check

105
from aifinlab/FinClaw

用于信托领域合规与运营中的敏感表述检查助手场景,支持结构化处理与报告输出。

global-macro

105
from aifinlab/FinClaw

全球宏观数据仪表盘,整合中/美/欧/日等主要经济体的 GDP、CPI、利率、PMI 等核心指标,提供全球经济全景视图。当用户需要全球宏观经济概览时使用。

sensitive-wording-detection

105
from aifinlab/FinClaw

面向基金合规与信息披露领域的敏感识别任务Skill,围绕「敏感措辞识别助手」场景提供信息抽取、结构化分析与结果输出。

global-semantic-retrieval

105
from aifinlab/FinClaw

用于语义检索场景。适用于金融工作中的基础任务单元。

global-scenario-diagnosis

105
from aifinlab/FinClaw

用于场景诊断场景。适用于金融工作中的基础任务单元。

global-reporting-caliber

105
from aifinlab/FinClaw

用于报告口径场景。适用于金融工作中的基础任务单元。

global-product-matching-reasoning

105
from aifinlab/FinClaw

用于产品匹配推理场景。适用于金融工作中的基础任务单元。

global-product-knowledge-retrieval

105
from aifinlab/FinClaw

用于产品知识检索场景。适用于金融工作中的基础任务单元。

global-policy-rule-retrieval

105
from aifinlab/FinClaw

用于政策规则检索场景。适用于金融工作中的基础任务单元。

global-material-completeness

105
from aifinlab/FinClaw

用于材料完整性检查场景。适用于金融工作中的基础任务单元。

global-legal-report-template-report

105
from aifinlab/FinClaw

用于法律报告模板场景。适用于金融工作中的基础任务单元。