Agent skill · Data & Analytics

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".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-dcf --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-dcf/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to use
  2. Workflow
  3. Step 1 — Fetch raw financial data
  4. Step 2 — Calculate historical FCF
  5. Step 3 — Project FCF
  6. Step 4 — Estimate WACC
  7. Step 5 — Terminal value
  8. Step 6 — Intrinsic value
  9. Step 7 — Margin of safety
  10. CLI
  11. Output
  12. Error handling
  13. Related skills
  14. File layout
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going