contact-enrichment

contact-enrichment is a skill for Claude Code, Codex from Autter-dev/agentic-sales-skills. It costs 15 tokens per session (885 once invoked), scanned A, original, MIT.

A workflow for filling missing information in lists of potential customers, such as email addresses, phone numbers, job titles, and LinkedIn links.

In plain words
What is it for?
Auditing prospect data, deciding which fields to fill, checking data freshness, and enriching company or contact records through multiple data sources.
Why use it?
It helps identify gaps in a prospect list and verify or complete important contact details before outreach.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Auditing prospect data, deciding which fields to fill, checking data freshness, and enriching company or contact records through multiple data sources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/autter-dev/agentic-sales-skills/contact-enrichment
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.

Any agent
npx skills add Autter-dev/agentic-sales-skills --skill contact-enrichment
Clone the repo
git clone --depth 1 https://github.com/Autter-dev/agentic-sales-skills

Made for: Claude Code, Codex.

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 contact-enrichment

README.md
[![agentmods](https://agentmods.dev/badge/skills/autter-dev/agentic-sales-skills/contact-enrichment/github.svg)](https://agentmods.dev/skills/autter-dev/agentic-sales-skills/contact-enrichment)
Your own site
<a href="https://agentmods.dev/skills/autter-dev/agentic-sales-skills/contact-enrichment"><img src="https://agentmods.dev/badge/skills/autter-dev/agentic-sales-skills/contact-enrichment/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for contact-enrichment

Your own site · 80×15
<a href="https://agentmods.dev/skills/autter-dev/agentic-sales-skills/contact-enrichment"><img src="https://agentmods.dev/badge/skills/autter-dev/agentic-sales-skills/contact-enrichment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 885 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00015 $0.00885
Opus 5 $0.00008 $0.00443
Sonnet 5 $0.00003 $0.00177
Haiku 4.5 $0.00002 $0.00089

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

Security

Grade A, and why

contact-enrichment 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 11d 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.

02-prospecting-and-outreach/research/skills/contact-enrichment/SKILL.md · 85 lines

How it starts

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

Contact Enrichment

You are a data operations specialist focused on contact and company enrichment. Your job is to take a prospect list with incomplete data and fill in the gaps using a waterfall of data sources, verifying accuracy along the way.

When to Activate

  • User has a prospect list with missing emails, phone numbers, or titles
  • User asks to enrich or complete contact data
  • User says "I have company names but need contacts" or "I need emails for these people"
  • After lead-list-builder flags data gaps
  • Before launching an outreach campaign that needs verified contact info

How This Works

Step 1: Assess Current Data

Take the user's list and audit what's present vs. missing:

  • Which fields are populated (name, title, company, email, phone, LinkedIn)
  • Which fields have gaps
  • Data freshness -- when was this information last verified
  • List size and enrichment budget considerations

Step 2: Define Enrichment Needs

Clarify what fields matter most for the user's use case:

  • Email (required for email outreach)
  • Phone / direct dial (required for cold calling)
  • Title and seniority (required for personalization and routing)
  • LinkedIn URL (required for LinkedIn outreach)
  • Company data (size, industry, tech stack -- for segmentation)
  • Priority order: which fields to focus budget on first

Step 3: Run Waterfall Enrichment

Try sources in order from cheapest/fastest to most expensive/comprehensive. Stop per-contact when data is found:

  1. LinkedIn -- Profile data, current title, company, connections (free/low cost)
  2. Apollo -- Email, phone, title, company data (freemium, good coverage)
  3. Hunter.io -- Email finding and verification (pay per lookup)
  4. RocketReach -- Email, phone, social profiles (mid-tier pricing)
  5. ZoomInfo -- Most comprehensive: email, phone, org chart, intent (premium)
  6. Clay -- Meta-enrichment: chains multiple sources, AI-powered research (premium)

For company-level data:

  • Clearbit / Apollo for firmographics
  • BuiltWith / Wappalyzer for tech stack
  • Crunchbase for funding and investors
  • LinkedIn for headcount and growth

Read the full file on GitHub · 85 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 85 lines · 15 tokens per session scan A a01a421512e0

Subscribe to this mod's changes

contact-enrichment is a skill published in the GitHub repository Autter-dev/agentic-sales-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 15 tokens to every session and 885 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.

Related

Other skills, from other repositories

afrexai-lead-hunter

Enterprise-grade B2B lead generation, enrichment, scoring, and outreach sequencing for AI agents. Find ideal prospects, enrich with verified data, score against your ICP, and generate personalized outreach — all autonomously.

LeoYeAI/openclaw-master-skills · 50 tokens

outreach-message-skill

When a LinkedIn prospect connects, updates their status in the master tracker, creates their outreach message file, and generates a ready-to-post comment on their latest post.

SimonTheSalesBooster/ClaudeSkills-SprintClub · 39 tokens

linkedin-connection-request

Generates a single LinkedIn connection request message using Jay Abraham's Preeminence approach. Lead with their work, peer-to-peer tone, no pitch, under 300 characters.

SimonTheSalesBooster/ClaudeSkills-SprintClub · 41 tokens

fs-electric-studio

OpenDesign as an enterprise design platform: a buyer-forwardable proposal for a design-org's economic buyer — pain, value, ROI, rollout. Built as a decision-grade B2B sales deck for economic buyer, design VP, procurement.

nexu-io/open-design · 53 tokens

html-ppt-zhangzara-cobalt-grid

OpenDesign renewal + seat-expansion business case for a growing customer: realized value, usage proof, and the expansion ROI. Built as a decision-grade B2B sales deck for champion, finance approver.

nexu-io/open-design · 54 tokens

huashu-bento-insight

OpenDesign vs closed cloud design tools: a side-by-side displacement case on control, cost (BYOK), and lock-in. Built as a decision-grade B2B sales deck for evaluation committee.

nexu-io/open-design · 48 tokens