/install mailcheck-email-verification
MailCheck Email Verification
Verify email addresses with the MailCheck API - comprehensive email validation with syntax, disposable, DNS, and SMTP checks.
Features
- Single Email Verification - Verify one email at a time
- Bulk Verification - Verify up to 100 emails in one request
- Authenticity Analysis - Detect phishing, spoofing, and email fraud
- Risk Scoring - 0-100 score with risk level (low/medium/high)
Commands
email-verify - Verify single email
Verifies a single email address.
Parameters:
email(required): Email address to verifyapi_key(optional): MailCheck API key (falls back toMAILCHECK_API_KEYenv var)
Example:
email-verify email="[email protected]" api_key="sk_live_..."
email-bulk-verify - Bulk verification
Verifies up to 100 email addresses in one request.
Parameters:
emails(required): Array of email addressesapi_key(optional): MailCheck API key
Example:
email-bulk-verify emails="[[email protected], [email protected]]" api_key="sk_live_..."
email-auth-verify - Email authenticity analysis
Analyzes email headers for spoofing, phishing, and CEO fraud.
Parameters:
headers(required): Email headers to analyzetrusted_domains(optional): Domains for lookalike detectionapi_key(optional): MailCheck API key
Example:
email-auth-verify headers="From: [email protected]\
Received: ..." trusted_domains="[company.com]"
Environment Variables
Set MAILCHECK_API_KEY with your MailCheck API key to avoid passing it on every command.
Installation
This skill is available on ClawHub.
clawhub install mailcheck-email-verification
API Reference
See full API documentation: https://api.mailcheck.dev/docs
Repository
Source code: https://github.com/bnuyts/mailcheck-skill
License
MIT
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mailcheck-email-verification - After installation, invoke the skill by name or use
/mailcheck-email-verification - Provide required inputs per the skill's parameter spec and get structured output
What is MailCheck Email Verification?
Email verification skill for MailCheck API - verify emails, bulk processing, authenticity analysis. It is an AI Agent Skill for Claude Code / OpenClaw, with 330 downloads so far.
How do I install MailCheck Email Verification?
Run "/install mailcheck-email-verification" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MailCheck Email Verification free?
Yes, MailCheck Email Verification is completely free (open-source). You can download, install and use it at no cost.
Which platforms does MailCheck Email Verification support?
MailCheck Email Verification is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MailCheck Email Verification?
It is built and maintained by bnuyts (@bnuyts); the current version is v1.1.0.