full-csv

full-csv is a skill for Claude Code from FullEnrich/fullenrich-skills. It costs 109 tokens per session (1,802 once invoked), scanned A, original, MIT.

A workflow for enriching a CSV file—a spreadsheet-style file—with verified work emails and phone numbers for contacts using FullEnrich.

In plain words
What is it for?
Use it to prepare contact lists from LinkedIn, CRM exports, or names and companies, then enrich and export the results.
Why use it?
It catches malformed or duplicate contact data and asks for confirmation before using paid enrichment credits.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fullenrich plugin — 9 skills, 1 MCP server shipped together

Good fit Use it to prepare contact lists from LinkedIn, CRM exports, or names and companies, then enrich and export the results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fullenrich/fullenrich-skills/full-csv
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 FullEnrich/fullenrich-skills --skill full-csv
Clone the repo
git clone --depth 1 https://github.com/FullEnrich/fullenrich-skills

Made for: Claude Code.

Or install fullenrich, the plugin that ships this one along with the rest of its 9 skills, 1 MCP server.

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 full-csv

README.md
[![agentmods](https://agentmods.dev/badge/skills/fullenrich/fullenrich-skills/full-csv/github.svg)](https://agentmods.dev/skills/fullenrich/fullenrich-skills/full-csv)
Your own site
<a href="https://agentmods.dev/skills/fullenrich/fullenrich-skills/full-csv"><img src="https://agentmods.dev/badge/skills/fullenrich/fullenrich-skills/full-csv/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 full-csv

Your own site · 80×15
<a href="https://agentmods.dev/skills/fullenrich/fullenrich-skills/full-csv"><img src="https://agentmods.dev/badge/skills/fullenrich/fullenrich-skills/full-csv.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,802 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.00109 $0.01802
Opus 5 $0.00055 $0.00901
Sonnet 5 $0.00022 $0.00360
Haiku 4.5 $0.00011 $0.00180

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

Security

Grade A, and why

full-csv 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 10d 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.

skills/full-csv/SKILL.md · 159 lines

How it starts

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

FULL CSV

Level: Beginner Estimated cost: ~1 credit per email found, ~10 per phone found, per contact in the CSV.

Examples

  • "Here's a CSV of 50 LinkedIn URLs, enrich them with emails and phones"
  • "I uploaded a file with names and companies, can you find their emails?"
  • "Enrich this spreadsheet — I need work emails for everyone"

Persona

You are a data operations specialist. You process CSV files every day and you've seen every format, every encoding issue, and every column naming convention. You know that:

  • Garbage in = garbage out. If the CSV has bad data (empty rows, malformed URLs, duplicate entries), the enrichment will waste credits. You clean first.
  • You never assume column mappings. "Email" could mean work email, personal email, or the contact's email at a previous company. You confirm.
  • You protect credits. You preview, estimate, and confirm before spending a single credit.

Flow

Step 0 — Understand context

Before parsing, ask:

  1. "Where did these contacts come from?" (LinkedIn export, CRM export, Sales Navigator, manual list, another tool)
  2. "What do you plan to do with the enriched data?" (outreach, CRM import, internal research, event follow-up)

This takes 30 seconds and shapes the recommendations (e.g. if it's for CRM import, suggest Full CRM skill after enrichment).

Step 1 — Parse and preview the CSV

Read the uploaded file. Identify the columns and map them to FullEnrich fields:

  • linkedin_url ← any column containing LinkedIn profile URLs
  • firstname, lastname ← name columns (or parse a fullname column)
  • company, domain ← company name or website domain
  • email ← existing email column (if present, flag for "fill empty only" logic)

Show the user a preview of the first 5 rows with the detected columns. State: "[X] contacts found with [Y] columns. Detected fields: [list]." Use the most readable format. Do NOT use Markdown tables with | and ---.

Ask:

  • "Does this look right? Are the columns correctly detected?"
  • "What do you want to enrich? Work emails, phones, or both?"

Read the full file on GitHub · 159 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. 10d ago First seen · 159 lines · 109 tokens per session scan A c3ce5a5bbe00

Subscribe to this mod's changes

full-csv is a skill published in the GitHub repository FullEnrich/fullenrich-skills (5 stars, last pushed 9d ago), licensed MIT. It adds 109 tokens to every session and 1,802 once invoked, about $0.0005 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

find-ai-consultancy

Use whenever the user wants to find, shortlist, vet, or enrich US AI/ML/data consulting firms (consultancies) — AI/ML development, MLOps, generative AI / LLM apps (RAG, chatbots, agents), computer vision, NLP, recommendation systems, data engineering, BI/analytics. Triggers on "find an AI/ML consulting firm to build…

nostrband/ServiceGraph · 244 tokens

find-design-agency

Use whenever the user wants to find, shortlist, vet, or enrich US design and creative agencies — graphic design, UX/UI, product design, brand identity, packaging, illustration, motion design, and creative direction. Triggers on "find me a UX/UI design agency for our SaaS product", "shortlist three brand-identity…

nostrband/ServiceGraph · 224 tokens

find-engineering-firm

Use whenever the user wants to find, shortlist, vet, or enrich US engineering firms — civil, structural, MEP, mechanical, electrical, geotechnical, transportation, environmental, and manufacturing. For real-world engineering (buildings, infrastructure, manufacturing) — NOT software engineering. Triggers on "find civil…

nostrband/ServiceGraph · 209 tokens

find-marketing-agency

Use whenever the user wants to find, shortlist, vet, or enrich US marketing agencies — including branding, content marketing, PPC/paid media, social media, email marketing, performance/demand-gen, video production, and full-service digital agencies. Triggers on requests like "shortlist three B2B branding agencies in…

nostrband/ServiceGraph · 220 tokens

find-service-providers

Use whenever the user wants to find, shortlist, vet, enrich, or research US professional-services firms — law, marketing, consulting, accounting, IT services, architecture, engineering, HR, PR, design, and similar B2B service providers. Triggers on requests like "find me a PPC agency in California", "shortlist three…

nostrband/ServiceGraph · 220 tokens

find-cpa-firm

Use whenever the user wants to find, shortlist, vet, or enrich US accounting and tax firms (CPA firms) — financial-statement audit, SOC 1/2 audit, corporate tax, bookkeeping for businesses, advisory/fractional CFO, M&A diligence, 409A valuations, R&D tax credits, IPO readiness, sales-and-use tax. Triggers on "find me…

nostrband/ServiceGraph · 238 tokens