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

dcf-valuation贴现现金流估值

Agent Skill

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

总安装

1,885

周安装

77

GitHub Stars

21,577

下载量

604
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/virattt/dexter --skill dcf-valuation

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态。dcf-valuation 属于待分类类 Skill,可作为该场景下的辅助能力补充。
  • 注意是否会触发命令执行或文件读写。

SKILL.md

DCF Valuation Skill

Workflow Checklist

Copy and track progress:

DCF Analysis Progress:
- [ ] Step 1: Gather financial data
- [ ] Step 2: Calculate FCF growth rate
- [ ] Step 3: Estimate discount rate (WACC)
- [ ] Step 4: Project future cash flows (Years 1-5 + Terminal)
- [ ] Step 5: Calculate present value and fair value per share
- [ ] Step 6: Run sensitivity analysis
- [ ] Step 7: Validate results
- [ ] Step 8: Present results with caveats

Step 1: Gather Financial Data

Call the get_financials tool with these queries:

1.1 Cash Flow History

Query: "[TICKER] annual cash flow statements for the last 5 years"

Extract: free_cash_flow, net_cash_flow_from_operations, capital_expenditure

Fallback: If free_cash_flow missing, calculate: net_cash_flow_from_operations - capital_expenditure

1.2 Financial Metrics

Query: "[TICKER] financial metrics snapshot"

Extract: market_cap, enterprise_value, free_cash_flow_growth, revenue_growth, return_on_invested_capital, debt_to_equity, free_cash_flow_per_share

1.3 Balance Sheet

Query: "[TICKER] latest balance sheet"

Extract: total_debt, cash_and_equivalents, current_investments, outstanding_shares

Fallback: If current_investments missing, use 0

1.4 Analyst Estimates

Query: "[TICKER] analyst estimates"

Extract: earnings_per_share (forward estimates by fiscal year)

Use: Calculate implied EPS growth rate for cross-validation

1.5 Current Price

Call the get_market_data tool:

Query: "[TICKER] price snapshot"

Extract: price

1.6 Company Facts

Call the get_financials tool:

Query: "[TICKER] company facts"

Extract: sector, industry, market_cap

Use: Determine appropriate WACC range from sector-wacc.md

Step 2: Calculate FCF Growth Rate

Calculate 5-year FCF CAGR from cash flow history.

Cross-validate with: free_cash_flow_growth (YoY), revenue_growth, analyst EPS growth

Growth rate selection:

  • Stable FCF history → Use CAGR with 10-20% haircut
  • Volatile FCF → Weight analyst estimates more heavily
  • Cap at 15% (sustained higher growth is rare)

Step 3: Estimate Discount Rate (WACC)

Use the sector from company facts to select the appropriate base WACC range from sector-wacc.md.

Default assumptions:

  • Risk-free rate: 4%
  • Equity risk premium: 5-6%
  • Cost of debt: 5-6% pre-tax (~4% after-tax at 30% tax rate)

Calculate WACC using debt_to_equity for capital structure weights.

Reasonableness check: WACC should be 2-4% below return_on_invested_capital for value-creating companies.

Sector adjustments: Apply adjustment factors from sector-wacc.md based on company-specific characteristics.

Step 4: Project Future Cash Flows

Years 1-5: Apply growth rate with 5% annual decay (multiply growth rate by 0.95, 0.90, 0.85, 0.80 for years 2-5). This reflects competitive dynamics.

Terminal value: Use Gordon Growth Model with 2.5% terminal growth (GDP proxy).

Step 5: Calculate Present Value

Discount all FCFs → sum for Enterprise Value → subtract Net Debt → divide by outstanding_shares for fair value per share.

Step 6: Sensitivity Analysis

Create 3×3 matrix: WACC (base ±1%) vs terminal growth (2.0%, 2.5%, 3.0%).

Step 7: Validate Results

Before presenting, verify these sanity checks:

  1. EV comparison: Calculated EV should be within 30% of reported enterprise_value

- If off by >30%, revisit WACC or growth assumptions

  1. Terminal value ratio: Terminal value should be 50-80% of total EV for mature companies

- If >90%, growth rate may be too high - If <40%, near-term projections may be aggressive

  1. Per-share cross-check: Compare to free_cash_flow_per_share × 15-25 as rough sanity check

If validation fails, reconsider assumptions before presenting results.

Step 8: Output Format

Present a structured summary including:

  1. Valuation Summary: Current price vs. fair value, upside/downside percentage
  2. Key Inputs Table: All assumptions with their sources
  3. Projected FCF Table: 5-year projections with present values
  4. Sensitivity Matrix: 3×3 grid varying WACC (±1%) and terminal growth (2.0%, 2.5%, 3.0%)
  5. Caveats: Standard DCF limitations plus company-specific risks

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.91%
按下载量换算217

Claude

30.04%
按下载量换算181

Cursor

19.12%
按下载量换算115

Gemini CLI

8.97%
按下载量换算54

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

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

安装前确认

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

来源信息

继续浏览同类 Skills