A high-precision AI skill for detecting physical presence and preventing facial spoofing from a single selfie image.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install didit-liveness-detection
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-liveness-detection using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This Openclaw Skills integration provides a robust solution for passive liveness detection using the Didit API. It enables developers to verify that a user is physically present by analyzing a single image without requiring complex movements or interactions. By leveraging advanced computer vision, this skill identifies presentation attacks like printed photos, digital screens, and deepfakes with 99.9% accuracy.
Built for high-security environments, the skill analyzes face quality, luminance, and biometric markers to ensure the integrity of the authentication process. It is an essential component for any developer using Openclaw Skills to build secure onboarding or identity verification systems that need to mitigate identity fraud and sophisticated spoofing attempts.
To get started with this skill, you must provide a valid API key from the Didit Business Console.
# Set your Didit API key as an environment variable
export DIDIT_API_KEY="your_api_key_here"
If you do not have an account, you can register programmatically by sending a POST request to the Didit registration endpoint, verifying your email via OTP, and retrieving your API key from the response.
| Field | Type | Description |
|---|---|---|
status |
string | The final result: "Approved" or "Declined" based on liveness logic. |
score |
integer | A 0-100 confidence value indicating the likelihood of a real person. |
face_quality |
float | Metric evaluating the clarity and position of the face in the image. |
entities |
array | Contains metadata like estimated age, gender, and face bounding box (bbox). |
warnings |
array | Specific risk tags such as NO_FACE_DETECTED or LIVENESS_FACE_ATTACK. |
Loading
Automate end-to-end identity verification including ID scanning, liveness detection, and face matching for secure user onboarding.

Automate global identity document verification and OCR extraction within your AI agent workflows.

A professional-grade identity verification skill for automating OCR, MRZ parsing, and authenticity checks across 4000+ global document types.

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

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

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.








































