subscription-redemption-anomaly-monitoring

面向基金产品管理领域的申赎监测任务Skill,围绕「申赎异常监测助手」场景提供信息抽取、结构化分析与结果输出。

105 stars

Best use case

subscription-redemption-anomaly-monitoring is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

面向基金产品管理领域的申赎监测任务Skill,围绕「申赎异常监测助手」场景提供信息抽取、结构化分析与结果输出。

Teams using subscription-redemption-anomaly-monitoring 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/subscription-redemption-anomaly-monitoring/SKILL.md --create-dirs "https://raw.githubusercontent.com/aifinlab/FinClaw/main/skills/fund_task_zlj/subscription-redemption-anomaly-monitoring/SKILL.md"

Manual Installation

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

How subscription-redemption-anomaly-monitoring Compares

Feature / Agentsubscription-redemption-anomaly-monitoringStandard 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
- monitoring
- alert_level
- trigger_indicators
- actions
- product
- positioning
- target_audience
- differentiators

---

## 使用示例

### 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

market-anomaly-tracker

105
from aifinlab/FinClaw

市场异动追踪助手,适用于券商研究、投资管理、风控监控、交易决策等场景。 以下情况请主动触发此技能: - 用户问"今天市场有什么异常""某股票为什么突然拉升""帮我看看市场异动" - 用户提供了行情数据、异动股票列表,问"这些异动怎么看""有什么共同点" - 用户需要:市场异动监控、异动原因分析、异动股票归因、市场情绪判断 - 用户提到:涨停、跌停、闪崩、拉升、跳水、放量、缩量、异常波动 - 用户需要形成市场点评、异动快报、投资决策参考 不要等用户明确说"市场异动追踪"——只要涉及市场行情异常波动分析、异动原因解读、市场情绪判断,就应主动启动此技能。

scale-anomaly-alert

105
from aifinlab/FinClaw

面向基金产品管理领域的规模预警任务Skill,围绕「规模异动预警助手」场景提供信息抽取、结构化分析与结果输出。

redemption-alert-sustained-redemption

105
from aifinlab/FinClaw

面向基金投顾与客户服务领域的赎回预警任务Skill,围绕「赎回预警助手-持续赎回版」场景提供信息抽取、结构化分析与结果输出。

redemption-alert-large-amount

105
from aifinlab/FinClaw

面向基金投顾与客户服务领域的赎回预警任务Skill,围绕「赎回预警助手-大额版」场景提供信息抽取、结构化分析与结果输出。

lifecycle-monitoring

105
from aifinlab/FinClaw

面向基金产品管理领域的生命周期监测任务Skill,围绕「生命周期监测助手」场景提供信息抽取、结构化分析与结果输出。

filing-anomaly-locator

105
from aifinlab/FinClaw

用于信托领域合规与运营中的报送异常定位助手场景,支持结构化处理与报告输出。

enterprise-operational-anomaly-early-warning

105
from aifinlab/FinClaw

当用户需要对银行对公客户开展贷后经营异常预警、风险信号识别、预警分级、触发原因解释、跟踪建议、走访核查清单、风险提示或预警报告输出时,使用本技能。 适用于银行对公金融场景下的贷后预警、客户持续监测、异常经营识别、风险苗头发现与早期处置建议。 当用户提供企业经营、财务、账户、交易、司法、舆情、纳税、工商、担保、上下游、库存、回款、订单等信息,希望识别异常并形成预警结论时,应优先触发本技能。

bank-t208-risk-management-identity-anomaly-assistant

105
from aifinlab/FinClaw

当用户需要在银行风险管理场景下,对客户身份异常与资料变更进行监测、排查与处置建议输出时使用本技能。适合生成身份异常摘要、优先级判断、排查清单与升级路径。

bank-t206-risk-management-cross-border-anomaly-assistant

105
from aifinlab/FinClaw

当用户需要在银行风险管理场景下,对跨境交易异常进行监测、分级与排查建议输出时使用本技能。适合生成异常信号摘要、优先级判断、排查清单与升级路径。

bank-t203-risk-management-transaction-anomaly-assistant

105
from aifinlab/FinClaw

当用户需要在银行风险管理场景下,围绕交易异常进行持续监测、异常识别和风险分级时使用本技能。适合输出异常信号摘要、优先级排序、排查建议与升级路径。

bank-t187-wealth-management-redemption-retention-assistant

105
from aifinlab/FinClaw

Use when wealth-management teams need to respond to a redemption request by producing compliant retention talk tracks, options, and follow-up actions based on client goals, liquidity needs, and product facts. Trigger this skill for redemption-risk conversations, retention plans, and client-facing explanations that must avoid收益承诺 and明确风险边界。

transaction-flow-anomaly-detection

105
from aifinlab/FinClaw

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