sensitive-wording-detection

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

105 stars

Best use case

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

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

Teams using sensitive-wording-detection 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/sensitive-wording-detection/SKILL.md --create-dirs "https://raw.githubusercontent.com/aifinlab/FinClaw/main/skills/fund_task_zlj/sensitive-wording-detection/SKILL.md"

Manual Installation

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

How sensitive-wording-detection Compares

Feature / Agentsensitive-wording-detectionStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

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

# 敏感措辞识别助手 Skill

## 数据来源

### 1. 输入类型

- 基金公告/定期报告/招募说明书/产品说明材料
- 净值与收益时间序列、持仓与资产配置披露
- 销售/服务记录、客户反馈与问答素材(如适用)
- 合规口径与品牌内容规范(如适用)

### 2. 主要数据要素

- 监管法规条款与公司内控口径
- 披露模板、历史公告与对外口径
- 营销文案/素材与合规审查记录
- 披露时点、频率与留痕要求
- 敏感词与禁止性表述清单

### 3. 质量要求

- 输入信息尽量完整,包含时间区间、基金代码与核心指标
- 若来自 OCR/截图,请尽量校对错字与断行
- 对于未披露的数据需明确标注“缺失/待补充”

---

## 核心能力

- 提取核心指标(收益、风险、风格、持仓特征)并进行结构化汇总
- 识别优势/短板与关键驱动因子,形成可追溯的分析链条
- 对异常波动或结构变化给出原因假设与影响评估
- 输出可执行的跟进建议与观察清单
- 识别敏感/违规表述与披露缺口
- 给出合规改写建议与风险等级提示

---

## 输出结构

### 1. 基础字段

- skill
- domain
- scene
- input_summary
- key_findings
- data_quality
- limitations

### 2. 场景扩展模块(按需输出)

- analysis
- metrics
- diagnosis
- risks
- recommendations
- compliance
- flags
- revision_suggestions
- risk_level

---

## 使用示例

### 1. 安装依赖

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

### 2. 运行脚本

```bash
python scripts/main.py --input sample.txt --output-json result.json --output-md report.md
```

### 3. 输出示例

```json
{
  "skill": "敏感措辞识别助手",
  "domain": "合规与信息披露",
  "scene": "敏感识别",
  "input_summary": {
    "fund_code": "000000",
    "fund_name": "示例基金",
    "period": "2024Q4",
    "data_coverage": "净值/持仓/披露/市场"
  },
  "key_findings": [
    "关键结论1",
    "关键结论2"
  ],
  "data_quality": {
    "has_text": true,
    "text_length": 1200
  },
  "limitations": [
    "仅基于输入信息形成初步判断"
  ]
}
```

---

## 注意事项与限制

- 仅对输入文本进行结构化与初步判断,不替代人工投研或合规结论
- 若缺少关键数据(持仓、基准、时间区间),结果需明确提示不完整
- 输出建议应结合实际业务口径与监管要求复核

---

## 适用场景

- 业务条线: 合规与信息披露
- 场景/能力: 敏感识别
- 典型用户: 研究员、产品经理、渠道与客服、合规审查或内容运营人员

---

## License

- 代码部分遵循 MIT License
- 数据来源与披露口径需遵循对应数据供应商与监管要求

Related Skills

sensitive-phrasing-check

105
from aifinlab/FinClaw

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

style-drift-detection-theme-fund

105
from aifinlab/FinClaw

面向基金投研分析领域的风格漂移任务Skill,围绕「风格漂移识别助手-主题基金版」场景提供信息抽取、结构化分析与结果输出。

style-drift-detection-fixed-income-plus

105
from aifinlab/FinClaw

面向基金投研分析领域的风格漂移任务Skill,围绕「风格漂移识别助手-固收+版」场景提供信息抽取、结构化分析与结果输出。

style-drift-detection-equity-biased

105
from aifinlab/FinClaw

面向基金投研分析领域的风格漂移任务Skill,围绕「风格漂移识别助手-偏股版」场景提供信息抽取、结构化分析与结果输出。

sales-opportunity-detection

105
from aifinlab/FinClaw

面向基金渠道与销售支持领域的机会识别任务Skill,围绕「销售机会识别助手」场景提供信息抽取、结构化分析与结果输出。

historical-performance-wording-check

105
from aifinlab/FinClaw

面向基金合规与信息披露领域的表述检查任务Skill,围绕「历史业绩表述检查助手」场景提供信息抽取、结构化分析与结果输出。

fund-style-drift-detection

105
from aifinlab/FinClaw

当用户需要识别基金产品、投资组合或基金经理是否发生风格漂移时使用本技能。 适用于公募基金、私募资管组合、基金中基金子基金、策略产品的风格分析场景。 当任务涉及投资风格画像、风格稳定性评估、实际持仓与产品定位偏离、历史滚动风格变化、 风险暴露变化、行业集中度变化、市值风格切换、成长/价值风格切换、因子暴露漂移、 风格漂移预警、风格归因说明、投研复盘、尽调答疑时优先触发。 输出应坚持审慎、可解释、可复核,明确区分已知事实、推断结论与待补充信息。

compliance-alternative-wording

105
from aifinlab/FinClaw

面向基金合规与信息披露领域的合规改写任务Skill,围绕「合规替代表述助手」场景提供信息抽取、结构化分析与结果输出。

client-sentiment-detection

105
from aifinlab/FinClaw

面向基金投顾与客户服务领域的情绪识别任务Skill,围绕「客户情绪识别助手」场景提供信息抽取、结构化分析与结果输出。

transaction-flow-anomaly-detection

105
from aifinlab/FinClaw

识别交易流水中的异常模式和异常账户,提供异常特征描述和关注建议,辅助合规和风控团队排查

global-sensitive-statement

105
from aifinlab/FinClaw

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

abnormal-trading-detection-assistant

105
from aifinlab/FinClaw

异常交易检测助手。专注于识别账户异常交易行为,包括频繁交易、大额交易、关联交易、内幕交易风险等,帮助合规风控人员及时发现潜在风险。 **触发场景**: - 用户需要检测账户异常交易行为 - 用户说"异常交易"、"交易检测"、"风控筛查" - 需要识别频繁交易、大额交易、关联交易 - 需要内幕交易风险筛查、合规检查 **关键词**:"异常交易"、"交易检测"、"风控"、"合规"、"频繁交易"、"大额交易"、"关联交易"、"内幕交易"