Agent Skill · Landbase

list-similarity-check

Check whether a similar prospect list has been built before by comparing an ICP against a history of past builds. Use before starting a new prospect build to surface reusable prior work.

Provider: Landbase Path in repo: tools/list-similarity-check/SKILL.md

Skill body

List Similarity Check

Step 1 — Get the ICP to compare

Accept whichever form is available:

Extract these dimensions for matching:

Step 2 — Find the history source

Try each source in order, use the first that’s available:

Option A: Google Sheet URL

If the user provides a Google Sheet URL, or one is saved in .landbase/config:

Expected columns (flexible — the skill adapts to whatever’s present):

Column Description
name Run name or identifier
date Date the list was built
description Natural language ICP description
vertical Industry or vertical
geography Geographic scope
company_size Employee range or size tier
persona Target title or persona
signals Special signals used
output_path File path or Google Sheet URL of the output

Option B: Local CSV or Excel file

If the user provides a file path, or a prospect-history.csv / prospect-history.xlsx exists in:

Read it and match against whatever columns are present. Adapt to the schema — don’t require exact column names.

Option C: prospects/ directory

Scan for past prospect-builder runs by finding brief.md files:

find ./prospects -name "brief.md" | sort -r

Read each brief.md for the original ask and ICP criteria. This is the zero-configuration path — works automatically if the user has used prospect-builder before.

Option D: No history found

If none of the above yields results:

“No prospect history found. Once you’ve run a few builds with prospect-builder, this skill will automatically find similar past work in your prospects/ directory. You can also maintain a prospect-history.csv for builds done outside this tool.”

Offer to create a prospect-history.csv template they can start filling in.

Step 3 — Score similarity

For each history entry, score against the current ICP:

HIGH — same or closely overlapping vertical + persona + geography

Likely reusable with minor edits. Surface immediately.

MEDIUM — shares 2–3 key dimensions

Useful as a starting template. Worth reviewing.

LOW — shares 1–2 dimensions

Reference only. Probably not worth reusing.

Rank by similarity. Surface top 5–10 matches.

Step 4 — Present results

Show as a table:

# Similarity Name Date Description Vertical Geography Persona Output
1 HIGH hr-leaders-saas-us 2026-04-12 HR VPs at US SaaS, 200–2K employees SaaS US VP HR prospects/2026-04-12_hr-saas/

If no matches score MEDIUM or higher:

“No strong matches found. This looks like a new build.”

Step 5 — Act on results

If HIGH match found: Ask the user:

“A similar list was built on {date}. Want to start from that run, or build fresh?”

If MEDIUM match found: Show the prior query or brief and ask:

“This is similar but not identical. Want to use it as a reference?”

If no match: Proceed to the new build. Optionally log this run to the history file (Step 6).

Step 6 — Log the new run (optional)

After a new prospect build completes, offer to add it to the history:

Append to prospect-history.csv:
name, date, description, vertical, geography, company_size, persona, signals, output_path

If using the prospects/ directory, this happens automatically via prospect-builder’s brief.md.

History file template

If no history exists and the user wants to start one, write prospect-history.csv:

name,date,description,vertical,geography,company_size,persona,signals,output_path

Save to ./prospect-history.csv or ~/.landbase/prospect-history.csv per user preference.

History sources

Source When available How to use
Google Sheet URL User provides URL Google Sheets MCP or export to CSV
Local CSV/Excel File exists at known path Read directly
prospects/ directory Prior prospect-builder runs exist Scan brief.md files automatically
None First-time user Offer to create template

Red Flags — STOP

Skill frontmatter

when_to_use: when the user is about to build a prospect list and wants to check for prior similar builds, or says "have I built something like this before", "check for similar lists", "did we already do this", "reuse a prior query", or when icp-capture or prospect-builder is about to start a new build version: 1.0.0 user-invocable: true allowed-tools: ReadWriteGlobBashAskUserQuestion model: sonnet

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/list-similarity-check"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.