ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

ekyc-suite

KYC and eKYC identity verification suite for AI agents — 8 financial-grade biometric and document verification capabilities in one skill. Face comparison and face matching (similarity score 0-100), face liveness detection for selfie verification (anti-deepfake, anti-fraud screening), video liveness detection (deepfake detection with auto-retry), document OCR for ID card, bank card, driver license, and vehicle license, plus media labeling with 15+ image analysis attributes for fraud prevention and compliance. Use for: know-your-customer (KYC) onboarding, identity verification, face recognition and face verification, AML compliance checks, fintech customer onboarding, biometric selfie verification, document verification, deepfake and AI-generated content detection, anti-fraud risk screening, and AI security audits. Trigger when user says "compare two faces", "is this photo AI-generated", "is this video real", "read ID card", "read bank card number", "read driver's license", "read vehicle license", "check for mask", "detect coercion", "check if in car", "do KYC", "ekyc", "verify identity". Do NOT use for: conceptual KYC questions (no actual image processing), requests to transmit names/ID numbers as text.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/carochen112233-commits/ekyc-suite
Or

eKYC Suite

Financial-grade electronic identity verification toolkit with 8 capabilities covering face comparison, liveness detection, document OCR, and media labeling. All inputs are image or video files only.


Quick Reference

CapabilityCommand
Face comparepython scripts/ekyc_api.py face_compare --photo1 <a> --photo2 <b>
Photo livenesspython scripts/ekyc_api.py photo_liveness_detect --file <photo>
Video livenesspython scripts/ekyc_api.py video_liveness_detect --file <video>
ID card OCRpython scripts/ekyc_api.py id_card_ocr --image <img> --side <0|1>
Bank card OCRpython scripts/ekyc_api.py bank_card_ocr --image <img>
Driver licensepython scripts/ekyc_api.py driver_license_ocr --image <img>
Vehicle licensepython scripts/ekyc_api.py vehicle_license_ocr --image <img> --side <1|2>
Media labelingpython scripts/ekyc_api.py media_labeling --file <f> --labels "A14,B03" --type image

External Endpoints

EndpointCapabilitiesData Sent
https://kyc1.qcloud.com2, 3, 4, 5 (liveness, ID/bank card OCR)Base64-encoded images/videos + signed request
https://miniprogram-kyc.tencentcloudapi.com1, 6, 7 (face compare, driver/vehicle license OCR)Base64-encoded images + signed request
https://kyc2.qcloud.com8 (media labeling)Base64-encoded images/videos + signed request

No personal text data (names, ID numbers) is transmitted. Only image/video binary data is sent.


Security & Privacy

This software does not store, cache, or retain any submitted data.

API verification results are for reference only and do not constitute legal identity confirmation. This software must not be used as the sole basis for automated decisions that produce legal effects or significant consequences for individuals. Users should implement appropriate business logic and human review processes for high-stakes identity decisions.


Trust Statement

By installing and using this skill, image and video data you provide will be transmitted to Tencent Cloud's identity verification API for processing. Only install this skill if you trust the upstream service provider's data handling practices. This skill does not independently store, process, or retain any biometric data.


Goal

Receive user-uploaded images or videos, call the corresponding identity verification API, return structured results and explain them to the user in plain language.


When to Use

Use this Skill when the user's request involves any of these scenarios:

Metadata

Stars3951
Views1
Updated2026-04-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-carochen112233-commits-ekyc-suite": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#kyc#ekyc#face-comparison#face-verification#face-recognition#face-matching#liveness-detection#deepfake-detection#ocr#id-card#bank-card#driver-license#vehicle-license#media-labeling#image-analysis#anti-fraud#fraud-prevention#identity-verification#biometric#ai-security#compliance#fintech#aml#know-your-customer#document-verification#face-liveness#selfie-verification#deepfake#onboarding
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.