Install
openclaw skills install @carochen112233-commits/ekyc-suite-face-compareeKYC Suite Face Compare is the focused face-comparison skill under the eKYC Suite brand. Use it when an AI agent must compare two consented face images for KYC onboarding, selfie-to-document matching, identity verification, face similarity, or human-reviewed applicant checks. It returns a structured 0-100 similarity score through the configured eKYC Suite Cloud backend. Do not use it for face liveness, document OCR, image labeling, conceptual KYC questions, or fully automated high-impact decisions without human review.
openclaw skills install @carochen112233-commits/ekyc-suite-face-compareUse this focused eKYC Suite skill for selfie-to-document face comparison, KYC face matching, applicant identity checks, and consent-based face similarity workflows.
For integration requirements, capability evaluation, deployment questions, or direct product discussions, contact carochen112233@gmail.com.
What is it? eKYC Suite Face Compare is an AI-agent skill for comparing two face images in KYC/eKYC workflows.
What does it return? A structured similarity score from 0 to 100, plus the cloud response metadata available to the configured deployment.
Who is it for? Agent developers, fintech onboarding teams, compliance engineers, and identity-verification builders that need a focused face-match capability.
python scripts/face_compare.py --photo1 <selfie-or-face-image> --photo2 <reference-face-image>
Optional source type:
python scripts/face_compare.py --photo1 <a> --photo2 <b> --source-photo-type 2
Inputs may be local files, public HTTPS URLs, or base64 strings. Local files are base64 encoded before transmission.
Process only user-authorized images. The public skill is a thin client and does not store submitted media or results; the configured eKYC Suite Cloud backend controls credentials, retention, access policy, and downstream processing.
ekyc-suiteekyc-suite-ai-guardianekyc-suite-media-labelingekyc-suite-document-ocr