| name | weather |
| description | Get weather conditions and short forecasts. |
| metadata | {"annolid":{"requires":{"bins":["curl"]}}} |
Use this skill for weather lookup tasks.
Guidelines:
- Use explicit locations (city/state/country) when possible.
- Prefer concise forecast summaries (temperature, precipitation, wind).
- Include date/time context and units.
- Do not answer with a promise to check later. Use the lookup tools immediately, then return the weather result.
- Lookup order for reliability:
- First try embedded browser weather lookup (
gui_web_run_steps).
- If unavailable, use
web_search (Scrapling-first backend).
- If a direct weather URL is available, use
web_fetch for extraction.
- If model output is empty or says it cannot browse, immediately run a web lookup tool instead of returning a refusal.