A zero-config CLI tool for retrieving worldwide weather data, daily forecasts, and hourly conditions in structured JSON format.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weathercli
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 weathercli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Weather CLI is a technical utility designed for developers and automation agents to retrieve precise meteorological data from anywhere in the world. By utilizing the Open-Meteo API, it eliminates the need for complex API key management, making it an ideal component for Openclaw Skills that require environmental context. The tool handles everything from geocoding ambiguous city names to normalizing local timezones and providing WMO-standard weather codes.
The skill excels at providing programmatic access to current conditions, 16-day daily forecasts, and 384-hour granular data. Its primary value lies in its ability to output highly structured JSON, allowing AI agents to make informed decisions based on temperature, precipitation probability, and wind speeds without manual parsing of human-centric text.
To integrate this utility into your Openclaw Skills environment, ensure you have Go installed and run the following command:
go install github.com/pjtf93/weathercli/cmd/weathercli@latest
You can also download the pre-compiled binary directly from the GitHub releases page. No environment variables or API keys are required for operation.
The tool provides structured JSON output using the --json flag. The data is organized into location metadata and weather data points:
| Object | Key | Description |
|---|---|---|
| location | name, country, timezone | Geocoded identity and regional settings |
| current | temperature, humidity, wind_speed | Real-time atmospheric conditions |
| daily | temp_max, precip_prob, sunrise | Array of daily forecast data points |
| hourly | temperature, condition | Granular hour-by-hour projections |
| metadata | weather_code, uv_index | Standardized WMO codes and safety indices |
Loading
A terminal-based interface for searching Wallapop listings and programmatically retrieving marketplace item and user data.

A command-line interface designed to search and retrieve detailed property listing data from the Idealista marketplace.

A command-line tool designed to search the coches.net marketplace and retrieve comprehensive listing details in table or JSON formats.

A powerful MCP server connection providing real-time SQL access to over 50 premium datasets directly within your AI coding agent or IDE.

A comprehensive tool for Openclaw Skills that enables AI agents to automate web navigation, bypass bot protections, and interact with complex web applications.

An entertainment-focused Bitcoin solo mining skill that uses idle CPU power for a lottery-style chance at block rewards.








































