← Back to Skills Marketplace
134
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install stylepilot
Description
StylePilot 个人衣橱助手。用户拍照存储衣服信息,或询问穿搭搭配(今天穿什么/出行带什么)时激活。不要主动触发,只在用户明确表示需要穿搭建议时使用。 StylePilot is a personal wardrobe assistant. Activate only when the user expli...
Usage Guidance
This skill appears to do exactly what it claims: a local-first wardrobe CLI that copies images into data/images/ and stores metadata in a local SQLite DB. Before installing, consider: 1) Where the agent will run — on your local machine this stores images and DB locally (check data/ permissions and backups); if the agent runs in a hosted/cloud environment, local-only claims may not protect your photos. 2) The run.sh entrypoint will execute the included Python scripts and will create/modify data/ and the DB (you can override the DB location with WARDROBE_DB_PATH). 3) Review the images you add—they are stored unencrypted by default. 4) If you want stronger privacy, run the code in an isolated environment or add encryption/access controls for data/wardrobe.db and data/images/. Finally, you can run the included tests locally (tests/*) to verify behavior before enabling the skill in an agent.
Capability Analysis
Type: OpenClaw Skill
Name: style-pilot
Version: 1.0.1
The StylePilot skill bundle is a well-structured personal wardrobe assistant that operates entirely locally. A review of the Python scripts (wardrobe.py, db.py) and the bash wrapper (run.sh) shows no evidence of data exfiltration, network activity, or malicious execution. The code follows security best practices by using parameterized SQL queries to prevent injection, implementing file size and extension checks for image storage, and using MD5 hashing for filenames to prevent path traversal. The SKILL.md instructions are strictly focused on the stated purpose and do not contain any prompt-injection attacks or instructions to access sensitive system data.
Capability Assessment
Purpose & Capability
Name/description (personal wardrobe assistant) match the code and SKILL.md: scripts implement local storage (data/wardrobe.db), image copying, outfit generation, and feedback. No unrelated credentials, binaries, or cloud services are requested.
Instruction Scope
SKILL.md instructs the agent to call the included CLI (run.sh / scripts/wardrobe.py) with explicit flags (scene, weather, days) and to store images under data/images/. The runtime steps (init, add, list, outfit, feedback) align with the script implementation. The instructions do not ask the agent to read unrelated system files or transmit data externally.
Install Mechanism
No install spec; this is an instruction-and-code-only skill. All code is included in the bundle (Python scripts + run.sh). No external downloads or package installs are performed by the skill itself.
Credentials
No required environment variables or credentials are declared. The only optional env var observed is WARDROBE_DB_PATH (used to override the DB path for tests), which is reasonable and documented. Requested filesystem access (data/ directory, images) is proportional to the stated purpose.
Persistence & Privilege
always:false and user-invocable. The skill stores data under a project-local data/ directory and uses a local SQLite DB; it does not modify other skills or request system-wide configuration. Autonomous invocation remains allowed by default but is not unusual and SKILL.md gives clear activation rules.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stylepilot - After installation, invoke the skill by name or use
/stylepilot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix: 创建 images 目录,解决图片存储问题;Security: 增强文件操作和脚本执行安全性
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is StylePilot?
StylePilot 个人衣橱助手。用户拍照存储衣服信息,或询问穿搭搭配(今天穿什么/出行带什么)时激活。不要主动触发,只在用户明确表示需要穿搭建议时使用。 StylePilot is a personal wardrobe assistant. Activate only when the user expli... It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.
How do I install StylePilot?
Run "/install stylepilot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is StylePilot free?
Yes, StylePilot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does StylePilot support?
StylePilot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created StylePilot?
It is built and maintained by Mars YANG (@mars2003); the current version is v1.0.1.
More Skills