Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add seaworld008/Commonly-used-high-value-skills --skill comps-valuation-analystgit clone --depth 1 https://github.com/seaworld008/Commonly-used-high-value-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/comps-valuation-analyst)<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/comps-valuation-analyst"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/comps-valuation-analyst/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/comps-valuation-analyst"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/comps-valuation-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.01931 |
| Opus 5 | $0.00023 | $0.00966 |
| Sonnet 5 | $0.00009 | $0.00386 |
| Haiku 4.5 | $0.00005 | $0.00193 |
Grade A, and why
comps-valuation-analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Comps Valuation Analyst (可比公司估值分析师)
快速构建可比公司估值表(Peer Table),并能像资深股票研究助理一样解释估值区间,而非仅仅罗列枯燥的比率。本技能专注于从市场共识中提取公允价值,并通过多维度倍数(Multiples)交叉验证,为投资决策提供坚实的估值锚点。
安装与前提条件
# 确保已安装必要的金融分析库
pip install pandas numpy openbb
# 准备输入数据
cat assets/sample_comps_input.json
触发条件 / When to Use
- 公开市场相对估值:需要为一家拟上市(IPO)或已上市公司的公允价值寻找市场参照。
- 同行对比表构建:为投委会(IC)、投资备忘录(Memo)或财报发布会(Earnings Prep)准备详细的 Peer Table。
- DCF 估值交叉验证:利用市场倍数法(Market Approach)对现金流折现法(Income Approach)的结果进行“压力测试”。
- 估值区间框架设定:根据乐观/中性/悲观三种情景,设定目标价(Target Price)的波动带。
- 并购(M&A)定价参考:分析行业内近期交易的估值水平。
核心能力 / Core Capabilities
1. 同行组筛选与分类 (Peer Selection)
- 操作步骤:
- 识别目标公司的业务构成(Business Segments)。
- 搜索相同子行业、类似市值(Market Cap)和相似增长率(Growth Rate)的公司。
- 剔除财务异常或正在进行重大重组的“干扰公司”。
- 最佳实践:至少包含 5-8 家核心对标公司,并将它们分为“直接竞争对手”和“相关行业参照”两组。
2. 财务数据标准化 (Data Normalization)
- 操作步骤:
- 统一报告货币(Currency)及会计准则(IFRS vs US GAAP)。
- 调整非经常性损益(Non-recurring Items),计算“Normalized EBITDA”和“Adjusted EPS”。
- 统一财务周期(LTM - Last Twelve Months vs NTM - Next Twelve Months)。
- 最佳实践:特别注意负债结构对 EV (Enterprise Value) 的影响,确保净债务(Net Debt)计算口径一致。
3. 倍数选择与计算 (Multiple Calculation)
- 操作步骤:
- 计算 EV/EBITDA(剔除资本结构差异)、P/E(衡量盈利能力)、EV/Sales(适用于高增长或亏损企业)。
- 运行
scripts/calculate_comps.py自动化生成统计值。 - 识别并处理离群值(Outliers),如倍数过高或为负的情况。
- 最佳实践:对于重资产行业,优先使用 EV/EBITDA;对于轻资产/软件行业,优先使用 P/S 或 P/FCF。
4. 估值溢价/折价分析 (Valuation Context)
- 操作步骤:
- 分析目标公司相对于 Peer Median 的溢价/折价原因(如:品牌护城河、技术壁垒、治理风险)。
- 撰写专业论述:为什么该标的值得 15x 还是 12x 的倍数?
- 最佳实践:结合 ROIC (资本回报率) 和 G (增长率) 的对比,证明溢价的合理性。
常用命令/模板 / Common Patterns
可比估值分析输入 JSON 模板 (Input Template)
{
"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 }
]
}
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago Changed c21312d30251
- 12d ago First seen · 123 lines · 45 tokens per session scan A 332a81e617ab
comps-valuation-analyst is a skill published in the GitHub repository seaworld008/Commonly-used-high-value-skills (70 stars, last pushed 4d ago), licensed MIT. It adds 45 tokens to every session and 1,931 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
german-elster-tax-filing
Use this skill to run a complete intake for a german personal income tax return in elster for tax years 2024 onward, estimate the tax result, and map the final values into the correct official forms and fields.
stock-analyzer
A comprehensive stock deep analysis tool that combines real-time quotes, fundamental metrics, technical indicators, and growth analysis into a single professional report. Supports A-share, US stocks, HK stocks. Generates detailed investment recommendations with risk assessment and actionable trading strategies.
stock-announcements
A tool guide for fetching official announcements from companies listed on China’s A-share stock markets.
stock-explorer
A Yahoo Finance (yfinance) powered financial analysis tool. Get real-time quotes, generate technical indicator reports (RSI/MACD/Bollinger/VWAP/ATR), summarize fundamentals, and run a one-shot report that outputs a text summary.
omh-finance-analysis
This is a Hermes-native finance-analysis workflow skill.
finance
Financial analysis expertise for financial modeling (DCF, LBO, M&A), valuation, financial statement analysis, capital allocation, treasury management, and corporate finance decisions. Use when building financial models, analyzing statements, or making investment decisions.