agentsclimarketplace

Dcf valuation

Skill m-binimran/finance-pack/skills/dcf-valuation

Build a discounted cash flow valuation - project free cash flow, discount at WACC, add terminal value, and run sensitivity. Use when estimating intrinsic value. Output is an estimate, not a fact.From its SKILL.md

Install
npx -y skills add m-binimran/finance-pack --skill dcf-valuation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 329 tokens by cl100k_base, as published. Nobody here has run it

dcf-valuation

Intrinsic value from projected cash flows - only as good as its assumptions, so expose them.

Process

  1. Historicals (sourced): revenue, margins, capex, working capital, tax rate from the filings.
  2. Project unlevered FCF over an explicit horizon (5-10y): revenue growth -> EBIT -> NOPAT -> + D&A
    • capex - change in NWC. State each assumption.
  3. WACC: cost of equity (CAPM: risk-free + beta x ERP) and after-tax cost of debt, weighted. Show inputs.
  4. Terminal value: Gordon growth (perpetuity g) or exit multiple - sanity-check both; TV often dominates.
  5. Discount FCFs + TV to PV; bridge enterprise value -> equity value -> per share (net debt, shares).
  6. Sensitivity: a WACC x growth (and TV) table - give a value RANGE, not a single number.

Output

  • The model assumptions, the FCF build, WACC, terminal value, the implied value RANGE per share, and the sensitivity table. Labeled an estimate with assumptions stated.

Guardrails

  • Forward figures are projections - label them, state assumptions (projection-guard/projections-assumptions).
  • Re-derive the math (DCFs are multi-step - AI errs); historicals sourced; report a range, not false precision.
  • Not a recommendation without a disclaimer (no-investment-advice).

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most finance skills give in 329 tokens

Counted across 469 of the 469 authors here whose files we hold, read 2026-08-07

  • Extract date vendor amount and descriptionin 15 of 469, across 3 files
  • Scan folder for invoice filesin 14 of 469, across 2 files
  • Rename files to standard formatin 14 of 469, across 2 files
  • Show organization plan before movingin 14 of 469, across 2 files
  • Generate summary CSVin 14 of 469, across 2 files
  • Organize files by categoryin 13 of 469, across 1 file
  • Preserve original filesin 13 of 469, across 1 file
  • Flag files missing critical infoin 13 of 469, across 1 file
  • Produce the requested output filein 9 of 469, across 4 files
  • Build best, base, and worst case scenariosin 9 of 469, across 5 files
  • Implement backoff if rate limit errors occurin 8 of 469, across 3 files
  • Determine the weighted average cost of capitalin 8 of 469, across 4 files

Said here and by no other author read

  • provide an implied value range
  • Pull historical financials from filings
  • Project unlevered free cash flow over an explicit horizon
  • State each projection assumption
  • Calculate WACC and show inputs
  • Sanity-check terminal value using two methods

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.