Weather Data Fetcher for Openclaw

A streamlined utility for fetching current weather conditions and short-term forecasts via the Open-Meteo API.

noypearl
v1.0.6
Jan 29, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install get-weather

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Weather Data Fetcher?

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.

Weather Data Fetcher Use Cases

  • Automating weather-dependent scheduling and travel planning.
  • Providing real-time environmental context for logistics and delivery agents.
  • Feeding historical and forecast weather data into research and analytics pipelines.
  • Enhancing smart-home automations with precise local weather triggers.

How Weather Data Fetcher Works

  1. The AI agent triggers the /weather forecast command with specific latitude and longitude coordinates.
  2. The skill processes optional parameters such as preferred units (metric/imperial) and the desired forecast duration.
  3. A request is dispatched to the Open-Meteo API to fetch the latest meteorological data.
  4. The skill formats the raw API response into a structured JSON object for the agent to utilize.
  5. The agent presents the forecast or current conditions as part of its conversational or automated output.

Weather Data Fetcher Setup

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

Weather Data Fetcher Data Schema & Taxonomy

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.

Weather Data Fetcher Advanced Features

  • Zero-config API access: No registration or API keys required for immediate deployment.
  • Automatic Timezone Resolution: Intelligently identifies the correct local time for any coordinate pair.
  • Multi-Agent Compatibility: Easily integrates with other Openclaw Skills to create complex, data-driven agentic workflows.
  • High-Granularity Forecasts: Support for both high-level daily summaries and detailed hourly meteorological breakdowns.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*