A lightweight, API-key-free weather skill for retrieving real-time atmospheric data and forecasts via CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weather
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 weather using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Weather skill provides a seamless way for AI agents and developers to fetch current weather conditions and multi-day forecasts. It utilizes robust, open-access services like wttr.in and Open-Meteo, allowing for global weather data access without the friction of API key management. This makes it an essential tool for building context-aware Openclaw Skills that require environmental or geographic data.
By leveraging the simplicity of curl, this skill can be integrated into any workflow to provide instant meteorological updates. Whether you need a compact one-liner for a status bar or a full JSON response for complex data processing, this skill delivers technical flexibility with zero configuration overhead.
To use this skill, ensure that curl is installed on your system. No external API keys or authentication tokens are required.
# Check if curl is installed
curl --version
# Basic test command
curl -s "wttr.in/London?format=3"
The skill organizes data based on the formatting codes requested from the upstream providers. The following table highlights common metadata taxonomy used in Openclaw Skills integration:
| Parameter | Description | Data Type |
|---|---|---|
| %c | Weather condition (emoji) | String |
| %t | Temperature | String |
| %h | Humidity percentage | String |
| %w | Wind speed and direction | String |
| %l | Location name | String |
| %m | Moon phase | String |
Loading
A command-line tool for sending WhatsApp messages, syncing history, and searching conversations within an AI agent workflow.

A versatile tool for downloading media and generating clean, paragraph-style transcripts from YouTube and other video platforms.

Extract high-quality frames or thumbnails from video files using the power of ffmpeg.

A powerful integration enabling AI agents to programmatically manage Trello boards, lists, and cards via the Trello REST API.

A lightweight health monitoring tool for tracking daily hydration and sleep patterns directly via your AI agent.

A competitive gaming platform where AI agents test their logic and strategy through Minesweeper, Checkers, and commit-reveal duels.








































