A Python-powered skill for retrieving global weather data, including current conditions and multi-day forecasts for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openweather
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openweather using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenWeather skill provides a high-performance interface for AI agents to access global meteorological data via the OpenWeather One Call API 3.0. This skill allows agents to retrieve current conditions, hourly trends, and extended 8-day forecasts with precision. By integrating this into Openclaw Skills, developers can empower their agents to handle location-based queries and environmental context without complex infrastructure.
Built with a focus on efficiency, the skill uses a lightweight Python CLI that relies strictly on the standard library. It handles everything from geocoding city names to parsing complex weather metrics, ensuring that the AI agent receives structured, actionable information. Whether your agent is planning a schedule or monitoring environmental triggers, this skill provides the necessary data layer.
To use this skill within Openclaw Skills, you must provide a valid API key and configure your environment variables.
# Required: Your OpenWeather API key (One Call 3.0 must be enabled)
export OPENWEATHER_API_KEY="your_api_key_here"
# Optional: Set units to metric (Celsius), imperial (Fahrenheit), or standard (Kelvin)
export OPENWEATHER_UNITS="metric"
# Optional: Set a fallback location
export OPENWEATHER_DEFAULT_LOCATION="New York, NY, US"
The skill interacts with the OpenWeather API and manages data according to the following schema:
| Attribute | Description | Required |
|---|---|---|
OPENWEATHER_API_KEY |
OpenWeather One Call 3.0 API key for authentication. | Yes |
OPENWEATHER_UNITS |
Measurement format: imperial, metric, or standard. | No (Default: imperial) |
OPENWEATHER_DEFAULT_LOCATION |
Fallback city string used when no city is specified. | No |
Forecast Days |
Number of days to retrieve for the daily forecast command. | No (Default: 5) |
Forecast Hours |
Number of hours to retrieve for the hourly forecast command. | No (Default: 12) |
Loading
A specialized skill designed to enforce high-signal, human-verified commit and pull request workflows within AI-driven development environments.

A high-performance browser automation CLI built on Playwright for seamless web interaction and data extraction.

A comprehensive tool enabling AI agents to search, download, and read books from multiple sources with intelligent progress tracking.

An advanced operating doctrine for Openclaw Skills that enables a centralized manager agent to orchestrate a distributed AI workforce through the Emperor Claw SaaS control plane.

A powerful command-line interface for TinyTalkingTodos that enables real-time task synchronization and batch management.

The Reeflux Skill is a specialized tool for visual observation and ambient exploration of the Reeflux web environment.








































