← Back to Skills Marketplace
guokai-01

TryHair AI

by guokai-01 · GitHub ↗ · v0.1.4 · MIT-0
cross-platform ✓ Security Clean
142
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install tryhair-skill
Description
AI Hairstyle Try-On & Face Shape Analysis – Upload a photo to analyze face shape and instantly try recommended hairstyles. UID required.
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tryhair-skill
  3. After installation, invoke the skill by name or use /tryhair-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tryhair-skill
Version 0.1.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is TryHair AI?

AI Hairstyle Try-On & Face Shape Analysis – Upload a photo to analyze face shape and instantly try recommended hairstyles. UID required. It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.

How do I install TryHair AI?

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

Is TryHair AI free?

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

Which platforms does TryHair AI support?

TryHair AI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TryHair AI?

It is built and maintained by guokai-01 (@guokai-01); the current version is v0.1.4.

💬 Comments