ootd
SKILL.md
OOTD (Outfit Of The Day)
A smart outfit recommender that adapts to the weather and your specific style profile.
Usage
# Check outfit for current location
ootd
# Check outfit for a specific city
ootd "New York"
How It Works
- Weather Analysis: Fetches current conditions (Temperature, Sky, Wind) using the
weatherskill. - User Context: Reads
USER.mdto understand your persona and style preferences (e.g., "Streetwear", "Techwear", "Classic"). - Wardrobe Lookup (Optional): Checks for a
wardrobe.jsonfile in the workspace to recommend specific items you own.