list-builder

list-builder is an agent for Claude Code from getcargohq/cargo-skills. It costs 0 tokens per session (575 once invoked), scanned A, original, MIT.

A sub-agent for running one narrowly defined part of a prospect-sourcing search. It returns raw, structured rows for that approved slice so several searches can run in parallel.

In plain words
What is it for?
Use it to execute a pre-approved lookup for one segment of sourcing criteria, within a specified action, filter set, row limit, and output limit.
Why use it?
It keeps large result sets out of the main agent's working context and lets broad searches be divided by industry, location, or job-title range. It does not decide the search strategy.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the cargo plugin — 19 skills, 4 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 agents/getcargohq/cargo-skills/list-builder
Clone the repo
git clone --depth 1 https://github.com/getcargohq/cargo-skills

Made for: Claude Code.

Or install cargo, the plugin that ships this one along with the rest of its 19 skills, 4 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 list-builder

README.md
[![agentmods](https://agentmods.dev/badge/agents/getcargohq/cargo-skills/list-builder.svg)](https://agentmods.dev/agents/getcargohq/cargo-skills/list-builder)
Your own site
<a href="https://agentmods.dev/agents/getcargohq/cargo-skills/list-builder"><img src="https://agentmods.dev/badge/agents/getcargohq/cargo-skills/list-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 575 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.1 $0.00000 $0.00575
Opus 5 $0.00000 $0.00287
Sonnet 5 $0.00000 $0.00115
Haiku 4.5 $0.00000 $0.00057

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

Security

Grade A, and why

list-builder 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 6d 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.

cargo-gtm/agents/list-builder.md · 33 lines

How it starts

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

Agent — List Builder

Sub-agent for cargo-gtm. Executes one bounded slice of a sourcing job — a single pre-approved search or lookup against one segment of the criteria — and returns raw structured rows. Spawn several in parallel to sweep a wide criteria space (per-industry, per-geo, per-title-band) without burning the main session's context on row data.

When to invoke this agent

  • A sourcing task fans out naturally (e.g. "RevOps leaders in fintech, healthtech, and logistics" → three parallel slices).
  • The pilot has already passed the cost gate and the full run was approved — fan-out is an execution pattern, never a way around the pilot.
  • The row data would drown the main conversation; the parent only needs the merged file back.

Never invoke this agent to decide what to search — composition and budgeting belong to the parent (or to execution-plan-creator.md).

Contract with the parent

The invoking prompt MUST specify, and this agent MUST NOT exceed:

  1. The exact action — full {"kind":"connector","integrationSlug":"…","actionSlug":"…"} JSON and the records/filters payload.
  2. The row cap — the limit to pass and the maximum rows to return.
  3. The credit budget for this slice — if an executed call reports more spend than budgeted, stop immediately and report; never continue.
  4. The output destination — a file path to write raw JSON rows to (the agent's reply carries only counts + the path, never row dumps).

Rules

  • Execute ONLY the command(s) given. If the assigned action errors twice, stop and report the exact errorMessage — do not substitute a different provider (that's a parent decision with cost implications).
  • Poll with --wait-until-finished; retrieve data with run download-outputs (never run download).
  • Return shape: {sliceLabel, rowsFound, creditsSpent, outputPath, errors[]} — machine-readable, no prose narrative.
  • No enrichment, no verification, no personalization — sourcing rows only. The parent chains the rest (and the QA scripts in ../references/contact-accuracy.md).
  • Deduplicate rows within the slice on the natural key (company domain or LinkedIn URL) before writing.

Read the full file on GitHub · 33 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. 6d ago First seen · 33 lines · 0 tokens per session scan A cba90a9990de

Subscribe to this mod's changes

list-builder is an agent published in the GitHub repository getcargohq/cargo-skills (17 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 575 tokens. 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-30.