CO

Finds and stores contacts for target companies by running automated search waterfalls and deduplication.

Install

mkdir -p .claude/skills/contact-sourcer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12010" && unzip -o skill.zip -d .claude/skills/contact-sourcer && rm skill.zip

Installs to .claude/skills/contact-sourcer

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Source people at target companies (capability people_search) and write them to storage at stage 'sourced'. Runs the configured people_search waterfall, backfills domains, dedups, and cross-references the master DB. Use when the user wants to "source contacts", "find people at these companies", or run only the sourcing stage.
326 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Source people at target companies
  • Backfill domains for sourced contacts
  • Deduplicate contact records
  • Cross-reference with a master database
  • Write sourced contacts to storage

How it works

This skill executes a people_search waterfall, backfills domains, deduplicates, and cross-references with a master database. It then writes the sourced contacts to storage, creating a new list if needed.

Inputs & outputs

You give it
Companies, persona/titles, geography, and optionally an existing list_id
You get back
A list_id and sourced contact records written to storage, with a waterfall table report

When to use contact-sourcer

  • Source leads at specific companies
  • Find contact details for outreach
  • Build target contact lists

About this skill

Input (companies + persona/titles + geography, and optionally an existing list_id): $ARGUMENTS

Execute the contact sourcer: read agents/contact-sourcer/agent.md and follow it exactly — bootstrap (config + context + resolve the people_search waterfall from keyed providers), source per provider via their manifests, backfill domains, dedup + crossref_master, then write via storage/cli.py (create_list if needed, upsert_contacts). Report the waterfall table and the resulting list_id.

When not to use it

  • When the user does not want to source contacts
  • When the user does not want to find people at specific companies
  • When the user does not want to run only the sourcing stage

Limitations

  • Requires configured people_search waterfall
  • Requires storage via `storage/cli.py`
  • Requires following `agents/contact-sourcer/agent.md` exactly

How it compares

This skill automates the entire contact sourcing process, from searching to deduplication and storage, providing a structured and efficient workflow compared to manual contact gathering.

Compared to similar skills

contact-sourcer side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
contact-sourcer (this skill)02moNo flagsIntermediate
funding-signal-outreach01moNo flagsAdvanced
ultrathink282moNo flagsAdvanced
nlm-skill826dReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry