← 返回 Skills 市场
142
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install tryhair-skill
功能描述
AI Hairstyle Try-On & Face Shape Analysis – Upload a photo to analyze face shape and instantly try recommended hairstyles. UID required.
安全使用建议
This skill appears to implement what it claims, but review these before installing: (1) It uploads user images (and images fetched from URLs) to tryhair.ai — do not upload photos you consider highly sensitive. (2) The UID you supply functions as an account identifier/token; only share it if you trust the service. (3) The script fetches arbitrary image URLs — avoid passing URLs that point to internal network resources (risk of leaking internal data). (4) Ensure the runtime has the Python 'requests' package, or the script will fail. (5) Generated images are saved to an 'output' folder; delete them if you want them removed. If you need higher assurance, ask the publisher for a dependency list, confirm the API endpoints are official, or run the code in an isolated environment.
能力评估
Purpose & Capability
Name/description match the implementation: the CLI script accepts an image and UID and POSTs to tryhair.ai endpoints to run face-shape analysis or generate hairstyle previews. Requiring a UID and an internet connection is expected for this purpose.
Instruction Scope
The runtime will accept local files, base64 blobs, or arbitrary image URLs, then fetch and upload the image to external APIs (default: https://tryhair.ai). That behavior is reasonable for an image-processing skill, but it can lead to unintended data exfiltration if an image_url points at internal resources or sensitive endpoints. The SKILL.md also permits reusing prior-session images and instructs saving generated images locally (user must delete them manually) — both are privacy-relevant and should be made explicit to users.
Install Mechanism
This is instruction-only (no installer). There is a bundled Python script that depends on the 'requests' library, but the skill manifest does not declare dependencies or provide an install step. That mismatch can cause runtime failures if 'requests' is not available.
Credentials
No sensitive environment variables are required by the registry metadata, but the code reads optional endpoint env vars (OPENCLAW_TRYHAIR_API / OPENCLAW_FACESHAPE_API). The primary runtime credential is a user-supplied UID (16 chars) which is used for account/session management; requiring a UID is proportional to the stated purpose, but a UID can act like an authentication token and should be treated sensitively. The skill uploads user images to an external service (tryhair.ai) as part of normal operation.
Persistence & Privilege
The skill does not request persistent platform privileges or 'always' inclusion. It writes generated images to the current working directory (output/) and does not modify other skills or system configuration. The file-writing behavior is limited to created output images.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tryhair-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/tryhair-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.4
Add Cleanup in SKILL.md
v0.1.3
Add homepage link and resources section for better discoverability
v0.1.2
Soften language to improve security posture, remove forceful directives, clarify data handling
v0.1.1
Security update: add user confirmation step before execution, improve privacy handling, fix YAML syntax, align output rules
v0.1.0
tryhair-openclaw 0.1.0 initial release:
- Adds AI-powered face shape analysis and instant hairstyle try-on from user-uploaded photos.
- Strictly enforces command execution rules—no manual analysis, explanation, or data reformatting.
- Supports context reuse for UID and images within a session for seamless multi-step flows.
- Integrates output and error handling protocols for image rendering and user guidance.
- Implements anti-duplication and action prioritization to prevent repeat requests and ensure instant execution.
元数据
常见问题
TryHair AI 是什么?
AI Hairstyle Try-On & Face Shape Analysis – Upload a photo to analyze face shape and instantly try recommended hairstyles. UID required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。
如何安装 TryHair AI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tryhair-skill」即可一键安装,无需额外配置。
TryHair AI 是免费的吗?
是的,TryHair AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TryHair AI 支持哪些平台?
TryHair AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TryHair AI?
由 guokai-01(@guokai-01)开发并维护,当前版本 v0.1.4。
推荐 Skills