← 返回 Skills 市场
yunaiikim

smart personal fashion assistant

作者 yunaiikim · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-fashion-assistant
功能描述
个人时尚助手 - 管理你的穿搭风格、电子衣橱,并提供每日穿搭推荐。支持身材肤色录入、衣橱增删改查、冲突检测、统计与智能推荐。
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: personal-fashion-assistant Version: 1.0.1 The 'personal-fashion-assistant' skill bundle is a well-structured set of tools and instructions for managing a digital wardrobe and providing style recommendations. The Python scripts (e.g., wardrobe_tools.py, body_data_generator.py) handle local file management, image processing via PIL, and payload construction for LLM interactions without any signs of malicious intent or unauthorized data exfiltration. The Markdown files provide clear, functional instructions for the AI agent to interact with users and manage their fashion profiles (USER.md) and inventory (inventory.md). No evidence of prompt injection, obfuscation, or dangerous execution patterns was found.
能力评估
Purpose & 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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install personal-fashion-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /personal-fashion-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 新增详细子技能列表,清晰描述所有功能分工与调用方式。 - 明确所有子技能执行需先读取对应 .md 文件,强制严格按定义流程操作。 - 补充强制性初始化及安装流程,规范用户引导与数据持久化细节。 - 优化子技能描述,涵盖衣橱管理、档案建立、冲突检测、统计分析与每日推荐等全链路功能。 - 提供标准 USER.md 数据结构示例,便于用户理解个人信息归档方式。
元数据
Slug personal-fashion-assistant
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

smart personal fashion assistant 是什么?

个人时尚助手 - 管理你的穿搭风格、电子衣橱,并提供每日穿搭推荐。支持身材肤色录入、衣橱增删改查、冲突检测、统计与智能推荐。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 smart personal fashion assistant?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-fashion-assistant」即可一键安装,无需额外配置。

smart personal fashion assistant 是免费的吗?

是的,smart personal fashion assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

smart personal fashion assistant 支持哪些平台?

smart personal fashion assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 smart personal fashion assistant?

由 yunaiikim(@yunaiikim)开发并维护,当前版本 v1.0.1。

💬 留言讨论