longbridge-dcf
Discounted cash flow (DCF) valuation model built from Longbridge financial data — historical FCF (operating cash flow minus capex), projected FCF with growth assumptions, WACC (Beta / risk-free rate / equity risk premium), terminal value, intrinsic value vs current price, and margin of safety. Triggers: "DCF", "现金流折现", "内在价值", "自由现金流", "WACC", "折现率", "安全边际", "终值", "现金流贴现", "現金流折現", "內在價值", "自由現金流", "折現率", "安全邊際", "DCF model", "discounted cash flow", "intrinsic value", "free cash flow", "WACC", "discount rate", "margin of safety", "terminal value", "Gordon growth".
npx skills add majiayu000/claude-skill-registry --skill longbridge-dcf --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# longbridge-dcf Build a step-by-step DCF model for any listed company using Longbridge financial data, arriving at an intrinsic value per share and margin of safety versus the current price. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use - *"帮我做 AAPL 的 DCF 估值"*, *"run a DCF on AAPL"*, *"幫我做 AAPL 的 DCF 估值"* - *"NVDA 内在价值是多少"*, *"what is NVDA's intrinsic value"* - *"用现金流折现算一下茅台"*, *"discounted cash flow for Maotai"* - *"WACC 怎么计算"*, *"how do I calculate WACC for this stock"* - *"给我算安全边际"*, *"margin of safety vs intrinsic value"* For valuation multiples (PE/PB/EV-EBITDA), use `longbridge-valuation`. For methodology overview, use `longbridge-valuation-methodology`. ## Workflow ### Step 1 — Fetch raw financial data ```bash # Cash flow statement (FCF inputs) longbridge financial-report <SYMBOL> --kind CF --format json # Income statement (revenue growth, margins) longbridge financial-report <SYMBOL> --kind IS --format json # Beta and market cap for WACC longbridge calc-index <SYMBOL> --format json ``` Run `longbridge financial-report --help` and `longbridge calc-index --help` to verify available flags. ### Ste
- When to use
- Workflow
- Step 1 — Fetch raw financial data
- Step 2 — Calculate historical FCF
- Step 3 — Project FCF
- Step 4 — Estimate WACC
- Step 5 — Terminal value
- Step 6 — Intrinsic value
- Step 7 — Margin of safety
- CLI
- Output
- Error handling
- Related skills
- File layout
Cash flow statement (FCF inputs) longbridge financial-report <SYMBOL> --kind CF --format json Income statement (revenue growth, margins) longbridge financial-report <SYMBOL> --kind IS --format json Beta and market cap for WACC longbridge calc-index <SYMBOL> --format json longbridge financial-report --help longbridge calc-index --help
What does the longbridge-dcf skill do?
Discounted cash flow (DCF) valuation model built from Longbridge financial data — historical FCF (operating cash flow minus capex), projected FCF with growth assumptions, WACC (Beta / risk-free rate / equity risk premium), terminal value, intrinsic value vs current price, and margin of safety. Triggers: "DCF", "现金流折现", "内在价值", "自由现金流", "WACC", "折现率", "安全边际", "终值", "现金流贴现", "現金流折現", "內在價值", "自由現金流", "折現率", "安全邊際", "DCF model", "discounted cash flow", "intrinsic value", "free cash flow", "WACC", "discount rate", "margin of safety", "terminal value", "Gordon growth".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-dcf --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
