with one click
research-notes
券商调研纪要结构化处理引擎,输入调研原始信息,返回标准化结构化纪要。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
券商调研纪要结构化处理引擎,输入调研原始信息,返回标准化结构化纪要。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Enterprise WeChat template_card builder and sender. Provides reusable card templates for due diligence reports, stock alerts, risk warnings, and more. Supports text_notice, news_notice, and button_interaction card types with fallback to markdown.
本技能为进出口企业提供全面的贸易融资方案推荐与对比分析,基于企业类型、贸易类型、融资金额、账期等关键参数,智能推荐最适合的融资产品。
Financial AI Skill - 客户经理营销话术实时生成器。输入客户画像和营销目标,AI自动生成电话/微信/拜访话术,支持异议处理预演、方言适配、多风格切换。覆盖零售/对公/理财/私行/信用卡全营销岗位。
网点分析技能是一个基于AI的银行网点竞争力评估与经营规划引擎。该技能综合分析网点的地理位置、竞争格局、客群特征等维度,输出SWOT分析、三年经营预测、重点发展业务方向及投入产出建议。
ALM(Asset-Liability Management,资产负债管理)引擎专注于银行资产负债表的全方位分析与优化。输入银行资产负债数据(资产规模、负债结构、期限分布),输出完整的缺口分析、风险指标(LCR/NSFR/久期缺口)及优化建议。
Financial AI Skill - 产品手册智能对话引擎。基于 BM25 + TF-IDF 双路检索 + RRF 融合的轻量级 RAG,零外部依赖、毫秒级响应、自动出处标注。支持理财/信用卡/贷款等多种产品手册同时入库,语音/文字提问秒回精准答案。Hit@1 实测 100%,平均检索耗时 < 3ms。
| name | research_notes |
| description | 券商调研纪要结构化处理引擎,输入调研原始信息,返回标准化结构化纪要。 |
| version | 1.0.0 |
| author | AlphaAgent |
| license | MIT |
| layer | L2 |
| capability_domain | ["C01","C02","C03"] |
| industry | financial |
| metadata | {"raw_title":"Research Notes Skill - 调研纪要生成引擎","auto_generated":true,"auto_generated_at":"2026-06-20"} |
券商调研纪要结构化处理引擎,输入调研原始信息,返回标准化结构化纪要。
{
"company": str, # 公司名称(脱敏后输出为"某公司")
"subject": str, # 调研对象(IR/管理层/分析师等)
"method": str, # 调研方式(现场调研/电话调研/策略会等)
"raw_notes": str, # 纪要原文
"date": str, # 调研日期(YYYY-MM-DD)
}
{
"attendees": List[str], # 出席人员
"core_discussions": List[str], # 核心交流内容
"key_data": List[dict], # 关键数据({指标, 数值, 说明})
"commitments": List[dict], # 承诺事项({事项, 承诺时间, 状态})
"risk_points": List[str], # 风险点
"investment_suggestion": str, # 投资建议
"follow_up_questions": List[str], # 待跟进问题
"sentiment_analysis": {
"confidence_index": float, # 管理层信心指数(1-10)
"sentiment_label": str, # 乐观/中性/谨慎
},
"credibility_score": float, # 信息可信度评分(1-10)
"metadata": {
"company_masked": str, # 脱敏后公司名
"调研日期": str,
"调研方式": str,
"生成时间": str,
}
}
# 生成纪要
python3 scripts/notes_cli.py generate "调研纪要 某上市公司 IR调研 纪要包含光伏扩产计划和毛利率下降"
# 以 JSON 格式输出
python3 scripts/notes_cli.py generate "..." --format json
# 输出到文件
python3 scripts/notes_cli.py generate "..." --output result.json
research_notes/
├── SKILL.md
├── notes_engine.py # 核心引擎
├── __init__.py
├── scripts/
│ └── notes_cli.py # CLI 入口
└── wecom_integration.py # 企微卡片