A lightweight skill for fetching current weather conditions and forecasts directly via CLI without requiring API keys.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weather-2
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-2 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 an AI agent to retrieve real-time meteorological information using high-performance command-line tools. By leveraging free, no-registration services like wttr.in and Open-Meteo, this skill allows users to check atmospheric conditions, humidity, wind speeds, and moon phases for any location worldwide. It is specifically optimized for terminal environments, making it a versatile utility within the Openclaw Skills library.
Whether you need a quick one-line summary of the current temperature or a detailed multi-day forecast, this skill handles the heavy lifting of network requests and data formatting. It serves as a reliable bridge between an AI agent and global weather stations, ensuring that climate data is always just a simple command away.
To use this skill, ensure that curl is installed on your system. No API keys or external authentication are required.
# Verify installation by fetching a quick weather summary
curl -s "wttr.in/London?format=3"
The skill utilizes specific format codes to organize and display weather metadata. Data can be retrieved in tabular or line formats:
| Attribute | Description | Code |
|---|---|---|
| Location | The specified city, airport, or coordinate name | %l |
| Condition | Current weather status emoji and description | %c |
| Temperature | Current temperature in C or F | %t |
| Humidity | Relative humidity percentage | %h |
| Wind | Wind speed and direction | %w |
| Moon | Current moon phase | %m |
Loading
Identify and fix Core Web Vitals bottlenecks using AI-driven code analysis and prioritized optimization reports.

A CLI tool that automatically generates optimized Vercel configuration files based on your project framework and structure.

A specialized tool that automatically converts TypeScript interfaces and types into production-ready Zod or Yup validation schemas.

A specialized code generator that automates the creation of secure and efficient file upload handlers for various storage backends.

An AI-powered CLI tool that generates production-grade webhook handlers with signature verification and retry logic.

A CLI utility that converts natural language descriptions into production-ready Socket.io server and client handlers.








































