← 返回 Skills 市场
144
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install validate-email - 安装完成后,直接呼叫该 Skill 的名称或使用
/validate-email触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 validate email?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install validate-email」即可一键安装,无需额外配置。
validate email 是免费的吗?
是的,validate email 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
validate email 支持哪些平台?
validate email 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 validate email?
由 claw0x(@kennyzir)开发并维护,当前版本 v1.0.1。
推荐 Skills