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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/carochen112233-commits/ekyc-suiteeKYC 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
| Capability | Command |
|---|---|
| Face compare | python scripts/ekyc_api.py face_compare --photo1 <a> --photo2 <b> |
| Photo liveness | python scripts/ekyc_api.py photo_liveness_detect --file <photo> |
| Video liveness | python scripts/ekyc_api.py video_liveness_detect --file <video> |
| ID card OCR | python scripts/ekyc_api.py id_card_ocr --image <img> --side <0|1> |
| Bank card OCR | python scripts/ekyc_api.py bank_card_ocr --image <img> |
| Driver license | python scripts/ekyc_api.py driver_license_ocr --image <img> |
| Vehicle license | python scripts/ekyc_api.py vehicle_license_ocr --image <img> --side <1|2> |
| Media labeling | python scripts/ekyc_api.py media_labeling --file <f> --labels "A14,B03" --type image |
External Endpoints
| Endpoint | Capabilities | Data Sent |
|---|---|---|
https://kyc1.qcloud.com | 2, 3, 4, 5 (liveness, ID/bank card OCR) | Base64-encoded images/videos + signed request |
https://miniprogram-kyc.tencentcloudapi.com | 1, 6, 7 (face compare, driver/vehicle license OCR) | Base64-encoded images + signed request |
https://kyc2.qcloud.com | 8 (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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-carochen112233-commits-ekyc-suite": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
hr-policy-generator
Comprehensive HR policy development covering attendance, time-off, overtime, remote work, and compliance. Generates structured policy documents, legal checklists, exception handling frameworks, and employee communication plans tailored to company size, work arrangement, and jurisdiction.
sealvera
Tamper-evident audit trail for AI agent decisions. Use when logging LLM decisions, setting up AI compliance, auditing agents for EU AI Act, HIPAA, GDPR or SOC 2, or when a user asks about AI decision audit trails, explainability, or SealVera.
bonded
Bonded warehouse reference — customs procedures, duty deferral, FTZ operations, compliance requirements. Use when managing bonded storage, customs clearance, or duty suspension logistics.
data-management-plan-creator
Automatically generate NIH 2023-compliant Data Management and Sharing Plan (DMSP) drafts following FAIR principles
repo-onboarding-guide
扫描仓库目录与说明文件,生成新成员上手路径、推荐阅读顺序与踩坑提醒。;use for repo, onboarding, developer-experience workflows;do not use for 泄漏私有源码内容到外部, 执行构建命令.