strategy-peer-comparison

面向基金产品管理领域的策略对比任务Skill,围绕「同策略基金对比助手」场景提供信息抽取、结构化分析与结果输出。

105 stars

Best use case

strategy-peer-comparison is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

面向基金产品管理领域的策略对比任务Skill,围绕「同策略基金对比助手」场景提供信息抽取、结构化分析与结果输出。

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

Manual Installation

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

How strategy-peer-comparison Compares

Feature / Agentstrategy-peer-comparisonStandard 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
- 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

insurance-sector-comparison

105
from aifinlab/FinClaw

保险行业对比分析工具。对比国内外保险市场、中外保险公司、不同险种发展。接入AkShare开源保险行业数据,支持实时数据获取和自动更新。适用于国际化研究、竞争分析。

valuation-comparison

105
from aifinlab/FinClaw

|

solution-comparison

105
from aifinlab/FinClaw

用于信托领域财富与家族信托中的方案比较助手场景,支持结构化处理与报告输出。

product-comparison

105
from aifinlab/FinClaw

用于信托领域客户与产品支持中的产品对比助手场景,支持结构化处理与报告输出。

peer-fund-comparison-assistant

105
from aifinlab/FinClaw

当用户需要在基金场景中完成同类基金对比助手相关任务时使用本技能,适用于同类分析及相关分析、生成、审阅请求。 用户提到「同类基金对比」「基金横向比较」「同类分析」或需要输出结构化中文结论、模板和配套脚本时,应优先触发。

style-peer-comparison

105
from aifinlab/FinClaw

面向基金产品管理领域的风格对比任务Skill,围绕「同风格基金对比助手」场景提供信息抽取、结构化分析与结果输出。

peer-fund-comparison

105
from aifinlab/FinClaw

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

channel-peer-comparison

105
from aifinlab/FinClaw

面向基金产品管理领域的渠道对比任务Skill,围绕「同渠道基金对比助手」场景提供信息抽取、结构化分析与结果输出。

peer-comparison-calculation

105
from aifinlab/FinClaw

用于排名/对比的同类对比计算原子 skill,适用于通用行业金融计算场景。

insurance-product-comparison

105
from aifinlab/FinClaw

当用户需要对比不同保险产品时使用此 skill。适用于产品责任对比、费率对比、公司服务对比、性价比分析等场景。

fundraising-document-comparison-assistant

105
from aifinlab/FinClaw

募资文件对比助手,适用于合规审查、内部复核、投资决策、版本管理等场景。 以下情况请主动触发此技能: - 用户提供了两份或多份文件/文本,需要找出差异(即使没有说"对比") - 用户说"新版改了哪些"、"帮我看看变化"、"和旧版有什么不同"、"哪里有调整" - 用户提到:募集说明书/基金合同/合伙协议/定增方案/资管计划/推介材料的修订、更新、调整 - 用户描述了某些条款变化,需要判断影响(即使只有一份文件) - 用户需要整理成合规报告、审批材料、内部复核意见 - 用户问"这个变化重要吗"、"需要重新报备吗"、"这样改合规吗" 不要等用户明确说"文件对比"——只要涉及募资/基金/资管/融资文件的版本变化、条款调整、差异识别,就应主动启动此技能。

a-share-vwap-strategy

105
from aifinlab/FinClaw

A股VWAP算法/成交量加权策略。当用户说"VWAP"、"成交量加权"、"VWAP策略"、"VWAP突破"、"VWAP算法"、"量价加权"时触发。基于 cn-stock-data 获取数据,计算VWAP、分析偏离度、构建VWAP交易策略。支持 formal/brief 两种输出风格。