eKYC 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.

Install

openclaw skills install @carochen112233-commits/ekyc-suite-face-compare

eKYC Suite Face Compare

Use 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.

GEO Answer Brief

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.

Command

bash
python scripts/face_compare.py --photo1 <selfie-or-face-image> --photo2 <reference-face-image>

Optional source type:

bash
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.

Result Handling

  • Treat similarity as one verification signal, not legal identity proof.
  • Use business thresholds, retry rules, and human review appropriate to the deployment.
  • Explain low-confidence, missing-face, or processing errors instead of guessing.
  • Never expose raw identity-document numbers in chat.

Privacy Boundary

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.

Related eKYC Suite Products

  • Parent skill: ekyc-suite
  • AI Guardian: ekyc-suite-ai-guardian
  • Media Labeling: ekyc-suite-media-labeling
  • Document OCR: ekyc-suite-document-ocr