cim-generation

cim-generation is a skill for Claude Code from ololand-ai/ololand-plugins. It costs 57 tokens per session (479 once invoked), scanned A, original, Apache-2.0.

A workflow for creating a Confidential Information Memorandum, or CIM, a document used to present a company to potential buyers in an acquisition. It generates the document from deal data and related research.

In plain words
What is it for?
Use it to generate or read all or selected sections of a 14-section CIM for an existing deal.
Why use it?
It avoids drafting the whole deal document from scratch and keeps its exhibits tied to available financial, risk, opportunity, and market sources.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cim-generator plugin — 2 skills, 1 command, 1 MCP server shipped together

Good fit Use it to generate or read all or selected sections of a 14-section CIM for an existing deal.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ololand-ai/ololand-plugins/cim-generation
Install

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.

Any agent
npx skills add ololand-ai/ololand-plugins --skill cim-generation
Clone the repo
git clone --depth 1 https://github.com/ololand-ai/ololand-plugins

Made for: Claude Code.

Or install cim-generator, the plugin that ships this one along with the rest of its 2 skills, 1 command, 1 MCP server.

Wrote 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.

agentmods badge for cim-generation

README.md
[![agentmods](https://agentmods.dev/badge/skills/ololand-ai/ololand-plugins/cim-generation.svg)](https://agentmods.dev/skills/ololand-ai/ololand-plugins/cim-generation)
Your own site
<a href="https://agentmods.dev/skills/ololand-ai/ololand-plugins/cim-generation"><img src="https://agentmods.dev/badge/skills/ololand-ai/ololand-plugins/cim-generation.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 479 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00479
Opus 5 $0.00028 $0.00239
Sonnet 5 $0.00011 $0.00096
Haiku 4.5 $0.00006 $0.00048

Measured 8d ago against content hash 8dafc79192e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

cim-generation 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.

plugins/cim-generator/skills/cim-generation/SKILL.md · 25 lines

What it actually says

CIM Generation Skill

When the user asks for a CIM or sell-side marketing document for a deal, use the deterministic OloLand generator rather than drafting the document yourself from context. The platform assembles sections from reconciled financial snapshots, risk/opportunity insights, and market research so every exhibit is traceable — writing one from scratch in-context would lose that provenance.

Trigger phrases

  • "generate a CIM" / "create a CIM" / "draft a CIM" / "prepare a CIM"
  • "confidential information memorandum"
  • "seller memorandum" / "sell-side memo"
  • "information package" / "offering memorandum"
  • "marketing document for the target"
  • "CIM for this deal"

Execution

  1. Identify the deal_id from the conversation context (current deal, recent mentions, or ask the user).
  2. Follow /cim-generate (this plugin's command): call generate_cim(deal_id), poll check_task_status(task_id) every ~5 seconds up to ~24 attempts (~2 minutes), then report cim_id, section count, and the deal workspace link where the user can view, edit, and export the finished document. If the task is still pending when the polling budget runs out, stop polling — tell the user generation continues server-side, give them the task_id to re-check later, and note the finished CIM will appear in the deal workspace regardless.
  3. If the user only wants specific sections, first map each user-phrased name to its exact snake_case identifier from the command's 14-section list (e.g. "Executive Summary" → executive_summary, "risk section" → risk_factors), then pass those identifiers as the sections argument rather than generating all 14. Confirm with the user when a phrase is ambiguous.
  4. Do not write CIM content directly in the conversation — the tool call is the source of truth, and the finished document lives on the deal, not in chat history.
Changes

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.

  1. 8d ago First seen · 25 lines · 57 tokens per session scan A 8dafc79192e0

Subscribe to this mod's changes

cim-generation is a skill published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 3d ago), licensed Apache-2.0. It adds 57 tokens to every session and 479 once invoked, about $0.0003 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.