smart personal fashion assistant
v1.0.1个人时尚助手 - 管理你的穿搭风格、电子衣橱,并提供每日穿搭推荐。支持身材肤色录入、衣橱增删改查、冲突检测、统计与智能推荐。
⭐ 0· 28·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (personal fashion/wardrobe assistant) align with the included code and .mds: tools handle image ingest, inventory management, user profile creation, outfit recommendations, conflict checks and HTML dashboards. No unrelated cloud credentials or unrelated binaries are requested.
Instruction Scope
Runtime instructions require reading/writing local config files (USER.md, inventory.md), storing user photos under smart_wardrobe/, and sending image/text payloads to a multimodal LLM. Those actions are expected for the stated purpose, but they involve collecting and transmitting user photos and profile data to whatever model endpoint the agent uses — the SKILL.md assumes the agent will call a 'MiniMax' style model but does not specify the endpoint or credential handling.
Install Mechanism
No install spec; this is an instruction+tools bundle (Python scripts) that will only run if the agent chooses to execute them. No external downloads, package installs, or unusual install locations observed.
Credentials
The skill requests no environment variables or external credentials. It requires file-system access (creating folders, reading/writing USER.md, inventory.md, wardrobe_data/, temp_upload/, wardrobe_dashboard/) which is proportional to managing a local electronic wardrobe.
Persistence & Privilege
always:false and no modifications to other skills or global agent configs are requested. The skill persists its own data (USER.md, inventory.md, images, html dashboard) in a subdirectory — expected for this functionality.
Assessment
This skill appears internally consistent with a local wardrobe/fashion assistant, but review the following before installing:
- Photo & data transmission: the tools compress/encode user photos into Data URIs and assemble payloads intended for a multimodal LLM. Confirm which model endpoint and credentials your agent will use — sending photos and personal body/skin data to an external model is sensitive.
- Local filesystem writes: the skill will create ./smart_wardrobe/ (USER.md, inventory.md, wardrobe_data/, temp_upload/, wardrobe_dashboard/) and will move/delete files during import flows. Make sure you are comfortable with those files being created where the agent runs and that you have backups if needed.
- Model-generated content becomes authoritative: several flows rely on model-generated IDs, HTML that contains embedded JSON, and then automatically update USER.md or inventory.md. A hallucinated or malformed model response could corrupt indexes or inject unexpected data into your local files — consider reviewing model outputs or enabling confirmation steps (the skill includes confirmation steps, but check your agent enforces them).
- Execution capability: the bundle includes Python tools; the agent will only use them if it can run Python. If you run in a restricted environment, verify what runtime the agent will actually execute.
If you want stronger safety: restrict the skill from autonomous invocation until you have validated end-to-end behavior, inspect the code in TOOLS/, and configure the agent so that any payloads containing images are sent only to a trusted model endpoint you control.Like a lobster shell, security has layers — review code before you run it.
latestvk97cvg33dr0r5nj7zr5bb3pyjh844dez
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
