weather

Forecast hourly weather with cloud cover, wind, and precipitation for outdoor activity planning.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/jas-ho/jason-agent-skills --skill weather-jas-ho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/jas-ho/jason-agent-skills/tree/main/plugins/weather
Command: npx skills add https://github.com/jas-ho/jason-agent-skills --skill weather-jas-ho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, sed, awk, bc.

What problem does it solve?

Provides hourly weather forecasts with cloud cover, wind, and precipitation to help plan outdoor activities.

Core Features & Use Cases

  • Hourly forecasts with cloud cover, temperature, wind, and precipitation probability
  • Auto-selects the best forecast model based on location (ICON-D2 for Europe/Alps, global otherwise)
  • Globally applicable, with location-based queries and planning windows for activities like running, cycling, climbing, skiing

Quick Start

Ask for a forecast for a location to plan outdoor activities.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get an hourly weather forecast for planning outdoor activities like running or cycling?

To get an hourly weather forecast for outdoor planning, you query a location to retrieve cloud cover, temperature, wind, and precipitation probability. The system auto-selects the best forecast model based on your location.

What weather data do I need to check before going climbing or skiing?

Checking hourly weather forecasts requires cloud cover, wind speed, temperature, and precipitation probability to determine safe climbing or skiing windows. This data supports activity planning by highlighting optimal times.

Do I need curl and jq installed to fetch location-specific weather forecasts?

Yes, fetching location-specific weather forecasts requires curl for HTTP requests and jq for JSON parsing. These dependencies process the Open-Meteo data to generate hourly planning insights.

Can I use Open-Meteo data for global outdoor activity planning?

Yes, Open-Meteo data supports global outdoor activity planning with automatic model selection. It applies globally, using ICON-D2 for Europe and Alps locations, otherwise defaulting to global models.

How does automatic forecast model selection work for European locations?

Automatic forecast model selection for European locations uses the ICON-D2 model to provide localized hourly weather data. This ensures higher accuracy for outdoor activity planning in regions like the Alps.

What are the limitations of using bash scripts for weather forecasting?

Using bash scripts for weather forecasting limits processing to command-line dependencies like curl, jq, sed, awk, and bc. It requires these specific tools to be installed for successful JSON parsing and HTTP requests.