guia-matthieu/email-validator
Validate and clean email lists. Use when: cleaning email lists before campaigns; validating signup emails; removing invalid addresses; checking for disposable emails; improving deliverability
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill email-validator
> Validate email addresses and clean lists to improve deliverability and reduce bounces.
| Claude Does | You Decide |
|-------------|------------|
| Structures analysis frameworks | Metric definitions |
| Identifies patterns in data | Business interpretation |
| Creates visualization templates | Dashboard design |
| Suggests optimization areas | Action priorities |
| Calculates statistical measures | Decision thresholds |
pip install email-validator dnspython click
python scripts/main.py validate [email protected]
python scripts/main.py batch emails.csv --column email --output clean.csv
python scripts/main.py clean emails.txt --remove-disposable
category: email-tools
dependencies: [email-validator, dnspython]
difficulty: beginner
Take guia-matthieu/email-validator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference pip.
Without those the skill loads but fails at the first command.