weather-check_skill

This skill provides current weather and multi-day forecasts for any location by name or coordinates.
  • Python

2.6k

GitHub Stars

2

Bundled Files

2 months ago

Catalog Refreshed

3 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill openclaw/skills --skill weather-check

  • _meta.json285 B
  • SKILL.md1.4 KB

Overview

This skill provides current weather conditions and multi-day forecasts for any location worldwide by name or coordinates. It returns structured data including temperature in Celsius/Fahrenheit, humidity, conditions, wind details, and location metadata. The API supports single-day current data and forecasts up to 16 days, with a simple free tier and an optional paid usage model.

How this skill works

Send a POST request to the current or forecast endpoint with a location name or latitude/longitude. The current endpoint returns real-time conditions and a request ID; the forecast endpoint returns day-by-day predictions for 1–16 days (default 7). Responses include location info, temperature objects, humidity, textual conditions, wind speed/direction, and a service identifier.

When to use it

  • Display live weather on websites or apps
  • Automate alerts for temperature, wind, or precipitation thresholds
  • Plan multi-day trips or events with forecast windows
  • Integrate into dashboards for operational decision-making
  • Quickly check conditions by coordinates for remote sites

Best practices

  • Pass coordinates for precise results when serving location-based users
  • Cache current weather for short intervals to avoid hitting rate limits
  • Validate day count for forecasts (1–16) to avoid errors
  • Use the request_id to correlate logs and troubleshoot specific queries
  • Respect free tier limits; implement backoff or fallbacks when rate-limited

Example use cases

  • Fetch current conditions for a city by name to display on a homepage
  • Request a 7-day forecast for travel planning and packing recommendations
  • Monitor wind speed and direction for outdoor event safety automation
  • Integrate forecasts into farm or solar operations scheduling
  • Use coordinate-based queries for remote sensors or asset locations

FAQ

No authentication is required for the free tier; paid usage uses the x402 protocol and USDC on Base.

What forecast range is available?

Forecasts support 1 to 16 days. If days are not specified the service returns a 7-day forecast.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
weather-check skill by openclaw/skills | VeilStrat