dcf

Installation
SKILL.md

Build a discounted cash flow (DCF) valuation for the company specified by the user: $ARGUMENTS

Before starting, read ../data-access.md for data access methods and ../design-system.md for formatting conventions. Follow the data access detection logic and design system throughout this skill.

Follow these steps:

1. Company Lookup

Look up the company by ticker using discover_companies. Capture:

  • company_id
  • latest_calendar_quarter — anchor for all period calculations below (see ../data-access.md Section 1.5)
  • latest_fiscal_quarter
  • Firm name for report attribution (default: "Daloopa") — see ../data-access.md Section 4.5

2. Market Data

Get market-side inputs for {TICKER} (see ../data-access.md Section 2 for how to source market data in your environment):

  • Current price, market cap, shares outstanding, beta
  • 10Y Treasury yield (risk-free rate for WACC)

If market data is unavailable, use reasonable defaults: beta=1.0, risk-free rate=4.5%, and note the assumptions.

Installs
2
GitHub Stars
8
First Seen
May 11, 2026
dcf — daloopa/daloopa-plugin-claude