Agent Skill · Landbase

dedupe-leads

Deduplicate a CSV of leads or contacts by email or company+name, keeping the most complete record.

Provider: Landbase Path in repo: tools/dedupe-leads/SKILL.md

Skill body

Dedupe Leads

Remove duplicate rows from a CSV of leads or contacts.

Steps

  1. Read ${CLAUDE_CONFIG_DIR:-$HOME/.claude}/skills/landbase-dedupe-leads/references/matching-rules.md to understand how rows are matched and which record is kept.
  2. Confirm the input CSV path with the user. The file should have a header row; the email, company, and name columns are used for matching when present.
  3. Run the dedupe script that ships with this skill:

    python3 "${CLAUDE_CONFIG_DIR:-$HOME/.claude}/skills/landbase-dedupe-leads/scripts/dedupe.py" <INPUT.csv> -o <OUTPUT.csv>
    

    If you omit -o, the script writes <INPUT>.deduped.csv.

  4. Report the summary the script prints (input rows, output rows, removed) and the path to the output file.

The script uses only the Python standard library — nothing to install.

Skill frontmatter

when_to_use: when the user wants to clean, dedupe, or merge duplicate rows in a leads or contacts CSV version: 1.0.0

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/dedupe-leads"
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.