← 返回 Skills 市场
ichendong

Face8 Celebrity Recognition

作者 ichendong · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
60
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install face8-celebrity
功能描述
Upload a photo to identify celebrities using Face8 Taiwan face recognition engine
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install face8-celebrity
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /face8-celebrity 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug face8-celebrity
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Face8 Celebrity Recognition 是什么?

Upload a photo to identify celebrities using Face8 Taiwan face recognition engine. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。

如何安装 Face8 Celebrity Recognition?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install face8-celebrity」即可一键安装,无需额外配置。

Face8 Celebrity Recognition 是免费的吗?

是的,Face8 Celebrity Recognition 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Face8 Celebrity Recognition 支持哪些平台?

Face8 Celebrity Recognition 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Face8 Celebrity Recognition?

由 ichendong(@ichendong)开发并维护,当前版本 v1.0.1。

💬 留言讨论