source

A deal-sourcing workflow for finding private companies, saving selected targets, collecting supported contact details, and drafting outreach messages for review.

In plain words
What is it for?
Use it to search for companies by sector, location, ownership, size, and exclusions, then save matches, enrich contacts, and prepare outreach copy.
Why use it?
It keeps potential acquisition targets in a company list before later research or outreach, reducing the risk of losing track of them or contacting the wrong companies.

Command

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/source
Clone the repo
git clone --depth 1 https://github.com/ololand-ai/ololand-plugins
Per session 19 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 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.00019 $0.01375
Opus 5 $0.00010 $0.00687
Sonnet 5 $0.00004 $0.00275
Haiku 4.5 $0.00002 $0.00137

Measured yesterday against content hash 4ac9b315964c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

source 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 yesterday.

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/source.md · 116 lines

How it starts

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

Deal Sourcing

End-to-end sourcing pipeline that compounds: every selected company persists in the tenant-owned sourcing ledger before contact enrichment or outreach begins.

Usage

/source <criteria>

If no criteria provided, ask the user for sector, geography, size band (revenue or EBITDA), and any negative filters.

Execution

First classify the request. If it asks to create, list, update, deactivate, or review matches for a standing thesis, route directly to the thesis operations below. Do not load deal-sourcing or run the one-off discovery, watchlist, candidate-persistence, contact-import, or outreach pipeline for a thesis request. Otherwise, load the deal-sourcing skill and run this pipeline:

  1. Discover targets — call mcp__ololand__search_company_discovery with:
    • query: the user's sector/product/market thesis
    • mode: "discover"
    • company_scope: "private" unless the user explicitly includes public targets
    • filters: geography, industry/sector, ownership, size, and negative filters
    • limit: 25 Use mcp__ololand__natural_language_company_search only when the criteria cannot be represented as structured filters.
  2. Create the mandate — call mcp__ololand__create_watchlist with the user's original criteria and a descriptive name. Reuse an existing watchlist only when its criteria are materially identical.
  3. Persist candidates immediately — pass the selected discovery result objects unchanged to mcp__ololand__save_sourcing_candidates, with watchlist_id set to the ID returned or reused in step 2 and candidates set to the selected result objects. This captures the source snapshot, evidence references, match rationale, and candidate stage before any third-party enrichment. Repeated calls are idempotent.
  4. Capture supported contacts — when a discovery result includes an executive with a real email, phone number, or LinkedIn URL, select at most one founder/CEO/CFO and pass that returned evidence to mcp__ololand__openclaw_import_contacts with source_system: "company_discovery". OloLand performs tenant-scoped identity dedupe and central do-not-contact checks. If discovery did not return usable contact evidence, leave the candidate shortlisted and report the gap.
  5. Link the relationship — call mcp__ololand__update_sourcing_candidate with the step-2 watchlist_id, saved candidate match_id, resulting outreach_contact_id, and sourcing_stage: "enriched".
  6. Find a hook — prefer the candidate's returned search_snippets, signal_summary, and ma_signal_summary. If those are insufficient, perform a current public-web search for a funding round, hiring spike, leadership change, product launch, or expansion. Do not call deal-scoped research tools before a Deal exists.
  7. Prepare outreach copy — write a 60-90 word proposed email in the command response using the specific hook. This is reviewable copy, not a Gmail or OloLand outreach draft, and it is never sent. Keep the candidate at enriched (or shortlisted when no contact was captured).

Read the full file on GitHub · 116 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. yesterday First seen · 116 lines · 19 tokens per session scan A 4ac9b315964c

Subscribe to this mod's changes

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