← Back to Skills Marketplace
18072937735

Cat Face Recognition Skill | 猫脸识别技能

by smyx-skills · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install smyx-cat-face-recognition-analysis
Description
Dentifies specific cats by comparing images or videos of their faces. It supports distinguishing between different individuals in multi-cat households, ensur...
Usage Guidance
This package is internally inconsistent and should be treated with caution. Specific issues: (1) Documentation and code are mixed from different features (cat recognition, bird recognition, TCM face analysis), which suggests copy-paste or repackaging rather than a focused tool. (2) The runtime instructions rely on reading local config files and environment variables (OPENCLAW_WORKSPACE, OPENCLAW_SENDER_OPEN_ID, etc.) and will write files (attachments, config.yaml, a SQLite DB under workspace/data). (3) The skill calls external APIs using base URLs present in included config YAMLs — those endpoints are outside your control and could receive uploaded images/videos. Before installing, consider: run the skill in an isolated environment (container/VM), inspect and if needed modify the config.yaml to point to safe/test endpoints, do not provide sensitive credentials or production workspace values, and ask the author/source for a clear explanation of why unrelated modules are included and exactly which network endpoints will be contacted. If you cannot verify the origin or purpose, avoid installing on a device with sensitive data or network access.
Capability Analysis
Type: OpenClaw Skill Name: smyx-cat-face-recognition-analysis Version: 1.0.0 The skill bundle provides cat face recognition and historical report analysis by interfacing with a cloud-based backend (lifeemergence.com). It utilizes a shared library (smyx_common) that manages user authentication tokens in a local SQLite database and includes a mechanism to spawn sub-agents via subprocess calls to 'openclaw agent'. While the SKILL.md uses 'Highest Priority' instructions to override the agent's default memory handling, this is clearly intended to ensure data consistency with the cloud API rather than for malicious purposes. No evidence of unauthorized data exfiltration, credential theft, or harmful intent was found.
Capability Assessment
Purpose & Capability
The skill is labeled a 'Cat Face Recognition' skill but the SKILL.md and code are clearly copy-pasted from other domains: text refers to bird recognition (500 species) and a TCM face-diagnosis skill, and many modules (face_analysis, smyx_common) implement generic AI/health analysis rather than a focused cat-only capability. That mismatch suggests sloppy composition or repackaging and raises doubt whether all included files are necessary or relevant to the claimed purpose.
Instruction Scope
Runtime instructions require reading local config files (skills/smyx_common/scripts/config.yaml or workspace config) to obtain an 'open-id', auto-save uploaded attachments into the skill directory, and insist scripts be run from the skill root. SKILL.md also contains a contradictory 'absolute prohibition' against reading local memory/LanceDB yet the skill explicitly reads local config and can create local DB files. The skill will perform file I/O (save attachments, create DB under workspace/data) and network calls to external APIs — these are beyond a benign 'image-only' classifier and are not reflected in the declared requirements.
Install Mechanism
There is no install spec (instruction-only according to metadata) but the package actually includes many Python modules and large dependency lists in skills/smyx_common/requirements.txt and skills/face_analysis/requirements.txt. That mismatch means dependencies will not be automatically installed by the skill manifest; to run it the environment will need many packages, and the included requirements contain a broad set of libraries. Absence of an install spec combined with many code files is an operational mismatch and increases surprise/risk if executed without preparing an isolated environment.
Credentials
The skill declares no required env vars, but the code reads environment values (OPENCLAW_WORKSPACE, OPENCLAW_SENDER_OPEN_ID, OPENCLAW_SENDER_USERNAME, FEISHU_OPEN_ID) and uses local config files for API base URLs and keys. The SKILL.md enforces obtaining an 'open-id' by reading local config files or asking the user — it forbids fabricating an open-id. The skill may accept an optional API key / api-url parameter; default base URLs in smyx_common point to external domains. Requesting/using these local envs and config files is not proportional to the simple 'cat-face' description and is not declared in metadata.
Persistence & Privilege
always:false (no forced global presence) which is appropriate. However, the code will create/modify files: YamlUtil can create config.yaml if absent, Dao will create a SQLite DB under workspace/data, and the skill will save uploaded attachments into its attachments directory. The skill therefore establishes on-disk persistence and local state even though metadata and SKILL.md emphasize fetching reports from cloud — this behavior should be expected and reviewed before use.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smyx-cat-face-recognition-analysis
  3. After installation, invoke the skill by name or use /smyx-cat-face-recognition-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
cat-face-recognition-analysis v1.0.0 - Initial release of cat face recognition analysis skill. - Supports identification of individual cats from images or videos, including multi-cat households. - Requires cats to be registered in a database for accurate matching and recognition. - Includes strict memory and data handling rules, only allowing report queries via cloud API (local memory is forbidden). - Enforces open-id acquisition flow for every operation to ensure correct report ownership and privacy. - Provides clear output format requirements and demonstration links for real-world use cases.
Metadata
Slug smyx-cat-face-recognition-analysis
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Cat Face Recognition Skill | 猫脸识别技能?

Dentifies specific cats by comparing images or videos of their faces. It supports distinguishing between different individuals in multi-cat households, ensur... It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.

How do I install Cat Face Recognition Skill | 猫脸识别技能?

Run "/install smyx-cat-face-recognition-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cat Face Recognition Skill | 猫脸识别技能 free?

Yes, Cat Face Recognition Skill | 猫脸识别技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cat Face Recognition Skill | 猫脸识别技能 support?

Cat Face Recognition Skill | 猫脸识别技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cat Face Recognition Skill | 猫脸识别技能?

It is built and maintained by smyx-skills (@18072937735); the current version is v1.0.0.

💬 Comments