Get current weather for a location
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
name: weather-check
description: Get current weather for a location
metadata: {"openclaw": {"requires": {"bins": ["curl"]}}}
---
# Weather Check
When the user asks about weather, use this skill to look up current conditions.
## Usage
Call the weather API with the location name. Return temperature, conditions, and forecast.
No comments yet. Be the first to comment!