Jump to related tools in the same category or review the original source on GitHub.

Data & Analytics @noypearl Updated 2/26/2026

Get Weather OpenClaw Skill - ClawHub

Do you want your AI agent to automate Get Weather workflows? This free skill from ClawHub helps with data & analytics tasks without building custom tools from scratch.

What this skill does

Fetch current weather and forecast data from a free weather API (Open-Meteo).

Install

npx clawhub@latest install get-weather

Full SKILL.md

Open original
namedescriptionuser invocable
weather-data-fetcherFetch current weather and forecast data from a free weather API (Open-Meteo).true

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 }
Original URL: https://github.com/openclaw/skills/blob/main/skills/noypearl/get-weather

Related skills

If this matches your use case, these are close alternatives in the same category.