Overview
- Skill Key
- heytedward/ootd
- Author
- heytedward
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/heytedward/ootd
- Latest Commit SHA
- cd8ea151d8768284b74ce42879fa58cc5fdb99b1
Your personal AI stylist. Suggests an Outfit Of The Day based on real-time weather and your personal style.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ootd 技能。 若已安装,则直接安装 ootd 技能。
# OOTD (Outfit Of The Day)
A smart outfit recommender that adapts to the weather and your specific style profile.
## Usage
```bash
# Check outfit for current location
ootd
# Check outfit for a specific city
ootd "New York"
```
## How It Works
1. **Weather Analysis:** Fetches current conditions (Temperature, Sky, Wind) using the `weather` skill.
2. **User Context:** Reads `USER.md` to understand your persona and style preferences (e.g., "Streetwear", "Techwear", "Classic").
3. **Wardrobe Lookup (Optional):** Checks for a `wardrobe.json` file in the workspace to recommend specific items you own.
4. **Recommendation:** Generates a natural language suggestion.
## Configuration
### 1. The Digital Wardrobe (Optional)
Create a file named `wardrobe.json` in your workspace (`~/.openclaw/workspace/`) to define your clothes. If this file doesn't exist, the skill will give general advice based on your style.
**Example Format:**
```json
{
"items": [
{
"name": "Heavyweight Hoodie",
"type": "top",
"tags": ["heavy", "streetwear", "cotton"],
"min_temp": 40,
"max_temp": 65
},
{
"name": "Vintage Denim Jacket",
"type": "outerwear",
"tags": ["casual", "layer"],
"min_temp": 50,
"max_temp": 65
}
]
}
```
### 2. Style Profile
Ensure your `USER.md` contains a note about your style.
* *Example:* "I prefer minimalist streetwear and dark colors."
## Output Format
The output is formatted as a clean summary:
* **Temperature:** [Current Temp]
* **Sky:** [Condition]
* **Vibe:** [Short mood description]
* **Recommendation:** [Conversational advice]
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.