A high-accuracy AI skill for verifying physical user presence through single-image passive liveness detection.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install didit-passive-liveness
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-passive-liveness 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 Passive Liveness skill enables AI agents to verify that a user is physically present by analyzing a single captured image. Unlike active methods, this requires no movement or interaction, providing a seamless user experience while maintaining a 99.9% accuracy rate. It is a critical component for developers building secure identity verification flows within the Openclaw Skills ecosystem.
This skill detects various presentation attacks, including screen captures, printed photos, masks, and deepfakes. By integrating this into your workflow, you can ensure that the person interacting with your application is a real human, significantly reducing the risk of fraud and unauthorized access without adding friction to the user journey.
To utilize this within your Openclaw Skills collection, you must first obtain an API key from the Didit Business Console. Once acquired, configure your environment as follows:
export DIDIT_API_KEY="your_api_key_here"
You can then initiate a liveness check using the provided utility scripts:
python scripts/check_liveness.py selfie.jpg --threshold 80
The skill returns a structured JSON response detailing the liveness evaluation. Data is organized as follows:
| Field | Description |
|---|---|
| request_id | Unique session identifier for tracking |
| liveness.status | The primary result: Approved or Declined |
| liveness.score | Confidence score (0-100) where higher is more likely real |
| face_quality | Image quality metric used to filter poor captures |
| entities | Metadata including estimated age, gender, and face bounding box |
| warnings | Array of risk tags such as LIVENESS_FACE_ATTACK or DUPLICATED_FACE |
Loading
A high-precision AI skill for detecting physical presence and preventing facial spoofing from a single selfie image.

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 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 specialized API skill for verifying residential addresses through automated document analysis and OCR.








































