Token导航 LogoToken导航TokenDH.com
待分类执行命令github未标认证来源可访问许可证需确认审计通过

dcf-valuation贴现现金流估值

Agent Skill

dcf-valuation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

18,604

周安装

791

GitHub Stars

89

下载量

6,518
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:dcf-valuation(贴现现金流估值)
来源仓库:https://github.com/claude-office-skills/skills
仓库路径:skills/dcf-valuation
安装命令:
npx skills add https://github.com/claude-office-skills/skills --skill dcf-valuation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/claude-office-skills/skills --skill dcf-valuation

简介

dcf-valuation 用于构建贴现现金流模型以估算企业内在价值,适用于投资银行、对冲基金等专业估值场景。

  • 适合在需要从财务数据出发进行企业估值、计算加权平均资本成本或执行敏感性分析时使用。
  • 通过输入财务报表数据自动生成完整 DCF 模型,输出包含自由现金流预测、终值估算和关键假设说明的专业报告。
  • 安装前需确认数据来源可靠性,注意模型结果依赖主观假设,不能保证绝对准确,应结合其他分析方法交叉验证。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

DCF Valuation Skill

Overview

I help you build Discounted Cash Flow (DCF) models to estimate the intrinsic value of companies. DCF is the gold standard for fundamental valuation used by investment banks, hedge funds, and professional investors.

What I can do:

  • Build complete DCF models from financial data
  • Calculate WACC (Weighted Average Cost of Capital)
  • Project future free cash flows
  • Estimate terminal value (Gordon Growth or Exit Multiple)
  • Run sensitivity analysis on key assumptions
  • Generate professional valuation summaries

What I cannot do:

  • Guarantee accuracy of projections
  • Account for unpredictable future events
  • Provide investment recommendations
  • Replace professional financial due diligence

How to Use Me

Step 1: Provide Financial Data

I need:

  • Historical financials (3-5 years of revenue, EBITDA, capex, D&A)
  • Current shares outstanding
  • Current stock price (optional, for comparison)
  • Industry/sector context

Step 2: Set Assumptions

