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/ic-packagegit 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/ic-package)<a href="https://agentmods.dev/commands/ololand-ai/ololand-plugins/ic-package"><img src="https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/ic-package.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.00021 | $0.00493 |
| Opus 5 | $0.00010 | $0.00246 |
| Sonnet 5 | $0.00004 | $0.00099 |
| Haiku 4.5 | $0.00002 | $0.00049 |
Grade A, and why
ic-package 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 3d 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.
What it actually says
IC Package
Use this command when the user asks to generate the canonical 8-section IC package, inspect package state, or approve a package after readiness checks.
Usage
/ic-package <deal_id> status
/ic-package <deal_id> generate
/ic-package <deal_id> approve
Execution
- Always call
mcp__ololand__get_ic_package(deal_id)first. - Before approval, run
/ic-approve-readinessor directly call:mcp__ololand__get_assumption_control_summarymcp__ololand__get_assumption_evidence_pack
generate— assemble the best available structureddeal_datafrom deal, financial snapshot, valuation, risks, verification status, and assumptions. Then callmcp__ololand__generate_ic_package.- Poll the returned
task_idusingmcp__ololand__check_task_status. approve— only after the user explicitly says to approve, direct them to the in-app human-session IC package approval surface. Do not callapprove_ic_packagethrough MCP; the MCP rail is fail-closed for human approvals.- If the in-app approval surface reports
readiness_blocked,verifier_blocked, orbad_request, surface the blocker verbatim and recommend the smallest remediation step.
Output
Render:
- Package state: id, version, status, selected sections, approved time.
- Generation: task id, status, and polling result.
- Approval: approved or blocked, with blocker tier and exact backend message.
- Evidence snapshot: unsupported/weak/partial assumption counts when available.
- URL: use returned
view_url.
Guardrails
- Approval is a controlled workflow, not a drafting shortcut. Approval is app/human-session only; never invoke
approve_ic_packagethrough MCP, even with explicit user instruction. - Do not set
override_verifier_block=trueunless the user explicitly gives an override reason. Preserve the reason. - If assumptions are unresolved or evidence is missing, do not summarize as "ready".
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.
- 3d ago First seen · 44 lines · 21 tokens per session scan A 199ebb56c704
ic-package is a command published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 6d ago), licensed Apache-2.0. It adds 21 tokens to every session and 493 once invoked, about $0.0001 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…