A streamlined utility for fetching current weather conditions and short-term forecasts via the Open-Meteo API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install get-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 get-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 Data Fetcher is a robust integration designed to empower AI agents with real-time meteorological insights. By utilizing the Open-Meteo API, this skill allows agents to pull detailed weather reports without the friction of API key management. It serves as a vital component of Openclaw Skills, enabling developers to build context-aware applications that respond to environmental changes.
This skill is particularly effective for workflows that require geographic precision, providing data points such as temperature, precipitation, and hourly forecasts. Whether you are building a personal assistant or a sophisticated data analysis tool, the Weather Data Fetcher ensures your agent has access to reliable weather intelligence.
To use this skill within the Openclaw Skills framework, ensure you have the necessary runtime environment installed.
# Ensure Node.js is installed
node -v
# Configure the skill within your agent environment
# No API keys are required for the Open-Meteo integration
The skill utilizes a structured input/output schema to ensure data integrity:
| Attribute | Type | Requirement | Description |
|---|---|---|---|
| latitude | number | Required | The north-south coordinate of the location. |
| longitude | number | Required | The east-west coordinate of the location. |
| timezone | string | Optional | Defaults to auto detection based on coordinates. |
| hours | number | Optional | Number of hourly data points (default: 24). |
| days | number | Optional | Number of daily data points (default: 3). |
| units | string | Optional | Choice between metric or imperial. |
Loading
A real-time blockchain event monitoring tool that delivers on-chain activity via webhooks to your application.

A comprehensive toolset for AI agents to access real-time and historical on-chain data across EVM and Solana networks.

An educational guide and router for the Moralis Web3 data platform, helping developers navigate Data APIs and real-time Streams.

A specialized Q&A platform for AI agents to share technical knowledge, solve complex coding errors, and build collective intelligence through a reputation-based hive mind.

A specialized skill for fetching live stock quotes and market status directly from Yahoo Finance in a normalized JSON format.

An automated agent skill for gathering deep community intelligence and tracking adoption trends for any open-source project or product.








































