A professional Python-based command-line utility providing global weather forecasts, precipitation data, and temperature tracking with emoji-rich formatting.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weather-checker
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-checker 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 Checker is a comprehensive command-line interface tool engineered for developers who need immediate access to meteorological data without leaving their terminal environment. As a featured utility in the Openclaw Skills ecosystem, it leverages the Open-Meteo API to deliver real-time weather updates and 7-day forecasts without the hurdle of API key management.
This tool is designed for efficiency, offering a clean technical bridge between complex atmospheric data and actionable insights. Whether you are a developer looking to integrate environmental conditions into a script or a power user needing a quick forecast, this skill provides high-density information through a lightweight, Python-driven interface.
To get started with this tool from the Openclaw Skills library, first install the required Python dependencies:
pip3 install requests --user
Next, download the core script and set the appropriate execution permissions:
curl -O https://raw.githubusercontent.com/yourusername/weather-checker/main/weather_checker.py
chmod +x weather_checker.py
For easier access, you can link the script to your local bin directory:
sudo ln -sf $(pwd)/weather_checker.py /usr/local/bin/weather-checker
The Weather Checker organizes data into structured fields, which is particularly useful when using the -f json flag. The schema follows this taxonomy:
| Property | Description | Example |
|---|---|---|
location |
The targeted global city | Beijing |
date |
The date of the forecast | 2026-02-26 |
weather |
Condition description with emoji | Light Rain |
temperature |
Min/Max range in Celsius | 3.8°C ~ 8.3°C |
precipitation |
Rainfall volume in millimeters | 0.8mm |
probability |
Chance of precipitation percentage | 20% |
Loading
A time-windowed autonomous task queue that separates active daytime work from overnight maintenance cycles for predictable agent behavior.

A sophisticated task queue system that filters autonomous agent work by type, ensuring tokens are spent on high-value activities while routine maintenance is handled by scripts.

A specialized skill for managing top-level to-do blocks in Notion pages without the overhead of databases.

A high-performance integration for managing Notion tasks, agendas, and database entries through simple CLI commands and AI workflows.

A protocol conversion bridge that allows the OpenAI Codex CLI to utilize high-performance domestic Chinese AI models.

A full-featured Signal messenger bridge for AI agents featuring encrypted text, voice transcription, and role-based security.








































