weather

Retrieve current weather conditions and forecasts for specified locations.

8|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/greghavens/triggerfish --skill weather-greghavens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/greghavens/triggerfish/tree/main/skills/bundled/weather
Command: npx skills add https://github.com/greghavens/triggerfish --skill weather-greghavens

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick access to current weather conditions and forecasts for any location, eliminating the need to manually search weather websites.

Core Features & Use Cases

  • Current Weather: Fetch real-time weather data including temperature, conditions, and humidity.
  • Forecasts: Obtain a 3-day weather forecast.
  • Multiple Data Sources: Supports wttr.in (no API key) and OpenWeatherMap (with API key).
  • Use Case: Ask for the weather in your current city or a vacation destination to plan your day or trip.

Quick Start

Fetch the current weather for London in a compact format.

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 forecast for a specific location?

To get the current weather forecast, you can specify a location using a city name, country, airport code, coordinates, or ZIP code. The Skill fetches real-time conditions and a 3-day forecast using the wttr.in service.

Do I need an API key to retrieve weather conditions?

You do not need an API key to retrieve basic weather conditions because the Skill supports wttr.in for general use. Configuring an OpenWeatherMap API key is optional and only required for accessing more detailed weather data.

What location formats can I use to check the temperature and weather?

You can check the temperature and weather using various location formats, including city names, countries, airport codes, geographic coordinates, and ZIP codes. The Skill processes these inputs to retrieve the relevant forecast data.

Can I get a multi-day weather forecast without manually searching websites?

Yes, you can obtain a 3-day weather forecast without manually searching websites. The Skill retrieves forecast data directly through web fetching capabilities, eliminating the need to browse external weather sites.

What is the difference between using wttr.in and OpenWeatherMap for weather data?

wttr.in provides general weather data without requiring configuration, while OpenWeatherMap supplies detailed weather information but requires an API key. The Skill supports both data sources to retrieve current conditions and forecasts.