Best use case
global-product-knowledge-retrieval is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
用于产品知识检索场景。适用于金融工作中的基础任务单元。
Teams using global-product-knowledge-retrieval 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/global-product-knowledge-retrieval/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How global-product-knowledge-retrieval Compares
| Feature / Agent | global-product-knowledge-retrieval | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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-product-knowledge-retrieval ## 数据来源 - 上市公司年报、半年报、招股说明书、募集说明书、公告等公开文件。 - 巨潮资讯、上交所、深交所等官方披露平台。 - 中国证监会及交易所规则文本中与产品合规、适配、信息披露相关的制度材料。 - 用户指定的公网链接或本地公开文件。 ## 功能 - 针对“产品名称 / 技术路线 / 应用场景 / 客户群 / 收入结构 / 研发方向”等问题做检索。 - 从公司报告中抽取最相关片段,帮助形成产品知识卡片。 - 对公司报告和制度材料统一做文本切分与排序。 - 适合作为产品调研、投研辅助、售前知识检索的基础能力。 ## 使用示例 ```bash python script/main.py --source "https://static.cninfo.com.cn/finalpage/2025-04-19/1219876543.PDF" --query "储能逆变器 应用场景 客户" ``` ```bash python script/main.py --source "./samples/annual_report.pdf" --query "核心产品 毛利率 研发投入" ``` ## 交易说明 - 输入为单个公司报告、公告或公开制度文本。 - 输出为按相关度排序的片段集合,便于上层应用继续问答或摘要。 - 对于“产品知识”检索,最适合年报、招股书、业绩说明材料等文本。 - 本 skill 只做公开资料检索,不验证商业真实性,不构成投资建议。 ## License MIT License. See `LICENSE`.
Related Skills
trust-product-analyzer
## 描述
bank-wealth-products
银行理财产品分析工具。获取银行理财产品发行数据、收益率、风险等级、投资期限等信息。支持收益率对比、产品筛选。使用中国理财网、AkShare理财数据。适用于理财投资决策、产品筛选、收益对比。
yfinance-global
全球股票行情数据工具。优先使用国内数据源(腾讯财经),支持A股、港股、美股和全球指数。自动回退到Yahoo Finance获取海外数据。
wealth-product-suitability-assistant
当用户需要基于客户画像、风险承受能力、投资目标、期限偏好、流动性需求、 家庭资产配置情况和适当性要求,为客户推荐更合适的理财产品、产品组合或备选方案时, 使用本技能。适用于银行财富管理场景中的产品匹配、客户经理陪访准备、方案比较、 适当性校验、信息缺口提示和推荐报告输出。
product-training-materials
用于信托领域客户与产品支持中的产品培训材料助手场景,支持结构化处理与报告输出。
product-selling-points
用于信托领域客户与产品支持中的产品卖点提炼助手场景,支持结构化处理与报告输出。
product-fit-assistant
用于信托领域客户与产品支持中的产品适配助手场景,支持结构化处理与报告输出。
product-comparison
用于信托领域客户与产品支持中的产品对比助手场景,支持结构化处理与报告输出。
global-macro
全球宏观数据仪表盘,整合中/美/欧/日等主要经济体的 GDP、CPI、利率、PMI 等核心指标,提供全球经济全景视图。当用户需要全球宏观经济概览时使用。
product-tag-maintenance
面向基金产品管理领域的标签维护任务Skill,围绕「产品标签维护助手」场景提供信息抽取、结构化分析与结果输出。
product-tag-correction
面向基金产品管理领域的标签纠偏任务Skill,围绕「产品标签纠偏助手」场景提供信息抽取、结构化分析与结果输出。
product-selling-point-extraction
面向基金产品管理领域的卖点提炼任务Skill,围绕「产品卖点提炼助手」场景提供信息抽取、结构化分析与结果输出。