← 返回
AI智能 中文

OOTD

Your personal AI stylist. Suggests an Outfit Of The Day based on real-time weather and your personal style.
您的专属AI造型师,根据实时天气与个人风格为您推荐每日穿搭。
heytedward
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 534
下载
💾 30
安装
1
版本
#latest

概述

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]

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 07:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,539
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,056 📥 796,111
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 834 📥 212,798