weather · git:20260304.0f19dd5 · 2026-03-04 · sha256 f258ff9148a9b65f

weather git:20260304.0f19dd5A

Immutable. This exact content is served forever at /api/v1/blob/f258ff9148a9b65f.

---
name: weather
icon: 🌤️
category: utilities
tags:
  - weather
  - forecast
  - api
description: Get current weather and forecasts
metadata:
  forge:
    requires:
      bins:
        - curl
      env:
        required: []
        one_of: []
        optional: []
    egress_domains:
      - api.openweathermap.org
      - api.weatherapi.com
---
## Tool: weather_current

Get current weather for a location.

**Input:** location (string) - City name or coordinates
**Output:** Current temperature, conditions, humidity, and wind speed

## Tool: weather_forecast

Get weather forecast for a location.

**Input:** location (string), days (integer: 1-7)
**Output:** Daily forecast with high/low temperatures and conditions