A powerful API skill for verifying email addresses through one-time passwords and advanced fraud detection signals.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install didit-email-verification
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 didit-email-verification using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables seamless integration of the Didit Email Verification API into your workflows. It provides a robust two-step verification process—sending a unique code and validating the user's input—to ensure email authenticity. By leveraging this Openclaw Skills integration, developers can protect their applications from bot registrations and low-quality signups.
Beyond simple OTP delivery, the skill analyzes emails for security risks, identifying if an address is temporary, disposable, or has been compromised in a known data breach. It supports customizable code lengths, alphanumeric formats, and multi-language templates, making it a versatile tool for global user verification within the Openclaw Skills ecosystem.
To use this skill with Openclaw Skills, you must first obtain an API key from the Didit Business Console.
# Set your API key environment variable
export DIDIT_API_KEY="your_api_key_here"
If you do not have an account yet, you can register via the programmatic API by sending a POST request to the registration endpoint and verifying your own email to receive your first API key.
The skill returns a structured JSON object for both send and check operations within the Openclaw Skills environment.
| Field | Type | Description |
|---|---|---|
| request_id | string | Unique identifier for the verification session. |
| status | string | Status of the request (e.g., Approved, Failed, Declined). |
| is_breached | boolean | Flag indicating if the email was found in data breaches. |
| is_disposable | boolean | Flag for temporary or disposable email providers. |
| is_undeliverable | boolean | Flag for emails that cannot receive mail. |
| lifecycle | array | Detailed event log including timestamps and associated fees. |
Loading
A specialized tool for real-time verification of personal identity data against official government records across 18 countries.

An AI-driven age verification skill that uses facial analysis and liveness detection to ensure regulatory compliance.

A real-time compliance tool for screening individuals and companies against 1,300+ global watchlists and risk databases.

A facial analysis skill that estimates age and performs liveness detection to verify user identity and age compliance.

A high-performance facial comparison skill for biometric identity verification and similarity scoring within your agent workflows.

A 1:N facial recognition skill for detecting duplicate accounts and searching approved sessions for matching faces.








































