prospect-list-cleanup

prospect-list-cleanup is a skill for Claude Code, Codex from spiralcrew-ou/profilespider-agent-skills. It costs 41 tokens per session (438 once invoked), scanned A, original, MIT.

A tool for standardizing messy prospect or lead-list data before it is imported into a customer-management system or outreach tool. It normalizes formats and flags incomplete or suspicious rows without inventing missing values.

In plain words
What is it for?
Use it to prepare CRM or outreach imports, standardize columns and formats, flag broken records, and produce a cleanup audit.
Why use it?
It reduces inconsistent names, casing, phone formats, and other formatting problems. It preserves questionable original values and records what was changed for review.

Skill for Claude CodeCodex

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

Good fit Use it to prepare CRM or outreach imports, standardize columns and formats, flag broken records, and produce a cleanup audit.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/spiralcrew-ou/profilespider-agent-skills/prospect-list-cleanup
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 spiralcrew-ou/profilespider-agent-skills --skill prospect-list-cleanup
Clone the repo
git clone --depth 1 https://github.com/spiralcrew-ou/profilespider-agent-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 prospect-list-cleanup

README.md
[![agentmods](https://agentmods.dev/badge/skills/spiralcrew-ou/profilespider-agent-skills/prospect-list-cleanup/github.svg)](https://agentmods.dev/skills/spiralcrew-ou/profilespider-agent-skills/prospect-list-cleanup)
Your own site
<a href="https://agentmods.dev/skills/spiralcrew-ou/profilespider-agent-skills/prospect-list-cleanup"><img src="https://agentmods.dev/badge/skills/spiralcrew-ou/profilespider-agent-skills/prospect-list-cleanup/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 prospect-list-cleanup

Your own site · 80×15
<a href="https://agentmods.dev/skills/spiralcrew-ou/profilespider-agent-skills/prospect-list-cleanup"><img src="https://agentmods.dev/badge/skills/spiralcrew-ou/profilespider-agent-skills/prospect-list-cleanup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 438 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.00041 $0.00438
Opus 5 $0.00020 $0.00219
Sonnet 5 $0.00008 $0.00088
Haiku 4.5 $0.00004 $0.00044

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

Security

Grade A, and why

prospect-list-cleanup 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 12d 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.

prospect-list-cleanup/SKILL.md · 80 lines

What it actually says

Prospect List Cleanup

Purpose

Normalize and improve the consistency of prospect-list data before outreach or import.

When to use this skill

  • Preparing an export for CRM or outreach import
  • Standardizing names, casing, and formats
  • Flagging incomplete or broken rows
  • Producing a defensible cleanup audit

When not to use this skill

  • You need verified emails or enrichment, not cleanup
  • The file has no consistent columns to normalize
  • You want hard de-duplication (use Duplicate Record Review)

Required inputs

  • A prospect or lead list

Optional inputs

  • A target column schema
  • Formatting conventions (casing, phone format)
  • Fields that are mandatory

Rules

  1. Standardize formatting; do not invent missing values.
  2. Flag incomplete and suspect rows rather than deleting them.
  3. Record every change in normalization notes.
  4. Preserve the original value when flagging an error.
  5. Apply the same conventions to every row.

Process

  1. Profile the columns and detect formats.
  2. Normalize casing, names, companies, and formats.
  3. Flag incomplete and suspected-error rows.
  4. Record normalization notes.
  5. Produce a cleanup summary with counts.

Output format

Return the cleaned list plus a summary with the following fields:

  • standardized_records
  • incomplete_records
  • suspected_errors
  • normalization_notes
  • cleanup_summary

Validation

  • Confirm no values were invented.
  • Confirm flagged rows retain their original data.
  • Confirm the summary counts match the records.

Limitations

  • It standardizes formatting, not factual accuracy.
  • Suspected errors are heuristics and should be reviewed.
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. 12d ago First seen · 80 lines · 41 tokens per session scan A aa6bec34dd51

Subscribe to this mod's changes

prospect-list-cleanup is a skill published in the GitHub repository spiralcrew-ou/profilespider-agent-skills (10 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 438 once invoked, about $0.0002 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

inbound-lead-enrichment

Fills in missing data for inbound leads — researches the company, identifies the person's role and seniority, finds other stakeholders at the company, checks for existing CRM relationships, and updates the lead record. Produces enriched lead data ready for qualification or outreach. Tool-agnostic.

gooseworks-ai/goose-skills · 63 tokens

inbound-lead-qualification

Qualifies inbound leads against full ICP criteria — company size, industry, use case fit, role/seniority of the person. Checks CRM and existing customer base for duplicates and existing relationships. Outputs a scored CSV with qualification status, reasoning, and pipeline overlap flags. Tool-agnostic — works with any…

gooseworks-ai/goose-skills · 77 tokens

inbound-lead-triage

Triages all inbound leads from a given period — demo requests, free trial signups, content downloads, webinar registrations, chatbot conversations. Classifies by urgency, qualifies against ICP, enriches with context, and produces a prioritized action queue with recommended response for each lead. Tool-agnostic — works…

gooseworks-ai/goose-skills · 79 tokens

company-contact-finder

Find decision-makers at a specific company using Apollo, Crustdata, Fiber, and PDL people search via Gooseworks MCP. Given a company name and target titles, returns a list of contacts with name, title, LinkedIn URL, and location.

gooseworks-ai/goose-skills · 56 tokens

funding-signal-monitor

Monitor web sources for Series A-C funding announcements. Aggregates signals from TechCrunch, Crunchbase (via web search), Twitter, Hacker News, and LinkedIn. Filters by stage, amount, and industry. Returns qualified recently-funded companies ready for outreach.

gooseworks-ai/goose-skills · 57 tokens

kol-engager-icp

Find ICP-fit leads from KOL audiences on LinkedIn. Given a list of KOLs, scrapes their most relevant high-engagement post from the last 30 days, extracts engagers (reactors + commenters), pre-filters by position, enriches top profiles, and ICP-classifies. Cost-controlled: 1 post per KOL. Use when someone wants to…

gooseworks-ai/goose-skills · 108 tokens