File contents /financial-health
Analyze financial statements, build valuation models, assess budget variances, and construct forecasts.
Usage
/financial-health ratios <financial_data.json> [--format json|text]
/financial-health dcf <valuation_data.json> [--format json|text]
/financial-health budget <budget_data.json> [--format json|text]
/financial-health forecast <forecast_data.json> [--format json|text]
Examples
/financial-health ratios quarterly_financials.json --format json
/financial-health dcf acme_valuation.json
/financial-health budget q1_budget.json --format json
/financial-health forecast revenue_history.json
Scripts
finance/financial-analyst/scripts/ratio_calculator.py — Profitability, liquidity, leverage, efficiency, valuation ratios
finance/financial-analyst/scripts/dcf_valuation.py — DCF enterprise and equity valuation with sensitivity analysis
finance/financial-analyst/scripts/budget_variance_analyzer.py — Actual vs budget vs prior year variance analysis
finance/financial-analyst/scripts/forecast_builder.py — Driver-based revenue forecasting with scenario modeling
Skill Reference
→ finance/financial-analyst/SKILL.md
Related Commands
/saas-health — SaaS-specific metrics (ARR, MRR, churn, CAC, LTV, Quick Ratio)
1 --- 2 name: financial-health 3 description: Financial Health 4 --- 5 6 # /financial-health 7 8 Analyze financial statements, build valuation models, assess budget variances, and construct forecasts. 9 10 ## Usage 11 12 ``` 13 /financial-health ratios <financial_data.json> [--format json|text] 14 /financial-health dcf <valuation_data.json> [--format json|text] 15 /financial-health budget <budget_data.json> [--format json|text] 16 /financial-health forecast <forecast_data.json> [--format json|text] 17 ``` 18 19 ## Examples 20 21 ``` 22 /financial-health ratios quarterly_financials.json --format json 23 /financial-health dcf acme_valuation.json 24 /financial-health budget q1_budget.json --format json 25 /financial-health forecast revenue_history.json 26 ``` 27 28 ## Scripts 29 - `finance/financial-analyst/scripts/ratio_calculator.py` — Profitability, liquidity, leverage, efficiency, valuation ratios 30 - `finance/financial-analyst/scripts/dcf_valuation.py` — DCF enterprise and equity valuation with sensitivity analysis 31 - `finance/financial-analyst/scripts/budget_variance_analyzer.py` — Actual vs budget vs prior year variance analysis 32 - `finance/financial-analyst/scripts/forecast_builder.py` — Driver-based revenue forecasting with scenario modeling 33 34 ## Skill Reference 35 → `finance/financial-analyst/SKILL.md` 36 37 ## Related Commands 38 - `/saas-health` — SaaS-specific metrics (ARR, MRR, churn, CAC, LTV, Quick Ratio)
DojoGenesis/plugins/tree/main/plugins/community-skills/skills/financial-health commit 10a4e1fc74
Frequently asked questions How do I install the Financial Health skill? Run npx skillmds@latest add dojogenesis/financial-health in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Financial Health skill do? Financial Health It is listed under Coding & Dev Tools on SkillMD.
Is Financial Health safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Financial Health? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Financial Health free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Financial Health? DojoGenesis (@dojogenesis) published this skill. Their other Agent Skills are listed on their SkillMD profile.