Finance Skills — Router
SkillCommerce & financeThis adds two finance skills to your AI, with a built-in guide that picks the right one for each request. Your AI can analyze company financials such as ratios, forecasts, valuations, and budget variance, or SaaS metrics like churn and ARR. It is useful when a finance question does not clearly fit one skill and needs to be routed to the correct one.
Available today. Use it from your connected AI after setup.
No other account needed.
Add it, then ask a finance question such as a valuation or a churn analysis. Your AI will match the request to the appropriate skill and get to work.
Then ask your AI: use the Finance Skills — Router skill
What your AI can do with it
- Run ratio analysis on company financials
- Build DCF valuations
- Compare budgets to actuals and explain variances
- Create rolling forecasts
- Work with SaaS metrics including ARR, MRR, churn, CAC, LTV, NRR, and the quick ratio
- Route a mixed finance request to the right skill automatically
What this skill tells your AI
The instructions your AI receives, as published by rylaispirit/rylai-codex-hermes-skills in skills/finance-skills/SKILL.md and read by ahel’s review.
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.
Signals
- GitHub stars
- 55
- Forks
- 41
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
finance-skills- Source
- github.com/rylaispirit/rylai-codex-hermes-skills