← Back to Skills Marketplace
ichendong

Face8 Celebrity Recognition

by ichendong · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
60
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install face8-celebrity
Description
Upload a photo to identify celebrities using Face8 Taiwan face recognition engine
README (SKILL.md)

Face8 Celebrity Recognition

Use the Face8 台灣臉霸 face recognition engine to identify celebrities and public figures from photos.

Usage

python3 scripts/recognize.py \x3Cimage_path>

Output example:

#1 ✅ 簡良益 相似度 97%

🏆 最佳匹配: 簡良益 (97%)

Use --json for raw API response.

Register unknown faces

If Face8 doesn't recognize someone, you can register them:

# Register an unknown face
python3 scripts/recognize.py photo.jpg --register "王小明"

# Confirm a suggested match
python3 scripts/recognize.py photo.jpg --confirm 57298

Notes

  • Only works for celebrities and public figures, not general face search
  • Works best with clear, front-facing photos
  • Registering a face adds it to the Face8名人堂 database
  • API provided by face8.ai, accuracy not guaranteed
  • Requires internet access to reach the face8.ai API
Usage Guidance
Install only if you are comfortable sending the selected photos to face8.ai for face-recognition processing. Avoid using it on private individuals or photos without consent, and be especially careful with --register and --confirm because those options may change Face8's remote face database rather than merely showing a result.
Capability Assessment
Purpose & Capability
Celebrity recognition via Face8 is coherent with the stated purpose, but the artifacts also expose --register and --confirm paths that add or reinforce face identities in Face8's remote database, which is higher impact than simple lookup.
Instruction Scope
The write actions are documented and user-invoked, not hidden, but there is no in-tool consent warning, authorization check, or confirmation prompt before submitting biometric labels or confirmations to the remote service.
Install Mechanism
The skill contains a markdown file and a Python script, declares python3, and has no package-install or persistence mechanism. Static scan and VirusTotal telemetry are clean.
Credentials
Network use is necessary for the Face8 API and is disclosed in the description and notes, but the data involved is face imagery and face tokens, which are sensitive biometric material.
Persistence & Privilege
There is no local persistence or privilege escalation, but --register and --confirm can persistently alter remote Face8 recognition records without clear reversibility or scoping.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install face8-celebrity
  3. After installation, invoke the skill by name or use /face8-celebrity
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Add --register to enroll unknown faces into Face8名人堂 database, add --confirm to verify suggested matches
v1.0.0
Initial release: celebrity face recognition using Face8 Taiwan face API
Metadata
Slug face8-celebrity
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Face8 Celebrity Recognition?

Upload a photo to identify celebrities using Face8 Taiwan face recognition engine. It is an AI Agent Skill for Claude Code / OpenClaw, with 60 downloads so far.

How do I install Face8 Celebrity Recognition?

Run "/install face8-celebrity" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Face8 Celebrity Recognition free?

Yes, Face8 Celebrity Recognition is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Face8 Celebrity Recognition support?

Face8 Celebrity Recognition is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Face8 Celebrity Recognition?

It is built and maintained by ichendong (@ichendong); the current version is v1.0.1.

💬 Comments