A robust email verification utility designed to confirm deliverability and protect sender reputation without managing multiple vendor accounts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install email-validator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install email-validator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Email Validator is a specialized tool within the ecosystem of Openclaw Skills that enables developers to verify email addresses in real-time. It effectively filters out invalid, disposable, or risky email addresses to ensure that your communication reaches real users, thereby reducing bounce rates and improving your overall sender reputation. By leveraging a unified API, this skill streamlines the process of list cleaning and user verification for modern applications.
Built to be developer-friendly, this skill integrates seamlessly into existing workflows. It removes the friction of maintaining various third-party subscriptions by utilizing a pay-as-you-go model through SkillBoss. Whether you are building a signup form or managing large-scale marketing campaigns, this tool provides the technical infrastructure needed for high-quality data validation.
export SKILLBOSS_API_KEY='your_api_key_here'
curl https://api.heybossai.com/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-d '{"model": "email-validator", "input": {"prompt": "validate [email protected]"}}'
The skill returns a structured response that details the verification results for the provided input. Key fields include:
| Property | Description |
|---|---|
email |
The original email address submitted for validation. |
valid |
Boolean indicating if the email is structurally and technically deliverable. |
reason |
Technical reason for invalidation (e.g., DNS_FAILURE, SMTP_ERROR). |
is_disposable |
Flag indicating if the email belongs to a temporary or disposable provider. |
Loading
An AI-powered tool to create professional, personalized email templates for sales, marketing, and support tasks.

A cost-effective API provider for DeepSeek V3 and R1 models integrated directly into your AI agent environment.

A high-performance API gateway providing direct, zero-markup access to the full Claude model family through an OpenAI-compatible interface.

A cost-effective API gateway providing access to over 100 premium AI models at a fraction of standard market prices.

A high-performance AI coding assistant designed to help software engineers debug, refactor, and solve complex algorithms through a unified API.

A high-performance Named Entity Recognition (NER) tool to extract structured data from unstructured text without managing multiple vendor accounts.








































