weather

Retrieves current weather conditions and forecasts from wttr.in for specified global locations.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/spoonbobo/trinity --skill weather-spoonbobo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/spoonbobo/trinity/tree/main/app/skills/weather
Command: npx skills add https://github.com/spoonbobo/trinity --skill weather-spoonbobo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes references (resource) components.

What problem does it solve?

This Skill provides quick access to current weather conditions and future forecasts for any specified location, helping users make informed decisions about their day or travel plans.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, and wind information.
  • Forecasts: Access 3-day or week-long weather predictions.
  • Use Case: Planning a picnic? Ask for the weather forecast for your city to decide if it's a good day to go out.

Quick Start

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

You can get current weather conditions by requesting a forecast for your specified location, which retrieves real-time temperature and weather data using the wttr.in service to provide an instant weather update.

Can I get a multi-day weather forecast for travel planning?

Yes, you can retrieve a multi-day weather forecast for travel planning by requesting conditions for your destination, which provides 3-day or week-long weather predictions to help you plan accordingly.

Does retrieving weather forecasts require any specific command line utilities?

Yes, retrieving weather forecasts requires the curl utility, which is used to make HTTP requests to the wttr.in service to fetch the specified location's weather data.

What output formats are supported for global weather conditions?

Supported output formats for global weather conditions include one-liners for quick checks, detailed conditions for in-depth analysis, and multi-day forecasts, all retrieved via HTTP requests to the wttr.in weather service.

How does the wttr.in service handle weather data retrieval?

The wttr.in service handles weather data retrieval by processing HTTP requests made through the curl utility, returning current conditions and forecasts for specified global locations in various text-based output formats.