Your personal AI stylist. Suggests an Outfit Of The Day based on real-time weather and your personal style.
A smart outfit recommender that adapts to the weather and your specific style profile.
# Check outfit for current location
ootd
# Check outfit for a specific city
ootd "New York"
weather skill.USER.md to understand your persona and style preferences (e.g., "Streetwear", "Techwear", "Classic").wardrobe.json file in the workspace to recommend specific items you own.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:
{
"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
}
]
}
Ensure your USER.md contains a note about your style.
The output is formatted as a clean summary: