finance-skills
Router/index for the 2 finance skills bundled in this plugin: financial-analyst (ratio analysis, DCF valuation, budget variance, rolling forecasts) and saas-metrics-coach (ARR/MRR, churn, CAC/LTV, NRR, quick ratio). Use when a finance request doesn't obviously match one skill and you need to pick the right one (e.g., 'analyze these financials', 'how healthy are my SaaS metrics').
How do I install this agent skill?
npx skills add https://github.com/alirezarezvani/claude-skills --skill finance-skillsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a comprehensive financial analysis toolkit composed of calculation scripts and strategic guidance. It operates entirely locally using Python standard libraries with no external dependencies or network operations, making it safe for processing financial data.
- Socketwarn
1 alert: gptAnomaly
- Snykpass
Risk: LOW · No issues
- Runlayerpass
4/25 files flagged
- ZeroLeakswarn
Scan incomplete
What does this agent skill do?
Finance Skills — Router
This plugin bundles 2 finance skills (this router is the 3rd folder under finance/skills/). Each skill is self-contained.
Routing table
| Request signals | Skill | Path |
|---|---|---|
| Ratio analysis, DCF valuation, budget variance, driver-based forecasts | financial-analyst | skills/financial-analyst/ |
| ARR/MRR, churn, CAC/LTV, NRR, quick ratio, SaaS benchmarks | saas-metrics-coach | skills/saas-metrics-coach/ |
If both match (e.g., "value my SaaS company"), ask whether the user wants statement-level analysis (financial-analyst) or SaaS operating metrics (saas-metrics-coach).
Quick start
# Example: route a statement-analysis request
cat finance/skills/financial-analyst/SKILL.md
python3 finance/skills/financial-analyst/scripts/ratio_calculator.py --help
# Or a SaaS metrics request
python3 finance/skills/saas-metrics-coach/scripts/metrics_calculator.py --help
Related (packaged separately, not in this bundle)
finance/business-investment-advisor/— investment thesis evaluation, ROI modeling (prompt-only skill, separate nested plugin)- Root commands
/financial-healthand/saas-healthwrap these skills' scripts.
Rules
- Route to exactly one skill, then follow that skill's workflow. This router ships no tools of its own.
- Always validate financial outputs against the user's source data; outputs are analysis support, not investment advice.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/alirezarezvani/claude-skills/finance-skills">View finance-skills on skillZs</a>