Clean List banner
LeadMagic LeadMagic

Clean List

Communication community

Description

--- description: Validate an email list before sending (deliverability hygiene) argument-hint: [path/to/list.csv] --- Clean this send list: $ARGUMENTS Follow `outbound-recipes` recipe 5: bulk `email_validation` (0.25/conclusive row; unknown free) over the list. Preflight balance + projected cost first and confirm. Then segment the output: `valid` (send), `catch_all` (send only if the user accepts the risk), `unknown` / `invalid` (route back through the email waterfall). Write the segmented fil

Installation

Installs to ~/.claude/skills/leadmagic-leadmagic-skills-clean-list/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leadmagic-leadmagic-skills-clean-list && curl -fsSL https://raw.githubusercontent.com/LeadMagic/leadmagic-skills/HEAD/commands/clean-list.md -o ~/.claude/skills/leadmagic-leadmagic-skills-clean-list/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository