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。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.
tools
用于 Next.js App Router 模式开发,包含 RSC、Server Actions 和路由最佳实践。来源:skills.sh 10.2K installs。
tools
Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.
tools
Guides and best practices for working with Neon Serverless Postgres. Covers setup, connection methods, branching, autoscaling, scale-to-zero, read replicas, connection pooling, Neon Auth, and the Neon CLI, MCP server, REST API, TypeScript SDK, and Python SDK. Use when users ask about "Neon setup", "connect to Neon", "Neon project", "DATABASE_URL", "serverless Postgres", "Neon CLI", "neonctl", "Neon MCP", "Neon Auth", "@neondatabase/serverless", "@neondatabase/neon-js", "scale to zero", "Neon autoscaling", "Neon read replica", or "Neon connection pooling".