← Back to Skills Marketplace
144
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install validate-email
Description
Validate email addresses with format checking and risk scoring. Use when users need to verify email format, check disposable emails, or validate bulk email l...
Usage Guidance
This skill appears to be what it says: a local, fast email-format checker and simple heuristic risk scorer. It does NOT perform DNS/MX lookups, SMTP verification, or deliverability checks — do not rely on it for final deliverability decisions or security-critical verification. The disposable/free-domain lists and risk formula are small and heuristic; if you need production-grade email validation (MX checks, SMTP probing, or a more comprehensive disposable domain list), use a specialized service or add those checks yourself. Review whether the heuristic scoring aligns with your policy before auto-blocking users based solely on this score.
Capability Analysis
Type: OpenClaw Skill
Name: validate-email
Version: 1.0.1
The skill performs local email validation and risk scoring as described in the documentation. The implementation in handler.ts uses standard regular expressions and hardcoded lists for disposable domain detection, with no external network calls, file system access, or suspicious dependencies. The logic is transparent and aligns perfectly with the stated purpose of providing a privacy-focused, local validation tool.
Capability Assessment
Purpose & Capability
Name/description promise local format checking and risk scoring; the included handler.ts implements exactly that with local regex, built-in domain lists, and arithmetic scoring. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs purely local validation and the code performs only string/regex operations and array lookups. Examples show how a client might call the skill via a Claw0x API (mentioning an API key) but those are integration examples for the platform — the skill itself contains no network calls or I/O.
Install Mechanism
No install spec is present (instruction-only) and the single code file is simple TypeScript that will run locally. There are no downloads, external installers, or archive extraction steps.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. Example snippets reference a platform API key only for clients invoking the skill externally; that is not required by the skill runtime.
Persistence & Privilege
Skill is not marked always:true and does not request persistent system privileges or modify other skills. It can be invoked by agents (the platform default), which is expected for a callable skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install validate-email - After installation, invoke the skill by name or use
/validate-email - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Adds full local (offline) email validation: no external API calls or API keys needed.
- Streamlines documentation with clear quickstart, integration recipes, and usage scenarios.
- Expands and clarifies input/output schema and error handling.
- Introduces local-only logic for format validation, domain checks, and risk scoring.
- Clearly explains what the skill does and does NOT do for user transparency.
v1.0.0
Initial release of the claw0x-validate-email skill.
- Validates email addresses for proper format according to RFC 5322.
- Analyzes domain to detect disposable, free, and corporate providers.
- Computes a risk score (0–100) based on format and domain analysis.
- Returns domain, local part, validation checks, and suggestions.
- Requires only a free Claw0x API key; no external network calls or third-party dependencies.
Metadata
Frequently Asked Questions
What is validate email?
Validate email addresses with format checking and risk scoring. Use when users need to verify email format, check disposable emails, or validate bulk email l... It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.
How do I install validate email?
Run "/install validate-email" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is validate email free?
Yes, validate email is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does validate email support?
validate email is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created validate email?
It is built and maintained by claw0x (@kennyzir); the current version is v1.0.1.
More Skills