⏳ This skill is pending AI review.

Scores will appear once the review pipeline completes.

version unknown

email-validator

@alex-vbcoding⭐ 0 stars

Validate email addresses with format checks, DNS MX verification, and typo detection. Returns validation results with suggestions for common typos.

—/10

// RATINGS

⭐GitHub Stars

New / niche

🟢ProSkills Score
—
📍

Not yet listed on ClawHub or SkillsMP

// README

Email Validator Skill

A production-ready OpenClaw skill for email validation.

Quick Start

npm install email-validator-skill
const { validateEmail } = require('email-validator-skill');

const result = await validateEmail('[email protected]');
console.log(result.valid); // true

Documentation

See SKILL.md for complete API reference and examples.

Testing

npm test

License

MIT © Alex Chen

// HOW IT'S BUILT

KEY FILES

SKILL.mdREADME.md

// REPO STATS

0 stars

// ACTIONS

Rate this skill

login to rate

// SCORE

Pending review

// DETAILS

Categoryother
Versionversion unknown
PriceFree