From agent-finance
Pulls the income statement, balance sheet, and cash flow statement. Computes leverage and liquidity ratios — net debt/EBITDA, interest coverage, current ratio, FCF, working-capital evolution. Use after company-profile, before historical-baseline and valuation-multiples.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-finance:financial-statementsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull the three statements for the last 5 fiscal years plus the last 4
Pull the three statements for the last 5 fiscal years plus the last 4 quarters. Compute the standard solvency, liquidity, and cash-generation ratios. Output a clean, normalized dataset for downstream skills.
ticker (required).reporting_currency from company-profile — used to validate consistency.financial-datasets MCP:
income-statements endpoint, annual & quarterly.balance-sheets endpoint, annual & quarterly.cash-flow-statements endpoint, annual & quarterly.company-profile. If MCP returns a different
currency, flag it and stop.Net debt / EBITDA (annual).Interest coverage = EBIT / Interest expense (annual).Current ratio = Current assets / Current liabilities.Quick ratio = (Current assets - Inventory) / Current liabilities.FCF = CFO - CapEx (annual & TTM).Working capital = Current assets - Current liabilities; track delta.Gross / operating / net margin per period.restructuring, impairment,
goodwill write-down, litigation settlement — itemize.company-profile (reporting currency).financial-datasets (income / balance / cash-flow endpoints).JSON at ${CLAUDE_PLUGIN_DATA}/companies/<TICKER>/financial-statements.json:
{
"currency": "USD",
"as_of": "2026-05-28",
"annual": {
"FY24": {"revenue": ..., "ebit": ..., "net_income": ..., "total_assets": ..., "fcf": ..., "source": "..."}
},
"quarterly": {"Q1-FY26": {...}},
"ratios": {
"net_debt_to_ebitda": [{"period": "FY24", "value": 1.2, "source": "..."}],
"interest_coverage": [...],
"fcf_margin_pct": [...]
},
"one_offs": [{"period": "FY24", "type": "impairment", "amount": ..., "source": "..."}]
}
Every line of every statement carries the MCP endpoint and as-of date in
source:. One-offs additionally cite the filing footnote that disclosed them.
npx claudepluginhub macroman5/agent-finance --plugin agent-financeProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.