Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Aicloset Skill

AI智能衣橱 — 衣橱管理、AI搭配推荐、知识库搜索、虚拟试衣

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 51 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name, description, and the listed APIs (wardrobe, product, outfit, AI features) align with the required pieces (curl binary and an API key). The declared primary credential (AICLOSET_API_KEY) is consistent with the API usage shown in examples.
!
Instruction Scope
SKILL.md instructs the agent to call only the aicloset service endpoints (POSTs to https://aicloset-dev.wxbjq.top) using the API key. However it also documents an environment variable override AICLOSET_API_URL that is not declared in requires.env — an instruction-accesses-env mismatch. The APIs accept image uploads and image URLs: using image_url causes the remote service to fetch arbitrary URLs, and uploading/recording OOTD photos will transmit user images to the external host (privacy/exfiltration risk).
Install Mechanism
Instruction-only skill with no install spec or downloadable code; risk from installation mechanism is low. It requires curl to be present which matches the curl-based examples.
Credentials
Only one credential is required (AICLOSET_API_KEY), which is proportional to the described API usage. Minor inconsistency: SKILL.md mentions an optional AICLOSET_API_URL env override but that variable is not declared in the skill metadata. No unrelated credentials or high-privilege secrets are requested.
Persistence & Privilege
Skill is not marked always:true and does not request modifications to other skills or system-wide settings. It can be invoked autonomously (platform default), which increases blast radius but is not unusual by itself.
What to consider before installing
This skill appears to do what it says (wardrobe management and AI outfit features) but exercise caution before installing: - The service host is an unfamiliar dev-style domain (aicloset-dev.wxbjq.top) and the skill has no listed homepage or trusted publisher — verify the provider and hosting before using. - The skill will send wardrobe data and photos to that external server. Avoid uploading any sensitive or identifying photos unless you trust the service and its privacy policy. - The SKILL.md mentions an override env var AICLOSET_API_URL that is not declared by the skill metadata; if you set that, requests will go to whatever URL you supply — ensure it points to a trusted endpoint. - Treat AICLOSET_API_KEY as a service-specific key. Do not reuse high-privilege keys (AWS, GitHub tokens, etc.) as this API key. - If you need higher assurance, ask the publisher for a homepage, privacy policy, and clarification about the API host and key scoping, or run the skill in an isolated/sandboxed environment.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.1.0
Download zip
latestvk972494pn6qjdm06vf7k9xp7an83f3xc

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binscurl
EnvAICLOSET_API_KEY
Primary envAICLOSET_API_KEY

SKILL.md

AI Closet(爱搭衣橱)

AI 驱动的智能衣橱管理平台。管理衣橱和单品、获取 AI 搭配推荐、搜索服饰知识库、体验虚拟试衣。

鉴权

所有接口需要 API Key,支持两种方式传递:

方式示例
HTTP Headerx-api-key: YOUR_API_KEY
Query 参数?api_key=YOUR_API_KEY

API Key 通过环境变量 AICLOSET_API_KEY 获取。

API Key 已绑定特定用户身份,所有接口自动使用绑定用户的数据,无需传 user_id。

Base URL

https://aicloset-dev.wxbjq.top

可通过环境变量 AICLOSET_API_URL 覆盖。

通用响应格式

所有接口统一返回 JSON:

{"code": 0, "msg": "ok", "data": {...}}
  • code = 0 表示成功
  • code != 0 表示错误,msg 包含错误描述

常见错误码:

错误码含义
40000参数校验失败
40008系统错误
43100鉴权失败 / API Key 无效
43600衣橱错误(如名称重复)

能力概要

所有接口均为 POST 方法。大部分接口使用 application/x-www-form-urlencodedapplication/jsonproduct/add 支持 multipart/form-data 文件上传。

接口路径说明
衣橱列表/skill/wardrobe/list查询用户衣橱列表,支持分页
创建衣橱/skill/wardrobe/create创建新衣橱
录入单品/skill/product/add上传服饰图片,AI 自动识别分类
编辑单品/skill/product/edit修改单品名称
搭配列表/skill/outfit/list查询用户搭配列表,支持分页
推荐搭配/skill/outfit/recommend按使用频率推荐搭配方案
OOTD 记录照片/skill/ootd/record-photo记录每日穿搭照片
OOTD 记录搭配/skill/ootd/record-outfit记录每日穿搭搭配方案
AI 搭配推荐/skill/ai/outfit-recommend根据场景、风格、天气智能推荐搭配
知识库搜索/skill/ai/kb-search搜索服饰知识库,支持品类和风格过滤
虚拟试衣/skill/ai/virtual-tryon将服饰图片合成到模特身上

使用场景

衣橱管理:创建衣橱 → 上传服饰图片录入单品 → 查看和编辑单品信息

搭配推荐:查询已有搭配 → 获取使用频率推荐 → 使用 AI 根据场景生成新搭配

每日穿搭:选择搭配或拍照 → 记录 OOTD → 关联日期和天气信息

AI 能力:搜索知识库找灵感 → AI 推荐搭配方案 → 虚拟试衣预览效果

详细 API 文档

  • 衣橱与单品管理 — wardrobe/list, wardrobe/create, product/add, product/edit
  • 搭配与 OOTD — outfit/list, outfit/recommend, ootd/record-photo, ootd/record-outfit
  • AI 能力 — ai/outfit-recommend, ai/kb-search, ai/virtual-tryon

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…