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

biz-dcf商业贴现现金流

Agent Skill

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

总安装

392

周安装

16

GitHub Stars

125

下载量

125
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/asgard-ai-platform/skills --skill biz-dcf

简介

biz-dcf 基于未来自由现金流预测与企业加权平均资本成本进行企业估值。

  • 适用于并购评估、投资决策或判断当前股价是否低估的场景。
  • 使用时需提供详细的财务预测与折现率参数,工具输出内在价值区间。
  • 安装需通过 npx 添加 GitHub 仓库,建议确认模型对早期无收入企业的适用性限制。
  • 注意:分类为待分类,明确指出不适用于仅用倍数法快速估值的场合。

SKILL.md

Discounted Cash Flow (DCF) Valuation

Overview

DCF estimates a company's intrinsic value by projecting future free cash flows and discounting them to present value using WACC. It answers "what is this business worth based on its future cash generation ability?"

When to Use

Trigger conditions:

  • User needs to value a company or business unit
  • User evaluating M&A targets or investment opportunities
  • User asks "what's the fair price?" or "build a valuation model"

When NOT to use:

  • For early-stage startups with no revenue → use comparables or venture method
  • For quick relative valuation → use multiples (P/E, EV/EBITDA)
  • For portfolio-level decisions → use BCG Matrix

Framework

IRON LAW: Garbage In, Garbage Out

DCF output is ONLY as good as its assumptions. Every assumption (growth rate,
margin, WACC, terminal growth) must be explicitly stated with justification.
A DCF without an assumptions table is worthless.
IRON LAW: Terminal Value Dominates — Handle with Care

Terminal value typically represents 60-80% of total DCF value. If your
terminal growth rate exceeds long-term GDP growth (~2-3%), you're implying
the company will eventually become larger than the economy. Cap terminal
growth at the risk-free rate or GDP growth.

Step 1: Project Free Cash Flows (5-10 years)

FCF = EBIT × (1 - Tax Rate) + Depreciation - CapEx - ΔWorking Capital

Build projections from:

  • Revenue growth assumptions (top-down or bottom-up)
  • Operating margin trajectory
  • Capital expenditure requirements
  • Working capital changes

Step 2: Calculate WACC

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

Where:

  • Re = Cost of equity (use CAPM: Rf + β × Market Risk Premium)
  • Rd = Cost of debt (interest rate on borrowings)
  • E/V = Equity weight, D/V = Debt weight

Step 3: Calculate Terminal Value

Gordon Growth Model (preferred):

TV = FCF_final × (1 + g) / (WACC - g)

Where g = terminal growth rate (cap at 2-3%)

Exit Multiple Method (alternative):

TV = EBITDA_final × EV/EBITDA multiple

Step 4: Discount to Present Value

Enterprise Value = Σ FCFt / (1 + WACC)^t + TV / (1 + WACC)^n
Equity Value = Enterprise Value - Net Debt
Per Share Value = Equity Value / Shares Outstanding

Step 5: Sensitivity Analysis

Test key assumptions: WACC (±1%), terminal growth (±0.5%), revenue growth (±2%). Present as a sensitivity table.

Output Format

# DCF Valuation: {Company}

## Key Assumptions
| Assumption | Value | Justification |
|-----------|-------|---------------|
| Revenue growth (Y1-5) | X% | {basis} |
| Operating margin (terminal) | X% | {basis} |
| WACC | X% | {calculation} |
| Terminal growth | X% | {basis} |

## Projected Free Cash Flows
| Year | Revenue | EBIT | FCF |
|------|---------|------|-----|
| Y1 | ... | ... | ... |

## Valuation Summary
- PV of FCFs: $X
- PV of Terminal Value: $X (X% of total)
- Enterprise Value: $X
- Less: Net Debt: $X
- Equity Value: $X
- Per Share: $X

## Sensitivity Table
| WACC \ Terminal g | 1.5% | 2.0% | 2.5% |
|-------------------|------|------|------|
| 8% | $X | $X | $X |
| 9% | $X | $X | $X |
| 10% | $X | $X | $X |

Examples

Correct Application

Scenario: DCF for a Taiwanese SaaS company (ARR NT$500M, growing 25%)

  • Projected 5 years of FCF with declining growth (25% → 15%)
  • WACC 10.5% (justified: Rf 1.5%, β 1.2, ERP 6%, debt cost 4%)
  • Terminal growth 2.5% (Taiwan GDP growth proxy)
  • TV = 72% of enterprise value — within normal range ✓
  • Sensitivity table shows $X range across ±1% WACC

Incorrect Application

  • Terminal growth rate of 8% → Implies the company outgrows the economy forever. Violates Iron Law.
  • No assumptions table — just "Enterprise Value = NT$2.5B" → No way to validate. Violates Iron Law.

Gotchas

  • Terminal value sensitivity: Small changes in terminal growth or WACC swing valuation 20-30%. Always present a range, not a point estimate.
  • Circular reference in WACC: WACC needs equity value (market cap), but DCF calculates equity value. Iterate or use target capital structure.
  • FCF vs Net Income: DCF uses Free Cash Flow, not earnings. Companies with high capex or working capital needs can have positive earnings but negative FCF.
  • Country risk premium: For Taiwan/emerging market companies, add a country risk premium to WACC (typically 1-3%).
  • Negative FCF in early years: Growth companies may have negative FCF initially. This is fine — the value comes from later years and terminal value.

Scripts

ScriptDescriptionUsage
scripts/dcf.pyCompute DCF enterprise value with terminal valuepython scripts/dcf.py --help

Run python scripts/dcf.py --verify to execute built-in sanity tests.

References

  • For WACC calculation details, see references/wacc-calculation.md
  • For comparable company multiples approach, see references/comparables.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.92%
按下载量换算46

Claude

31.31%
按下载量换算39

Cursor

17.72%
按下载量换算22

Gemini CLI

10.26%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

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

安装前确认

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

来源信息

继续浏览同类 Skills