new-deal

new-deal is a command for Claude Code from ololand-ai/ololand-plugins. It costs 71 tokens per session (1,375 once invoked), scanned B, original, Apache-2.0.

A command for starting an OloLand investment deal from a public-company ticker or a private-company name. For public companies, it gathers annual filings and five years of financial data; for private companies, it starts with web research.

In plain words
What is it for?
Use it to create a deal for a public or private company, load filings and financials for public companies, and add a public IPO filing when an eligible private company has one.
Why use it?
Collecting the basic documents and financial history for a deal can take time and lead to incomplete records. This command seeds the deal workspace with the available starting material.

Command for Claude Code

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

Part of the ololand-dd plugin — 22 skills, 52 commands, 3 agents shipped together

Good fit Use it to create a deal for a public or private company, load filings and financials for public companies, and add a public IPO filing when an eligible private company has one.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ololand-ai/ololand-plugins/new-deal
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.

Clone the repo
git clone --depth 1 https://github.com/ololand-ai/ololand-plugins

Made for: Claude Code.

Or install ololand-dd, the plugin that ships this one along with the rest of its 22 skills, 52 commands, 3 agents.

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 new-deal

README.md
[![agentmods](https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/new-deal/github.svg)](https://agentmods.dev/commands/ololand-ai/ololand-plugins/new-deal)
Your own site
<a href="https://agentmods.dev/commands/ololand-ai/ololand-plugins/new-deal"><img src="https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/new-deal/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for new-deal

Your own site · 80×15
<a href="https://agentmods.dev/commands/ololand-ai/ololand-plugins/new-deal"><img src="https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/new-deal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,375 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00071 $0.01375
Opus 5 $0.00036 $0.00687
Sonnet 5 $0.00014 $0.00275
Haiku 4.5 $0.00007 $0.00137

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

Security

Grade B, and why

new-deal scanned grade B with 1 finding 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.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

- For a private target that has filed an S-1: the S-1 is auto-ingested during creation. Confirm via `list_deal_documents(deal_id)` — an S-1 in the data room shows up as a normal document; a detected-but-not-yet-ingested
plugins/ololand-dd/commands/new-deal.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

New Deal

Create an OloLand deal in seconds. Type a public ticker (e.g. SNOW) and the system auto-pulls the latest canonical annual filing (10-K, 20-F, or 40-F, with substantive exhibits) from the relevant filing source plus 5 years of standardized financials from FMP. Type a private company name and it seeds the workspace from web research — and if that private target has filed a public S-1 / IPO-registration statement, the s1_watcher pipeline auto-fetches the S-1 into the data room so the analysis can cite it by S-1 page. A confidential DRS draft cannot be ingested — its body is sealed at the SEC until conversion to a public S-1, so the read stays press-based until then.

Usage

/new-deal <company name or ticker>

Arguments

  • <company name or ticker> (required) — Free text. Examples: Snowflake, SNOW, MSFT, Stripe, stripe.com.

Execution

The instruction below is for the model executing this command.

Developer can create deals. Developer is a bounded single-deal trial — create_deal runs on Developer (one active deal, metered against the monthly credit budget). Never pre-refuse deal creation; if the one-deal limit is reached, surface the tool's upgrade CTA.

  1. Resolve the company first. Call the resolve_company MCP tool with the user's query. If the user typed a clean ticker (SNOW, MSFT, BRK.B), pass hint="public". Otherwise leave hint unset.

  2. Show the candidates. If resolve_company returns multiple candidates above 0.7 confidence, list them concisely (top 3-5) with name, ticker (if any), exchange, and Public/Private classification. Ask which one the user means. If a single high-confidence match comes back, you can skip the confirmation.

  3. Create the deal. Call create_deal with:

    • query — the user's original text (preserved for the audit trail).
    • ticker_override — set to the picked candidate's ticker (uppercased) if the user disambiguated. This bypasses the resolver so we don't risk a different result the second time.
    • cik_override — set to the picked candidate's CIK if available.
    • hint"public" or "private" if the user was explicit.
    • analysis_policy"screen" (default) or "full". Prefer this canonical analysis-depth control. The legacy deal_mode ("screening" / "formal_dd") is a compatibility alias; ask only if the user signals interest in formal DD.

Read the full file on GitHub · 63 lines

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 · 63 lines · 71 tokens per session scan B 3296b7fdf921

Subscribe to this mod's changes

new-deal is a command published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 4d ago), licensed Apache-2.0. It adds 71 tokens to every session and 1,375 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.