Acquaintance Recognition & Analysis
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @user_bb47e3e3/familiar-person-recognition-analysis.
About this skill
Problem
In home monitoring or office area management, a video or screenshot may need a quick answer: is this a known person, and where do they appear in the frame? Manually reviewing frames is slow and can miss multiple targets. Acquaintance Recognition & Analysis turns this into a structured task: enroll known faces first, then run face detection, feature extraction, and database matching against images or videos.
How It Works
The workflow is centered on the analysis script:
- Input: accepts local image/video paths or remote URLs, with the service downloading remote assets.
- Recognition: detects faces, extracts features, and compares them against the enrolled face database.
- Output: returns position labels, identity annotations, recommendations, and a report link for details.
- History lookup: uses --list to read the historical report list from the cloud API and filter by date range, avoiding local memory or manual aggregation.
Boundaries
This skill is useful for assistive acquaintance verification and area personnel recognition, not legal identity verification. Enroll target faces before recognition. Supported formats include jpg, jpeg, png, mp4, avi, and mov, with a maximum file size of 10MB. Historical reports should be treated as cloud-returned data, and results usually include position information and report links for follow-up.
Use Cases
- A home security operator uploads surveillance video to check whether enrolled members appear and locate them.
- An office manager uploads entrance photos to match an enrolled staff database and annotate their positions.
- During a security review, a user uploads suspicious video to identify known faces and export a structured report.
- In report tracing, a user queries the cloud report list for recognition records within a date range.
Best For
- A home security lead who wants to confirm whether known members appear in surveillance video and locate them.
- An office area manager who needs entrance photo matching against a staff database and position-labeled reports.
- A security operations engineer who wants to query cloud historical recognition reports by date range.
- An automation engineer who wants to integrate image recognition results and report links into workflows.
Related Skills
An engineer-focused HTTP request smuggling handbook covering CL.TE, TE.CL, TE.TE obfuscation, HTTP/2 downgrade, and client-side desync detection.
Analyzes network captures from Wireshark, tcpdump, Fiddler, and Charles, then pinpoints TCP, HTTP, DNS, and TLS issues with filter expressions and remediation steps.
Lightweight Python Linux HIDS exposing SSH brute-force, web attack, and webshell alerts via MCP with ban controls.
A recoverable WorkBuddy cleanup tool that dry-runs and requires confirmation before removing deleted-session leftovers, stale workspaces, and caches by session UUID.