← 返回 Skills 市场
262
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xfyun-face-compare
功能描述
Compare two face images and return similarity score using iFlytek Face Recognition API.
安全使用建议
This skill appears to do what it claims, but before installing: (1) Confirm you trust the iFlytek endpoint (https://api.xf-yun.com) and understand privacy/legal implications of uploading facial images to a third-party service. (2) Ensure you provide only valid iFlytek credentials and store them securely — the SKILL.md suggests putting them in ~/.openclaw/openclaw.json which will store secrets on disk. (3) Ensure the runtime environment has the required Python libraries (requests) or install them in a controlled manner. (4) Review your organization's policy on biometric data handling and retention before using this in production. If you need higher assurance, inspect the final lines of the included script (it was truncated in the package listing) to verify there are no additional hidden behaviors.
功能分析
Type: OpenClaw Skill
Name: xfyun-face-compare
Version: 1.0.0
The skill provides face comparison functionality by integrating with the iFlytek (Xunfei) API. The implementation in `scripts/index.py` follows standard practices for API authentication (HMAC-SHA256 signing) and image processing, only accessing files explicitly provided via command-line arguments. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description ask to compare two face images via iFlytek. The skill requires iFlytek credentials (app id/key/secret), reads two image files, encodes them, and POSTs to an xfyun API endpoint — all consistent with the described purpose.
Instruction Scope
SKILL.md and the Python script both limit actions to validating and reading two image files, encoding them, signing a request, and sending it to the iFlytek API. There are no instructions to read other files, collect unrelated environment variables, or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only), which minimizes write-to-disk risk, but the bundled script imports the third-party 'requests' module while SKILL.md only declares 'python3' as a required binary and doesn't mention dependencies. This is a usability/packaging omission (runtime failure if 'requests' isn't present) rather than a security indicator, but you should ensure the runtime has required Python packages.
Credentials
The three required environment variables (XF_FACE_APP_ID, XF_FACE_API_KEY, XF_FACE_API_SECRET) directly correspond to authenticating with the iFlytek API. No unrelated credentials or broad system secrets are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It only reads environment variables at runtime and does not persist additional configuration or tokens itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xfyun-face-compare - 安装完成后,直接呼叫该 Skill 的名称或使用
/xfyun-face-compare触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of xfyun-face-compare.
- Supports comparing two face images using iFlytek Face Recognition API.
- Provides high-accuracy similarity score and comparison result (same person or not).
- Compatible with JPG, PNG, BMP formats under 4MB.
- Requires Python and environment variables for API credentials.
- Outputs detailed JSON including similarity, confidence, and face detection status.
- Designed for identity verification, authentication, and security scenarios.
元数据
常见问题
iFLYTEK Face Compare 是什么?
Compare two face images and return similarity score using iFlytek Face Recognition API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 262 次。
如何安装 iFLYTEK Face Compare?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xfyun-face-compare」即可一键安装,无需额外配置。
iFLYTEK Face Compare 是免费的吗?
是的,iFLYTEK Face Compare 完全免费(开源免费),可自由下载、安装和使用。
iFLYTEK Face Compare 支持哪些平台?
iFLYTEK Face Compare 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 iFLYTEK Face Compare?
由 Dzy-1026(@dzy-1026)开发并维护,当前版本 v1.0.0。
推荐 Skills