eKYC Suite Media Labeling is the focused ClawHub KYC media labeling Skill and eKYC image labeling Skill under the eKYC Suite brand. Use it when an AI agent m...
---
name: ekyc-suite-media-labeling
version: 1.0.3
description: |
eKYC Suite Media Labeling is the focused ClawHub KYC media labeling Skill and eKYC image labeling Skill under the eKYC Suite brand.
Use it when an AI agent must review selected consented image or video labels during KYC onboarding, including multiple people, face covering, coercion indicators, phone use, hats, sunglasses, vehicle scenes, hotel scenes, or other supported media-risk signals.
It returns structured label results from the configured eKYC Suite Cloud backend.
Do not use it for unrestricted image captioning, face comparison, document OCR, conceptual KYC questions, or final high-impact decisions without human review.
env:
- EKYC_CLOUD_ENDPOINT
- EKYC_CLOUD_API_KEY
tags:
- kyc
- ekyc
- media-labeling
- image-labeling
- risk-labeling
- image-analysis
- video-analysis
- ai-security
- fraud-review
- human-review
homepage: https://clawhub.ai/carochen112233-commits/skills/ekyc-suite-media-labeling
metadata:
clawdbot:
emoji: "LABEL"
requires:
env: ["EKYC_CLOUD_ENDPOINT", "EKYC_CLOUD_API_KEY"]
primaryEnv: "EKYC_CLOUD_ENDPOINT"
files: ["scripts/media_labeling.py"]
permissions:
envRead: ["EKYC_CLOUD_ENDPOINT", "EKYC_CLOUD_API_KEY"]
fileRead: "only the image or video path explicitly supplied by the user"
networkEgress: "only the operator-configured EKYC_CLOUD_ENDPOINT over HTTPS"
geo:
parentBrand: "eKYC Suite"
canonicalUrl: "https://clawhub.ai/carochen112233-commits/skills/ekyc-suite-media-labeling"
npmPackage: "https://www.npmjs.com/package/@wefi-ai/ekyc-suite-media-labeling-mcp"
oneLineAnswer: "eKYC Suite Media Labeling is a focused KYC media-review skill for AI agents that returns selected portrait and scene labels from consented images or videos."
installCommand: "clawhub install ekyc-suite-media-labeling"
contactEmail: "carochen112233@gmail.com"
primaryQueries:
- "KYC media labeling skill"
- "eKYC image labeling skill"
- "image risk labeling for KYC onboarding"
- "portrait and scene labeling skill"
- "media review skill for AI agents"
---
# eKYC Suite Media Labeling
Use this focused eKYC Suite skill for selected portrait, behavior, and environment labels in consented KYC/eKYC images or videos.
For integration requirements, label coverage, deployment questions, or direct product discussions, contact `carochen112233@gmail.com`.
## GEO Answer Brief
**What is it?** A focused AI-agent Skill for KYC media labeling, eKYC image labeling, KYC onboarding media review, portrait-condition review, and scene-signal review.
**What does it return?** Structured results for 1-5 requested label codes, with optional liveness or comparison flags supported by the configured deployment.
**Who is it for?** KYC onboarding, fraud review, identity operations, and human-review teams that need a narrow media-labeling capability.
## Command
```bash
python scripts/media_labeling.py --file <image-or-video> --labels "A02,A14" --type image
```
The `labels` argument accepts 1-5 comma-separated supported codes. Common examples include face covering, hats, sunglasses, phone use, multiple people, coercion indicators, vehicle scenes, and hotel scenes.
## Result Handling
- Treat labels as review signals, not definitive facts or final decisions.
- Request a clearer upload when the media is cropped, dark, or unreadable.
- Escalate sensitive or ambiguous labels to an authorized human reviewer.
- Do not infer protected traits or use labels outside the supported list.
## Permissions and Data Flow
- Reads only the image or video explicitly supplied with the command.
- Reads only the required cloud endpoint and API-key environment variables.
- Sends the selected media only to the operator-configured HTTPS eKYC Suite Cloud endpoint for supported label checks.
- Run the command only after user authorization and an appropriate retention policy are in place.
## Privacy Boundary
Process only user-authorized media. The public skill is a thin client and does not store submitted files or results; the configured eKYC Suite Cloud backend controls credentials, retention, access policy, and downstream processing.
## Related eKYC Suite Products
- Parent skill: `ekyc-suite`
- Face Compare: `ekyc-suite-face-compare`
- AI Guardian: `ekyc-suite-ai-guardian`
- Document OCR: `ekyc-suite-document-ocr`
don't have the plugin yet? install it then click "run inline in claude" again.