weather

Retrieve current weather and forecasts for locations via wttr.in with Open-Meteo JSON fallback.

58|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/Simplified-Reasoning/Pi-Bench --skill weather-simplified-reasoning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Simplified-Reasoning/Pi-Bench/tree/main/third_party/nanobot/nanobot/skills/weather
Command: npx skills add https://github.com/Simplified-Reasoning/Pi-Bench --skill weather-simplified-reasoning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weather lookup helps you quickly understand current conditions and upcoming forecasts without needing accounts, API keys, or complex setup.

Core Features & Use Cases

  • Real-time weather via wttr.in: Get a fast one-liner for a city, including temperature and conditions.
  • Full forecasts: Retrieve richer forecast details for today and beyond using wttr.in options.
  • Programmatic fallback via Open-Meteo: Fetch current weather in JSON format using latitude/longitude for integrations and scripting.

Quick Start

Ask for the weather in your city and include that you want both current conditions and a forecast.

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 and forecasts without an API key?

Weather lookup via wttr.in and Open-Meteo fetches current conditions and forecasts without requiring accounts or API keys. You simply request data for a city or coordinates using standard HTTP requests like curl.

Can I retrieve weather data in JSON format for scripting and integrations?

Yes, you can retrieve JSON weather data for scripting. The Skill uses an Open-Meteo fallback that accepts latitude and longitude coordinates to provide machine-readable JSON outputs suitable for programmatic integrations.

What's the best way to check weather quickly for personal planning or travel prep?

The best way for travel prep is querying wttr.in with a city name to get a fast, human-readable one-liner. It includes temperature and conditions, supporting quick lookups for today and upcoming forecasts.

Does this weather lookup support geographic coordinates or only city names?

Weather lookup supports both city names and geographic coordinates. City names are processed via wttr.in for human-readable outputs, while latitude and longitude coordinates are used for JSON data via the Open-Meteo fallback.

Do I need to install dependencies to get weather forecasts via curl?

No dependencies are required to get forecasts via curl. The Skill relies on standard HTTP requests and external services like wttr.in and Open-Meteo, meaning you need no complex setup or local environment configurations.