A specialized tool for real-time verification of personal identity data against official government records across 18 countries.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install didit-database-validation
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-database-validation using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Didit Database Validation skill empowers AI agents to perform high-fidelity identity checks by querying trusted government and financial data sources. This Openclaw Skills integration is designed to combat synthetic identity fraud by validating national ID numbers like CPF, CURP, and DNI against primary records. It is particularly effective for developers building onboarding flows or financial applications targeting Latin American and Spanish markets.
By integrating this skill, agents can automatically determine if a user's provided information matches official records, returning clear status indicators like Approved or Declined. This ensures that identity authenticity is maintained without manual intervention, streamlining KYC and AML processes within automated workflows.
To use this skill, you must provide a valid Didit API Key via environment variables.
# Set your Didit API Key
export DIDIT_API_KEY="your_api_key_here"
# If you do not have a key, you can register via the Didit programmatic API:
# 1. Register: POST https://apx.didit.me/auth/v2/programmatic/register/
# 2. Verify: POST https://apx.didit.me/auth/v2/programmatic/verify-email/
The skill processes and returns structured identity validation data according to the following schema:
| Field | Type | Description |
|---|---|---|
request_id |
String | Unique identifier for the validation session |
match_type |
String | Logic used for validation: full_match, partial_match, or no_match |
status |
String | Final decision: Approved, Declined, or In Review |
screened_data |
Object | Contains the specific name and ID components validated |
issuing_state |
String | The ISO 3166-1 alpha-3 code for the target country |
Supported ID mappings include CPF (BRA), CURP (MEX), DNI (ESP, PER, ARG, SLV), and Cedula (COL, ECU, CRI, DOM).
Loading
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 sophisticated framework that equips AI agents with the creative judgment and design taste necessary to produce and evaluate professional-grade visual content.

A powerful API skill for verifying email addresses through one-time passwords and advanced fraud detection signals.

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








































