Verify an email address — SMTP validation, MX records, catch-all detection, TLS support, and domain reputation
Scanned 5/27/2026
Install via CLI
openskills install robtex/skills---
name: robtex-email-check
description: "Verify an email address — SMTP validation, MX records, catch-all detection, TLS support, and domain reputation"
version: 1.0.3
author: Robtex
homepage: https://robtex.com
---
# Email Verification
Verify the email address: **$ARGUMENTS**
Run these checks in parallel:
1. `check_email` — SMTP verification (MX lookup, RCPT TO validation, catch-all detection, TLS support)
2. `lookup_dns` on the domain part — MX, SPF (TXT), DMARC, DKIM records
3. `domain_reputation` on the domain — is it a known disposable/temporary email provider?
4. `domain_ranking` on the domain — popularity ranking (legitimate domains tend to rank)
Present a clear verdict:
- **VALID** — mailbox exists, domain is legitimate, not a catch-all
- **RISKY** — catch-all domain (accepts any address), or low-reputation domain
- **INVALID** — mailbox rejected, domain has no MX, or domain is disposable/blocklisted
Include: delivery confidence score, mail server details, SPF/DMARC/DKIM status, TLS version, and any reputation flags.
No comments yet. Be the first to comment!
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.