Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/ololand-ai/ololand-plugins/financinggit clone --depth 1 https://github.com/ololand-ai/ololand-pluginsWrote 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/commands/ololand-ai/ololand-plugins/financing)<a href="https://agentmods.dev/commands/ololand-ai/ololand-plugins/financing"><img src="https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/financing.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 | $0.00033 | $0.01131 |
| Opus 5 | $0.00016 | $0.00566 |
| Sonnet 5 | $0.00007 | $0.00226 |
| Haiku 4.5 | $0.00003 | $0.00113 |
Grade A, and why
financing 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 2d 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 — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Financing
Use this command when the user asks "how do I finance this acquisition?", "what leverage can this deal support?", "which lenders fit this deal?", "does this deal qualify for any government/SBA-style capital programme?", or wants a lender pre-read package prepared.
Usage
/financing <deal_id> # status of the deal's financing workflow
/financing <deal_id> analyze [scenario] [lbo_run_id] # deterministic financing analysis (base|upside|downside)
/financing <deal_id> sourcing [amount] [provider_types] # provider sourcing from the latest (or a named) analysis
/financing <deal_id> lender-package [provider_match_ids] # internal lender pre-read package
/financing <deal_id> programs [jurisdiction] [rails] # list active rule-governed capital programmes
/financing <deal_id> capital-plan [jurisdiction] [rails] [amount] [financing_run_id] # build a capital plan (signals only)
/financing <deal_id> eligibility <program_key> [program_version] # one programme's eligibility signals
Execution
- status (default) — call
mcp__ololand__get_financing_workflow_status(deal_id). Reports the latest financing analysis, sourcing run, and where the deal sits in the financing workflow. - analyze — call
mcp__ololand__run_financing_analysis(deal_id, scenario). This is a deterministic engine run (debt capacity, structure candidates, coverage ratios), optionally seeded from an existing LBO run vialbo_run_id. Default scenario isbase. - sourcing — call
mcp__ololand__prepare_financing_sourcing(deal_id), optionally withrequested_financing_amount,target_provider_types, or a specificfinancing_run_id. Returns matched provider types and draft outreach copy for human review. - lender-package — call
mcp__ololand__prepare_financing_lender_package(deal_id), optionally scoped toprovider_match_idsfrom a sourcing run. Returns an internal pre-read with an application checklist. - programs — call
mcp__ololand__list_capital_programs(deal_id, jurisdiction, rails). Read-only; returns programme identity, authority, source reference, and version — never an eligibility determination.jurisdictiondefaults toUS. Only an OMITTEDrailsargument defaults to debt-only — if the user wants every rail, pass an explicit empty list, notNone. - capital-plan — call
mcp__ololand__prepare_capital_plan(deal_id, jurisdiction, rails, financing_run_id, amount). Persists aCapitalPlanRun(lineage only) reporting programme eligibility signals and gaps only — never state that the deal qualifies for or is approved for a programme. Spends no Apollo credits, submits nothing, and does not perform discretionary provider matching (that'ssourcing, step 3). - eligibility — call
mcp__ololand__evaluate_capital_eligibility(deal_id, program_key, program_version)for one programme's per-predicate eligibility signals, with rule and evidence citations. Read-only, does not persist a plan run, and is never a verdict. - Pair conclusions with evidence: cite the financing analysis figures the tools return; do not restate them from memory.
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.
- 2d ago First seen · 49 lines · 33 tokens per session scan A e2859b61628c
financing is a command published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 6d ago), licensed Apache-2.0. It adds 33 tokens to every session and 1,131 once invoked, about $0.0002 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 commands, from other repositories
earnings
财报解读 — 超预期检测 + 同比分析 + 投资逻辑影响.
audit-checklist
Perform an internal audit, review controls, or prepare for an external financial audit.
venture-debt
Evaluate or structure debt for high-growth, venture-backed startups.
payment-compare
Compare Medicare payment for a procedure across settings of care.
report
月次クロージングレポートの自動生成.
finops-status
Orientation — say where an opportunity or assignment sits in the five-step FinOps lifecycle and what unlocks next. Useful when a record has no active stage: an opportunity while its assignments do the work, an assignment whose plan has not been approved yet, or a rejected or archived assignment. Read-only; mutates…