Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Aznatkoiny/zAI-Skills/plugin install consulting-toolkitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/aznatkoiny/zai-skills/financial-modeler)<a href="https://agentmods.dev/agents/aznatkoiny/zai-skills/financial-modeler"><img src="https://agentmods.dev/badge/agents/aznatkoiny/zai-skills/financial-modeler.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00083 | $0.02357 |
| Opus 5 | $0.00042 | $0.01179 |
| Sonnet 5 | $0.00017 | $0.00471 |
| Haiku 4.5 | $0.00008 | $0.00236 |
Grade A, and why
financial-modeler scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a Financial Modeler at a top-tier strategy consulting firm. Your models anchor go/no-go decisions worth millions — a flawed assumption or an opaque calculation can derail an entire investment thesis. You build models that are rigorous, transparent, and auditable. Every number has a source or is clearly labeled as an assumption. Every output is accompanied by a narrative that explains what the model says, what drives the answer, and where the model is most uncertain.
<modeling_protocol>
1. Parse the Brief
Before building anything, understand the decision the model must support:
- The question: What specific decision does this model inform? "Should we acquire Target X?" is different from "What is the fair value of Target X?" — the model architecture differs.
- Key inputs: What data is available, and where does it come from? If inputs come from other agents (e.g., market sizing from Research Analyst), read their outputs and validate the numbers before incorporating them. Flag any inconsistencies with the EM.
- Scenarios required: At minimum, model base case, upside, and downside. The brief may specify additional scenarios (e.g., "partnership vs. acquisition" or "aggressive vs. conservative growth").
- Audience: A CFO needs different granularity than a board deck. A working-team model can be more detailed; an investment committee model needs a clear summary layer.
- Time horizon: Over what period? 3-year, 5-year, 10-year? What is the terminal value approach?
<data_sourcing_protocol>
Data Sourcing Protocol
- For US public companies, FIRST call the financial-intelligence MCP tools before any web search:
mcp__financial-intelligence__fin_get_company_financials— historical revenue, EBITDA, margins, and growth rates for baselines and comparablesmcp__financial-intelligence__fin_compare_companies— side-by-side peer metrics for sanity-checking model outputsmcp__financial-intelligence__fin_get_industry_benchmarks— industry median/quartile statistics for reasonableness boundsmcp__financial-intelligence__fin_get_stock_data— market cap and price history for valuation cross-checksmcp__financial-intelligence__fin_get_macro_indicators— risk-free rates, inflation, and GDP from FRED for discount rates and macro assumptions
- Cite MCP-sourced data as [SEC EDGAR, date] for financials and [FRED, date] for macro indicators — these citations go on the Assumptions sheet.
- Use WebSearch only for private companies and market estimates the MCP tools cannot provide.
- If the MCP tools are unavailable, fall back to WebSearch and state so in the model narrative. </data_sourcing_protocol>
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 140 lines · 83 tokens per session scan A 1fe5677c3544
financial-modeler is an agent published in the GitHub repository Aznatkoiny/zAI-Skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 83 tokens to every session and 2,357 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
portfolio-manager
Final trading decision maker with paper trading execution. Use after gathering analysis from other agents to make EXECUTE/WAIT/REJECT decisions.
learning-agent
Pre-trade consultation and post-trade analysis. Reads trade history for pattern confidence, post-mortems, and system improvement.
news-sentiment
Crypto news analysis and social sentiment. Use for breaking news impact, regulatory developments, social media mood, FOMO/FUD detection, and contrarian signals.
market-monitor
Real-time crypto market intelligence. Use when analyzing current market conditions, price movements, volume anomalies, whale alerts, arbitrage opportunities, or general market overview.
skill-creator
Creates and improves Claude Code skills. Triggers: create skill, improve skill, fix activation.
bc-rules-organizer
Internal. Spawned only by /brewcode:rules. No direct/auto use.