face-recognition

Register, search, list, and delete face identity records via a facial recognition API.

23|4|Updated May 7, 2026
One-click install
npx skills add https://github.com/qq5855144/GitHubM --skill face-recognition-qq5855144
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: face-recognition
Source: https://github.com/qq5855144/GitHubM/tree/main/.skills/face-recognition
Command: npx skills add https://github.com/qq5855144/GitHubM --skill face-recognition-qq5855144

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the need to manually wire up facial identity APIs for common face-library operations, making it easier to build reliable verification and enrollment flows.

Core Features & Use Cases

  • Face Registration: Add a person’s face image to a group with optional quality, liveness, and action controls.
  • Face Search: Match a live image or token against one or more face groups to identify the most likely user.
  • User Administration: Query user details, list users in a group, and delete records for maintenance or offboarding.
  • Use Case: An attendance app can enroll new employees, verify check-ins by face search, inspect stored user metadata, and remove departed staff from the library.

Quick Start

Use this Skill to register a user face from an image, search the face library for a match, and return the user details needed by your application.

Frequently Asked Questions about face-recognition

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate face recognition into my attendance system?

To build an attendance system, you register employee face images into face groups, then search the library during check-ins to verify identity. The Skill manages this via API operations like face registration, search, and user administration through edge-function wrappers.

What's the best way to manage biometric user records for offboarding?

Biometric user offboarding requires querying user details and deleting face records from the library. You can list users in a group, inspect stored metadata, and remove departed staff via API deletion operations to maintain data hygiene.

Does Supabase edge functions support face search and identity verification?

Supabase edge functions support face search by wrapping the facial recognition API. They handle platform-managed authentication, JSON request processing, and robust upstream error propagation for secure biometric search operations.

Can I register a face image with liveness and quality controls via API?

Registering a face image via API supports adding a person's image to a group with optional quality, liveness, and action controls. This ensures valid biometric data is enrolled in the face library for subsequent identity verification.

How to handle pagination and errors when listing users in a face library?

Listing users in a face library requires pagination support to manage large datasets and robust upstream error propagation to surface API failures. The system handles JSON requests and returns detailed error responses for administrative maintenance.