familiar-person-recognition-analysis

Detect faces in images or videos and match them against an enrolled face database.

Updated May 18, 2026
One-click install
npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill familiar-person-recognition-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: familiar-person-recognition-analysis
Source: https://github.com/smyx-sunjinhui/smyx-open-claw-skills/tree/main/skills/familiar-person-recognition-analysis
Command: npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill familiar-person-recognition-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests>=2.28.0, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It helps you recognize acquaintances in images or video frames by matching detected faces against an enrolled face database, so you can immediately know who appears at which location in the footage.

Core Features & Use Cases

  • Familiar face detection & matching: detects faces and compares them to a pre-enrolled database to identify known individuals.
  • Report generation & annotation: returns structured results including identified people, face positions, and confidence-style details.
  • History report lookup (cloud-only): supports querying historical recognition reports from a cloud API and outputs them as a Markdown table with clickable report links.

Quick Start

Ask: "Recognize acquaintances in the uploaded image/video and tell me which known person appears at each location, and return the recognition report."

Frequently Asked Questions about familiar-person-recognition-analysis

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

FAQPage Schema
How do I match faces in a video against a known database to identify people?

Familiar-person recognition detects faces in uploaded images or video frames and matches them against a pre-enrolled database, returning identified identities with per-face location annotations.

Do I need an open-id to run cloud-based face recognition analysis?

Yes, mandatory user open-id retrieval is required to execute cloud-based face recognition analysis and to access cloud-only historical report listing with table-formatted clickable links.

What information is included in a face recognition report for identity verification?

A face recognition report includes identified people, per-face location annotations, and verification-oriented summaries with confidence-style details for each matched individual in the uploaded footage.

Can I retrieve historical face recognition reports from the cloud?

Historical recognition reports can be queried from a cloud API, returning results as a Markdown table with clickable links to each past report.

Does face matching work on both single images and video frame sequences?

Familiar-person recognition supports both single-image and video-frame sequential recognition scenarios, detecting and matching faces to identify known individuals at specific locations.