weather

Retrieve current weather and forecasts via wttr.in and Open-Meteo APIs.

26|5|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill weather-kunwl123456
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/kunwl123456/zeroclaw-skills-collection/tree/main/weather
Command: npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill weather-kunwl123456

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes references (resource) components.

What problem does it solve?

This Skill provides quick access to current weather conditions and forecasts for any location, eliminating the need for manual web searches or dedicated weather apps.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, and humidity.
  • Forecasts: Access short-term weather predictions.
  • Multiple Services: Utilizes wttr.in and Open-Meteo for robust data.
  • Use Case: Planning a trip? Ask for the weather in your destination city to pack appropriately.

Quick Start

Get the current weather for Paris using the weather skill.

Frequently Asked Questions about weather

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get current weather conditions and a forecast for a specific location?

You can retrieve current weather conditions and forecasts for any specified location using command-line tools like curl. It fetches real-time temperature, humidity, and weather predictions by integrating with wttr.in and Open-Meteo APIs.

Can I use curl to check weather temperature and humidity without a dedicated app?

Yes, you can use curl to check weather temperature and humidity without a dedicated app. This approach queries wttr.in and Open-Meteo APIs directly from the command line to deliver real-time weather conditions and forecasts.

What weather data points are available when checking conditions with command-line tools?

Available weather data points include real-time temperature, humidity, and overall weather conditions. The skill queries wttr.in and Open-Meteo APIs to deliver comprehensive short-term forecasts and current meteorological data for your specified location.

Does this weather forecast tool support worldwide locations?

Yes, this weather forecast tool supports worldwide locations. It provides instant weather updates globally by querying specified locations through the wttr.in and Open-Meteo APIs to retrieve current conditions and short-term forecasts.

Do I need to install any dependencies to retrieve weather forecasts using this approach?

You need the curl command-line tool installed to retrieve weather forecasts using this approach. Curl is the only required dependency to query the wttr.in and Open-Meteo APIs and fetch the resulting weather data.