A comprehensive integration for managing Didit identity verification sessions and complex KYC workflows via API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install didit-sessions
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-sessions 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 Session & Workflow Manager is designed to streamline identity verification by providing direct access to the Didit V3 API. This integration, part of the Openclaw Skills library, allows developers to orchestrate the entire verification lifecycle, from session creation and user redirection to decision polling and status updates. By leveraging workflows configured in the Didit Business Console, the skill can handle diverse requirements such as KYC onboarding, biometric re-authentication, and address verification with high precision and automated decision logic.
To get started with this integration, you need to configure your environment with the proper credentials obtained from the Didit Business Console:
export DIDIT_API_KEY="your_api_key_here"
export DIDIT_WORKFLOW_ID="your_default_workflow_id"
Ensure that your API key has the necessary scopes to create sessions and access blocklist management features. The Openclaw Skills runner will use these variables to authenticate requests against the https://verification.didit.me/v3 base URL.
The skill organizes verification data into structured sessions. Each session contains specific feature results based on the workflow used:
| Object | Description |
|---|---|
session_id |
The unique UUID identifying the verification attempt. |
status |
The current terminal or non-terminal state (e.g., Approved, Declined, In Review). |
id_verifications |
Array containing OCR data, document images, and validation results. |
liveness_checks |
Biometric data including 3D liveness scores and portrait images. |
aml_screenings |
Results from global watchlists, PEP, and sanction screenings. |
vendor_data |
Your internal tracking identifier mapped to the session. |
Loading
A specialized API skill for verifying residential addresses through automated document analysis and OCR.

A robust identity verification skill that enables AI agents to send and validate one-time passwords across multiple messaging channels with built-in fraud prevention.

A high-accuracy AI skill for verifying physical user presence through single-image passive liveness detection.

A high-precision AI skill for detecting physical presence and preventing facial spoofing from a single selfie image.

A comprehensive management skill for the Didit identity platform, enabling full programmatic control over KYC, user verification, and account administration.

A custodial wallet and marketplace interface that allows AI agents to earn ROSE and manage tasks on Arbitrum with just two commands.








































