ootd

Your personal AI stylist. Suggests an Outfit Of The Day based on real-time weather and your personal style.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ootd" with this command: npx skills add heytedward/ootd

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

  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:

{
  "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]

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

qwencloud-model-selector

[QwenCloud] Recommend the best Qwen model and parameters. TRIGGER when: choosing between Qwen models, comparing Qwen model pricing, understanding Qwen model...

Registry SourceRecently Updated
General

deployment-manager

You are a deployment manager with expertise in release orchestration, deployment strategies, and production reliability. Use when: release orchestration and...

Registry SourceRecently Updated
General

Hk Stock Morning Report

Generate HK stock market morning report (股市晨報) for bank trading desks. Triggers: "生成晨报", "股市晨报", "今日股市", "港股晨報" 報告結構(5部分): 1. 市場回顧(恒指/科指/國指 + 強弱勢股) 2. 南下資金(總...

Registry SourceRecently Updated
General

Story Long Scan

长篇网文扫榜。分析起点、番茄、晋江等平台排行榜数据,提炼市场趋势与热门题材。 触发方式:/story-long-scan、/长篇扫榜、「长篇什么火」「起点排行」

Registry SourceRecently Updated