weather

Retrieve current weather conditions and multi-day forecasts for specified locations.

186|10|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/initializ/forge --skill weather-initializ
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/initializ/forge/tree/main/forge-skills/local/embedded/weather
Command: npx skills add https://github.com/initializ/forge --skill weather-initializ

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick access to current weather conditions and future forecasts for any specified location, helping users stay informed about weather changes.

Core Features & Use Cases

  • Current Weather: Retrieve real-time temperature, conditions, humidity, and wind speed.
  • Weather Forecast: Get daily forecasts for up to 7 days, including high/low temperatures and conditions.
  • Use Case: Planning an outdoor event? Use this Skill to check the weather forecast for the upcoming weekend.

Quick Start

Use the weather skill to get the current weather for London.

Frequently Asked Questions about weather

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

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

To get the local weather and forecast for a specific location, this Skill retrieves real-time temperature, humidity, wind speed, and up to 7-day forecasts via external APIs.

What is needed to retrieve weather forecasts using an API?

Retrieving weather forecasts using an API requires the `curl` command-line tool for making API calls, along with optional environment variables configured for API authentication to access the data.

Can I check the weather forecast for upcoming travel or event planning?

Yes, you can check the weather forecast for upcoming travel or event planning by retrieving multi-day forecasts that include daily high and low temperatures and expected conditions for your specified location.

How many days of weather forecast can I retrieve for a location?

You can retrieve a weather forecast for a location spanning up to 7 days, which includes daily high and low temperatures along with the expected weather conditions for travel or event preparation.

Does retrieving local weather conditions require specific dependencies?

Retrieving local weather conditions requires the `curl` dependency to execute external API calls, while API authentication relies on optional environment variables configured in your environment setup.