Key assumptions to specify (or I'll use industry defaults):

  • Revenue growth rates (Year 1-5)
  • EBITDA margin trajectory
  • Capex as % of revenue
  • Working capital changes
  • Terminal growth rate
  • Discount rate (WACC)

Step 3: Choose Model Type

  • Standard DCF: 5-year projection + terminal value
  • Two-Stage DCF: High growth + stable growth phases
  • Three-Stage DCF: Growth, transition, maturity phases

DCF Model Framework

Step 1: Project Free Cash Flow (FCF)

Unlevered Free Cash Flow (UFCF) =
    EBIT × (1 - Tax Rate)
  + Depreciation & Amortization
  - Capital Expenditures
  - Change in Net Working Capital

Step 2: Calculate WACC

WACC = (E/V × Re) + (D/V × Rd × (1 - Tc))

Where:
E = Market value of equity
D = Market value of debt
V = E + D (total value)
Re = Cost of equity (CAPM: Rf + β × Market Risk Premium)
Rd = Cost of debt
Tc = Corporate tax rate

CAPM Formula for Cost of Equity

Re = Rf + β × (Rm - Rf)

Where:
Rf = Risk-free rate (10-year Treasury)
β = Stock beta (systematic risk)
Rm - Rf = Equity risk premium (typically 5-6%)

Step 3: Calculate Terminal Value

Method A: Gordon Growth Model

Terminal Value = FCF(n+1) / (WACC - g)

Where:
FCF(n+1) = Final year FCF × (1 + g)
g = Terminal growth rate (typically 2-3%, ≤ GDP growth)

Method B: Exit Multiple

Terminal Value = EBITDA(n) × Exit Multiple

Common multiples by sector:
- Technology: 10-15x
- Healthcare: 8-12x
- Consumer: 6-10x
- Industrial: 5-8x

Step 4: Discount to Present Value

Enterprise Value = Σ [FCF(t) / (1 + WACC)^t] + [TV / (1 + WACC)^n]

Equity Value = Enterprise Value - Net Debt + Cash

Intrinsic Value per Share = Equity Value / Shares Outstanding

Output Format

# DCF Valuation Model: [Company Name]

**Valuation Date**: [Date]
**Analyst**: AI-Generated
**Model Type**: [Standard/Two-Stage/Three-Stage]

---

## Executive Summary

| Metric | Value |
|--------|-------|
| **Intrinsic Value per Share** | $XX.XX |
| **Current Market Price** | $XX.XX |
| **Upside/Downside** | +/-XX% |
| **Implied Recommendation** | [Undervalued/Fair/Overvalued] |

---

## Key Assumptions

### Revenue Projections
| Year | Revenue ($M) | Growth % |
|------|-------------|----------|
| Base (Current) | X,XXX | - |
| Year 1 | X,XXX | XX% |
| Year 2 | X,XXX | XX% |
| Year 3 | X,XXX | XX% |
| Year 4 | X,XXX | XX% |
| Year 5 | X,XXX | XX% |

### Margin Assumptions
| Metric | Year 1 | Year 5 | Rationale |
|--------|--------|--------|-----------|
| EBITDA Margin | XX% | XX% | [Reason] |
| Capex/Revenue | XX% | XX% | [Reason] |
| D&A/Revenue | XX% | XX% | [Reason] |

### WACC Calculation
| Component | Value | Source/Assumption |
|-----------|-------|-------------------|
| Risk-free Rate | X.X% | 10-Year Treasury |
| Beta | X.XX | Bloomberg/Calculated |
| Equity Risk Premium | X.X% | Historical average |
| Cost of Equity | XX.X% | CAPM |
| Cost of Debt | X.X% | Credit spread |
| Tax Rate | XX% | Effective rate |
| Debt/Total Capital | XX% | Current structure |
| **WACC** | **X.X%** | |

### Terminal Value
| Method | Value ($M) | As % of EV |
|--------|-----------|------------|
| Gordon Growth (g=X%) | X,XXX | XX% |
| Exit Multiple (Xx EBITDA) | X,XXX | XX% |
| **Selected** | **X,XXX** | **XX%** |

---

## Free Cash Flow Projections

| ($M) | Year 1 | Year 2 | Year 3 | Year 4 | Year 5 | Terminal |
|------|--------|--------|--------|--------|--------|----------|
| Revenue | | | | | | |
| EBITDA | | | | | | |
| (-) D&A | | | | | | |
| EBIT | | | | | | |
| (-) Taxes | | | | | | |
| NOPAT | | | | | | |
| (+) D&A | | | | | | |
| (-) Capex | | | | | | |
| (-) ΔNWC | | | | | | |
| **UFCF** | | | | | | |

---

## Valuation Summary

| Component | Value ($M) |
|-----------|-----------|
| PV of Projected FCFs | X,XXX |
| PV of Terminal Value | X,XXX |
| **Enterprise Value** | **X,XXX** |
| (-) Net Debt | (X,XXX) |
| (+) Cash | X,XXX |
| **Equity Value** | **X,XXX** |
| Shares Outstanding | XXX M |
| **Value per Share** | **$XX.XX** |

---

## Sensitivity Analysis

### WACC vs Terminal Growth Rate

| WACC ↓ / g → | 1.5% | 2.0% | 2.5% | 3.0% |
|--------------|------|------|------|------|
| 8.0% | $XX | $XX | $XX | $XX |
| 8.5% | $XX | $XX | $XX | $XX |
| 9.0% | $XX | $XX | **$XX** | $XX |
| 9.5% | $XX | $XX | $XX | $XX |
| 10.0% | $XX | $XX | $XX | $XX |

### Key Drivers Impact

| Assumption Change | Impact on Value |
|-------------------|-----------------|
| WACC +1% | -XX% |
| Terminal Growth +0.5% | +XX% |
| Revenue CAGR +2% | +XX% |
| EBITDA Margin +2% | +XX% |

---

## Risks to Valuation

1. **Model Risk**: DCF highly sensitive to WACC and terminal growth assumptions
2. **Execution Risk**: Projected growth may not materialize
3. **Market Risk**: Multiple compression in downturn
4. **[Company-Specific Risk]**: [Detail]

---

## Disclaimer

This valuation model is for educational and informational purposes only. It does not constitute investment advice. The intrinsic value estimate is based on assumptions that may not reflect reality.

Example

User Request

Build a DCF model for a SaaS company with:
- Current revenue: $500M
- Revenue growth: 25% declining to 15% over 5 years
- EBITDA margin: 20% improving to 30%
- Current stock price: $45
- Shares outstanding: 100M

My Response

[Complete DCF model with all calculations...]


Tips for Better Results

  1. Provide historical data for more accurate projections
  2. Be explicit about growth assumptions rather than using defaults
  3. Specify the industry for appropriate comparables
  4. Request sensitivity analysis to understand valuation range
  5. Cross-check with multiples (P/E, EV/EBITDA) for sanity check

Limitations

  • Garbage in, garbage out - results depend on assumption quality
  • Terminal value often represents 60-80% of total value
  • Does not account for optionality or real options value
  • Assumes constant WACC throughout projection period
  • Not suitable for early-stage unprofitable companies

*Built by the Claude Office Skills community. Contributions welcome!*

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.15%
按下载量换算2,487

Claude

27.66%
按下载量换算1,803

Cursor

20.36%
按下载量换算1,327

Gemini CLI

9.16%
按下载量换算597

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/claude-office-skills/skills --skill dcf-valuation 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills