get-weather

Fetch current weather data from wttr.in and parse JSON output.

3|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/tnez/agent-skills --skill get-weather
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-weather
Source: https://github.com/tnez/agent-skills/tree/main/examples/get-weather
Command: npx skills add https://github.com/tnez/agent-skills --skill get-weather

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve? Quickly checking weather for various locations often involves opening apps or websites. This skill provides immediate, concise weather information and forecasts for any specified location, saving you time and clicks.

Core Features & Use Cases:

  • Current Conditions: Fetch real-time temperature, humidity, wind, and weather descriptions.
  • Forecasts: Get tomorrow's weather outlook, including high/low temperatures and chance of rain.
  • Use Case: Before leaving for work, ask, "What's the weather in London tomorrow?" and get a quick summary to plan your day.

Quick Start: What is the current weather in Tokyo, Japan?

Frequently Asked Questions about get-weather

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

FAQPage Schema
How do I check the weather for a specific location?

To check weather for a location, provide the city name, airport code, or coordinates. The Skill fetches current temperature in Celsius and Fahrenheit, humidity, wind conditions, and a brief weather description from wttr.in via curl, delivering results instantly without opening a browser.

Can I get a weather forecast for tomorrow?

Yes, the Skill retrieves tomorrow's forecast including high and low temperatures and precipitation chance. Query with phrases like 'What's the weather in London tomorrow?' to receive a quick outlook for planning your day.

What information does this weather lookup provide?

Current weather queries return real-time temperature, humidity, wind speed and direction, weather conditions, and optional multi-day forecasts. The Skill parses JSON from wttr.in to extract and present meteorological details for any specified location.

Does this work for any location worldwide?

The Skill accepts city names, airport codes, and geographic coordinates for worldwide locations. It queries the wttr.in weather service, which covers global coverage, making it suitable for travel planning and remote location lookups.

What dependencies does weather lookup require?

The Skill depends only on curl to fetch data from wttr.in. No additional tools, APIs, or authentication are needed; curl handles the HTTP request and JSON parsing to deliver weather conditions.

Can I use this to plan travel to different destinations?

Yes, the Skill is designed for travel planning. Query weather for multiple cities or airports before departure to compare conditions, pack appropriately, and schedule activities based on forecasts and current meteorological data.