skills$openclaw/weather-data-fetcher
noypearl8.9k

by noypearl

weather-data-fetcher – OpenClaw Skill

weather-data-fetcher is an OpenClaw Skills integration for coding workflows. Fetch current weather and forecast data from a free weather API (Open-Meteo).

8.9k stars4.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameweather-data-fetcher
descriptionFetch current weather and forecast data from a free weather API (Open-Meteo). OpenClaw Skills integration.
ownernoypearl
repositorynoypearl/get-weather
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @noypearl/get-weather
last updatedFeb 7, 2026

Maintainer

noypearl

noypearl

Maintains weather-data-fetcher in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
_meta.json
467 B
index.js
7.6 KB
package.json
99 B
SKILL.md
1.0 KB
SKILL.md

name: weather-data-fetcher description: Fetch current weather and forecast data from a free weather API (Open-Meteo). user-invocable: true metadata: moltbot: emoji: "🌦️" requires: bins: ["node"] homepage: https://open-meteo.com/en/docs

Weather Data Fetcher (Open-Meteo)

Fetch current weather conditions and short-term forecasts using Open-Meteo, a free weather API that requires no API key.


Command

/weather forecast

Fetch current weather and forecast data for a given geographic location.


Input

Required

  • latitude (number)
    Example: 11.0853

  • longitude (number)
    Example: 55.7818

Optional

  • timezone (string) — defaults to "auto"
    Example: "Asia/Jerusalem"

  • hours (number) — number of hourly forecast hours to return (default: 24)

  • days (number) — number of daily forecast days to return (default: 3)

  • units (string) — "metric" (default) or "imperial"


Example inputs

{ "latitude": 88.0853, "longitude": 22.7818 }
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install weather-data-fetcher?

Run openclaw add @noypearl/get-weather in your terminal. This installs weather-data-fetcher into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/noypearl/get-weather. Review commits and README documentation before installing.