← Back to Skills Marketplace
StyleBuddy
by
89kpjddmtb-ui
· GitHub ↗
· v0.4.4
· MIT-0
370
Downloads
0
Stars
1
Active Installs
9
Versions
Install in OpenClaw
/install stylebuddy
Description
OpenClaw首个生活场景Skill - 你的AI穿搭闺蜜。拍照录入衣橱、智能推荐搭配、逛街种草咨询,还有衣橱分析帮你科学购物。支持多模态识别,无需关键词,像跟闺蜜聊天一样自然。
Usage Guidance
This skill appears to be what it says: a local wardrobe manager and outfit recommender. Things to consider before installing:
- Privacy: the skill stores photos and metadata in a local SQLite DB and assets/images; avoid uploading very sensitive photos and back up/secure the database if you care about privacy.
- Optional APIs: image search/generation providers (Serper, SiliconFlow) require API keys you would add to config.yaml; only provide keys from services you trust.
- Runtime environment: code runs as Python and depends on requirements.txt (requests, pillow, pyyaml). Installing or running it will install/execute that code — review all files (especially the 12 omitted files) for any hidden network endpoints or unexpected requests before providing any credentials.
- Recommendation: if you plan to use it, (1) review services/*.py and src/storage/database.py for outbound network calls and data handling, (2) run it in an isolated environment if possible, and (3) do not give it any unrelated credentials (AWS, Slack, etc.). If you want, I can search the omitted files for suspicious network calls or tokens and re-check the assessment.
Capability Analysis
Type: OpenClaw Skill
Name: stylebuddy
Version: 0.4.4
StyleBuddy is a comprehensive AI fashion assistant bundle designed for wardrobe management and outfit recommendations. The code implements legitimate features including SQLite-based data storage, PIL-based image processing for outfit visualization, and integration with the Open-Meteo API for weather-aware suggestions. No evidence of data exfiltration, malicious execution (e.g., eval/exec), or prompt injection was found; file operations (shutil.copy2) and network requests are strictly aligned with the stated purpose of managing local assets and fetching weather data.
Capability Assessment
Purpose & Capability
Name/description (AI wardrobe, image-based outfit recommendations) match the included code, data assets, and config. Optional integrations (weather, image search, image generation) are declared in config.yaml and make sense for the stated features. There are no declared environment variables or unrelated credentials requested.
Instruction Scope
SKILL.md describes only wardrobe, recommendation, and optional external APIs. The runtime code snippets shown operate on local DB, local asset files, and (optionally) well-scoped external services (Open-Meteo, Serper, SiliconFlow) — consistent with the described capabilities. SKILL.md does not instruct the agent to read unrelated system files or exfiltrate data.
Install Mechanism
There is no install specification (instruction-only metadata), which is low-risk. However the bundle includes Python code and a requirements.txt: running the skill will require installing those Python deps and executing the Python code in the agent environment. No downloads from untrusted URLs or arbitrary installers were presented.
Credentials
The skill declares no required environment variables or credentials. config.yaml exposes optional API key fields for image search/generation (user-provided) — this is proportional and expected. No evidence that the skill requires unrelated secrets or cloud credentials.
Persistence & Privilege
Skill is not always-enabled and uses normal autonomous invocation. It stores user data locally (SQLite and asset image folders) which is expected for this kind of skill. There is no indication it attempts to alter other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stylebuddy - After installation, invoke the skill by name or use
/stylebuddy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.4.4
Version 0.4.4 of StyleBuddy contains no user-facing or documented changes.
- No updates to SKILL.md or feature descriptions.
- Likely internal or metadata-only update.
v0.4.3
v0.4.3 focuses on compliance, safety improvements, and environment compatibility:
- Updated documentation to clarify the use of semantic and keyword hybrid routing.
- Removed development script (download_images.sh) to prevent security warnings.
- Modified scripts to use relative paths for better cross-environment compatibility.
v0.4.2
优化ClawHub介绍资料:重写SKILL.md描述,新增README.md,突出OpenClaw首个生活场景Skill定位、技术亮点和兼容性说明
v0.4.1
优化ClawHub介绍资料:重写SKILL.md描述,新增README.md,突出生活场景Skill定位和技术亮点
v0.4.0
Architecture refactor: fully utilize OpenClaw base model capabilities; Add intelligent vision fallback: base model vision -> local analysis -> manual input; Remove internal keyword matching (handled by agent); Simplified code structure
v0.3.5
Bug fixes: improve recommendation intent detection (support flexible queries like '明天约会怎么穿'), fix wardrobe analysis routing priority, fix user profile creation trigger for natural expressions
v0.3.4
Security improvements: add security documentation, fix type error in recommendation handler, clarify API usage patterns to avoid false positives in automated security scanning
v0.3.3
增强吊牌识别、精细化模板库、用户画像与个性化推荐
v0.3.2
StyleBuddy 0.3.2 更新日志
- 增加了中文详细介绍和功能说明文档
- 明确展示衣橱管理、每日穿搭推荐、种草咨询、衣橱分析等核心功能
- 展示交互使用示例,便于理解实际操作流程
- 强调隐私保护、本地数据存储和智能交互能力
Metadata
Frequently Asked Questions
What is StyleBuddy?
OpenClaw首个生活场景Skill - 你的AI穿搭闺蜜。拍照录入衣橱、智能推荐搭配、逛街种草咨询,还有衣橱分析帮你科学购物。支持多模态识别,无需关键词,像跟闺蜜聊天一样自然。 It is an AI Agent Skill for Claude Code / OpenClaw, with 370 downloads so far.
How do I install StyleBuddy?
Run "/install stylebuddy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is StyleBuddy free?
Yes, StyleBuddy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does StyleBuddy support?
StyleBuddy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created StyleBuddy?
It is built and maintained by 89kpjddmtb-ui (@89kpjddmtb-ui); the current version is v0.4.4.
More Skills