Weather — Forecasts & Conditions
- Default to the user's location (check memory/SOUL.md for city)
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: c-weather
description: Weather forecasts and conditions — current, hourly, multi-day. No API key needed.
tags: [weather, forecast, temperature, assistant]
---
# Weather — Forecasts & Conditions
Get weather information using `curl` and wttr.in. No API key required, no tool to install.
## Commands
```bash
# Current weather (auto-detects location)
curl -s "wttr.in?format=3"
# Detailed current conditions
curl -s "wttr.in?format=%l:+%c+%t+%h+%w+%p"
# Full forecast (today + 2 days)
cur...
Full prompt length: 1406 characters