openclaw-skills/comps-valuation-analyst/SKILL.md
Use when valuing a public company with peer multiples, building comparable-company tables, or pressure-testing a valuation range with EV/EBITDA, P/E, and EV/Sales.
npx skillsauth add seaworld008/commonly-used-high-value-skills comps-valuation-analystInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
快速构建可比公司估值表(Peer Table),并能像资深股票研究助理一样解释估值区间,而非仅仅罗列枯燥的比率。本技能专注于从市场共识中提取公允价值,并通过多维度倍数(Multiples)交叉验证,为投资决策提供坚实的估值锚点。
# 确保已安装必要的金融分析库
pip install pandas numpy openbb
# 准备输入数据
cat assets/sample_comps_input.json
scripts/calculate_comps.py 自动化生成统计值。{
"target_company": {
"ticker": "TECH",
"market_cap": 5000,
"net_debt": 200,
"ebitda_ltm": 400,
"net_income_ltm": 150
},
"peers": [
{ "ticker": "PEER_A", "ev_ebitda": 12.5, "pe": 25.0, "growth": 0.15 },
{ "ticker": "PEER_B", "ev_ebitda": 10.2, "pe": 18.5, "growth": 0.08 },
{ "ticker": "PEER_C", "ev_ebitda": 14.0, "pe": 30.0, "growth": 0.20 }
]
}
### 📊 [目标公司] 估值摘要报告
**1. 市场参考值**: 行业中位 EV/EBITDA 为 **12.2x**,中位 P/E 为 **24.5x**。
**2. 目标价推演**:
- 基于 EV/EBITDA (中位): **$145.00**
- 基于 P/E (中位): **$138.50**
**3. 最终建议区间**: **$135 - $150** (给予 5% 的质量溢价)。
**4. 核心逻辑**: 目标公司 ROIC 显著高于同行(18% vs 12%),且自由现金流转化率更佳。
**5. 潜在风险**: 行业整体估值处于 5 年历史高位,存在下行风险。
tavily-search 抓取最新的卖方报告,分析市场情绪对特定倍数的影响力。MEMORY.md。development
Enumerating failure modes via pre-mortem analysis. Systematically identifies failure scenarios for plans, designs, and features, scoring them with RPN/AP. Does not write code.
testing
Orchestrating specialist AI agent teams as a meta-coordinator. Decomposes requests into minimum viable chains, spawns each as an independent session in AUTORUN modes, and drives to final output. Use when a task spans multiple specialist domains, requires parallel agent execution, or needs hub-and-spoke routing across the skill ecosystem.
development
Converting document formats (Markdown/Word/Excel/PDF/HTML). Converts specs from Scribe and reports from Harvest into distributable formats; generates reusable conversion scripts. Use when converting documents, building accessibility-compliant PDFs, or creating Pandoc/LibreOffice pipelines.
testing
Curating cross-agent knowledge and guarding institutional memory. Extracts patterns from agent journals into METAPATTERNS.md, detects knowledge decay, propagates best practices, prevents organizational forgetting. Use when consolidating cross-agent insights, curating memory, or auditing knowledge decay.