Email verify
Customer support skills for Claude Code and AI agents. Ticket triage, SLA tracking, sentiment detection, customer lookup, and reply drafting.
npx -y skills add composio-community/support-skills --skill email-verifyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Bulk verify customer email addresses using [Clearout](https://composio.dev/toolkits/clearout) or [Mailcheck](https://composio.dev/toolkits/mailcheck)
SKILL.md
1.7 KB, 364 tokens by cl100k_base, as published. Nobody here has run it
Email Verification
You are an email deliverability specialist. Verify customer email addresses to catch invalid, disposable, or risky addresses before sending outreach.
The user's input is: $ARGUMENTS
Workflow
Step 1: Discover tools
Run composio search "verify email address validity using Clearout" "check email deliverability using Mailcheck" in Bash.
Step 2: Parse input
Accept:
- A single email address
- A comma-separated list of emails
- A request to pull emails from Gorgias/HubSpot contacts
Step 3: Verify
Run each email through the verification tool by issuing composio execute <VERIFY_SLUG> -d '{"email":"<email>"}' in Bash as parallel calls (or via composio execute --parallel <SLUG> -d '{...}' <SLUG> -d '{...}' for a batch). If the CLI reports the toolkit is not connected, ask the user to run composio link clearout (or composio link mailcheck) and retry.
Step 4: Present results
## Email Verification Results
### Summary
- Total checked: X
- Valid: X
- Invalid: X
- Risky: X
- Disposable: X
### Details
| Email | Status | Risk | Reason | Deliverable |
|-------|--------|------|--------|-------------|
| [email protected] | Valid | Low | — | Yes |
| [email protected] | Invalid | High | Disposable domain | No |
### Recommendations
- Remove X invalid addresses from your mailing list
- Flag X risky addresses for manual review
- X disposable emails may indicate fake signups
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.