forecast-skill

Fetch real-time weather forecasts from OpenWeather for any location.

1|1|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/kevinl95/ForecastSkill --skill forecast-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forecast-skill
Source: https://github.com/kevinl95/ForecastSkill/tree/main/forecast_skill
Command: npx skills add https://github.com/kevinl95/ForecastSkill --skill forecast-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the need to manually check multiple weather apps or websites, providing instant, accurate forecasts directly within your AI conversation. It saves you time and ensures you're always prepared for current or future weather conditions, simplifying your daily planning.

Core Features & Use Cases

  • Global Forecasts: Get real-time and future weather data for any location worldwide.
  • Detailed Conditions: Access precise temperature, humidity, wind speed, and precipitation information.
  • Activity Planning: Receive actionable advice for travel, outdoor activities, or daily outfits based on weather predictions.
  • Use Case: Instead of opening a browser, simply ask, "What's the weather like in Paris tomorrow?" or "Will it rain in Seattle this weekend?" to get immediate, relevant information.

Quick Start

What's the weather like in London next Tuesday?

Frequently Asked Questions about forecast-skill

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

FAQPage Schema
How do I get real-time weather forecasts for travel planning?

Real-time weather forecasts retrieve current conditions, temperature, humidity, wind speed, and precipitation for any global location. This Skill queries OpenWeatherMap API to provide instant data you can use to plan travel, outdoor activities, or daily decisions without switching between apps.

What information does a weather forecast include?

Weather forecasts return structured data: location, date, temperature in Celsius and Fahrenheit, humidity percentage, wind speed in kph, weather condition, precipitation in millimeters, sunrise and sunset times in UTC. This level of detail supports activity planning, outfit selection, and viability assessment for outdoor plans.

Do I need an OpenWeatherMap API key to use weather forecasts?

Yes, an OpenWeatherMap API key configured in config.json is required. The Skill also requires HTTPS access to api.openweathermap.org. Without valid credentials, the forecast returns an error signal indicating missing or invalid API key rather than weather data.

Can I compare weather across multiple locations?

Weather forecasts support multi-location queries and location comparisons, enabling you to evaluate conditions across different areas simultaneously. This is useful for deciding between travel destinations or coordinating plans across multiple cities.

What happens when a weather forecast request fails?

Forecast failures return explicit error signals: missing_api_key, invalid_api_key, location_not_found, quota_exceeded, or date_not_available. These structured errors help you diagnose the issue—whether it's configuration, API limits, invalid location names, or unsupported forecast dates.

Can weather forecasts help with multi-day planning?

Multi-day forecasts retrieve weather predictions across multiple days, including sunrise and sunset times and full condition details for each day. This supports extended trip planning, event scheduling, and weekly activity coordination based on predicted weather patterns.