用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Travisun/Opptrix --skill earnings-quick-read命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | earnings-quick-read |
| description | 财报速读工作流。用户说「财报」「季报」「年报」「业绩快报」「读一下财报」「营收利润同比」时使用。提取关键财务并解读变化与风险;默认用 create_web 交付可预览 HTML 财报速读页。 |
| license | Apache-2.0 |
| metadata | {"author":"opptrix","version":"2.0","title":"财报速读","summary":"报告期关键财务与变化一目了然","category":"equity","slash-rank":"50","default-deliverable":"web","required-packs":"fundamentals artifacts"} |
| allowed-tools | get_instrument_profile get_instrument_financials get_instrument_income_statement get_instrument_balance_sheet get_instrument_cash_flow get_instrument_financial_indicators create_web update_web read_web list_web_vendor create_canvas create_mindmap |
用户要对某标的的财报/业绩做快速解读(不是全市场简报,也不是完整尽调)。默认交付可预览网页。
| 维度 | 取数方向 | 缺失时 |
|---|---|---|
| 标的与报告期 | 用户确认 / ask_user | 不清则先确认再取数 |
| 财务摘要 | get_instrument_financials | 「暂无该期财报数据」 |
| 利润表 | get_instrument_income_statement | 仅用摘要可用字段 |
| 资产负债表 | get_instrument_balance_sheet | 省略资产负债章 |
| 现金流 | get_instrument_cash_flow | 省略现金流章 |
| 指标 | get_instrument_financial_indicators | 用摘要同比即可 |
| 业务背景 | get_instrument_profile | 不做强行归因 |
| 交付 | list_web_vendor → create_web | 用户只要口头要点时可跳过 |
list_web_vendor → create_web;已有则 read_web / update_web。