pre-screen

pre-screen is a command for coding agents from ololand-ai/ololand-plugins. It costs 51 tokens per session (5,240 once invoked), scanned A, original, Apache-2.0.

A first-stage screen for a potential acquisition target that handles public and private companies differently. A public company has market filings such as a 10-K; a private company does not generally publish the same filings.

In plain words
What is it for?
Use it before submitting a letter of intent to review a public target with one bounded Monte Carlo run or a private target through public signals such as filings, contracts, and news.
Why use it?
It limits public-company analysis to defined filing and financial sources, while giving private companies a signal-based brief without producing a valuation.

Command

Part of the ololand-dd plugin — 47 commands, 3 agents shipped together

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.

agentmods
npx agentmods add commands/ololand-ai/ololand-plugins/pre-screen
Clone the repo
git clone --depth 1 https://github.com/ololand-ai/ololand-plugins

Or install ololand-dd, the plugin that ships this one along with the rest of its 47 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 pre-screen

README.md
[![agentmods](https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/pre-screen.svg)](https://agentmods.dev/commands/ololand-ai/ololand-plugins/pre-screen)
Your own site
<a href="https://agentmods.dev/commands/ololand-ai/ololand-plugins/pre-screen"><img src="https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/pre-screen.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,240 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00051 $0.05240
Opus 5 $0.00026 $0.02620
Sonnet 5 $0.00010 $0.01048
Haiku 4.5 $0.00005 $0.00524

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

Security

Grade A, and why

pre-screen 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.

plugins/ololand-dd/commands/pre-screen.md · 335 lines

How it starts

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

Pre-Announcement Screen — public or private target

Run an end-to-end stage-1 screen of a target company. This command auto-detects whether the target is public or private and routes accordingly:

  • Public target (resolver returns classification == "public"): constrain evidence to the latest canonical annual filing (10-K, 20-F, or 40-F) plus substantive exhibits and FMP financial snapshot. Web search is off so the artifact reflects only what was knowable from pre-cutoff filings.
  • Private target (resolver returns classification == "private"): use the PrivateCompanySnapshot (PCS) seeded from the four primary-source signal adapters (SEC N-PORT marks, counter-party 10-K mentions, USAspending federal contract awards, and the S-1 watcher if the target has filed). Deep-research web search is on — there is no 10-K to anchor against, so press / news / Sacra-style commentary IS the public-trace evidence layer for a private target. Honor the as-of cutoff if supplied. This branch is signal-only and must not produce an OloLand valuation.

The audit log at the end is what separates this from "an LLM wrote a memo." Always surface it.

Usage

/pre-screen <ticker or company name> [as-of YYYY-MM-DD]

Arguments

  • <ticker or company name> (required) — Free text. Examples: GBTG, Amex GBT, Snowflake, SpaceX, Anthropic.
  • as-of <YYYY-MM-DD> (optional) — Cutoff date. The screen ignores any filing, news, or evidence dated after this. Defaults to today. Use for retrospective screens against a target whose deal or IPO has already been announced.

Bounded public-branch valuation authority

The user's explicit invocation of, or unambiguous request to run, /pre-screen authorizes exactly one public-branch run_monte_carlo_simulation(deal_id, n_simulations=10000, seed=42) call for a target resolved as public. This authority is limited to the resolved deal and this command execution. Automatic routing, a background recommendation to pre-screen, or reuse of an earlier invocation does not authorize a call. Do not retry a failed call; report the gap unless the user explicitly starts a new run.

Read the full file on GitHub · 335 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. 3d ago First seen · 335 lines · 51 tokens per session scan A e09cfbc8e876

Subscribe to this mod's changes

pre-screen is a command published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 7d ago), licensed Apache-2.0. It adds 51 tokens to every session and 5,240 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.