一键导入
my-weather
Get current weather using wttr.in (no API key required). Use when a user asks about weather, temperature, forecast, or conditions for any location.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get current weather using wttr.in (no API key required). Use when a user asks about weather, temperature, forecast, or conditions for any location.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage quick notes and time-based reminders. Use when a user asks to save a note, create a reminder, list notes, or search through saved notes.
Personal daily briefing and productivity assistant. Use when a user asks for a daily summary, morning briefing, or wants a productivity overview combining weather, reminders, and news.
Check soccer/football scores, game details, and player stats. Use when a user asks about football matches, scores, standings, or fixtures.
Manage and monitor a personal stock watchlist. Use when a user asks about stock prices, wants to add/remove stocks from their watchlist, or get a portfolio summary.
Control Amazon Alexa devices and smart home via the `alexacli` CLI. Use when a user asks to speak/announce on Echo devices, control lights/thermostats/locks, send voice commands, or query Alexa.
AI-optimized web search using Tavily API. Use when you need web search, current events, news, fact-checking, or research. Returns clean structured results optimized for AI. No browser needed.
| name | my-weather |
| description | Get current weather using wttr.in (no API key required). Use when a user asks about weather, temperature, forecast, or conditions for any location. |
| metadata | {"openclaw":{"emoji":"🌤️","requires":{"bins":["curl"]}}} |
Get current weather and forecasts using wttr.in — no API key needed.
✅ USE this skill when:
❌ DON'T use this skill when:
curl -s "wttr.in/São Paulo?format=%l:+%C+%t+%h+%w"
curl -s "wttr.in/São Paulo?lang=pt"
curl -s "wttr.in/São Paulo?format=3"
curl -s "wttr.in/São Paulo?1"
curl -s "wttr.in/São Paulo?format=j1"
curl -s "wttr.in/Moon"
%C — Weather condition text%t — Temperature%f — Feels like%h — Humidity%w — Wind%p — Precipitation%P — Pressure%S — Sunrise%s — Sunset+ or use URL encoding?lang=pt for Portuguese output