weather

Retrieve real-time weather conditions and multi-day forecasts via wttr.in.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill weather-tedtv1007-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/tedtv1007-ctrl/milk-skills-library/tree/main/weather
Command: npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill weather-tedtv1007-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This skill eliminates the need to manually search weather websites by providing direct, terminal-based access to current weather conditions and forecasts for any location.

Core Features & Use Cases

  • Current Conditions: Get immediate temperature, wind, and humidity data for any city or airport code.
  • Forecasts: Retrieve 3-day or weekly weather outlooks to assist with travel and schedule planning.
  • Use Case: Use this skill when you need to quickly check if it will rain in London tomorrow or verify the current temperature in New York before a meeting.

Quick Start

Ask the AI to provide the current weather forecast for Tokyo using the weather skill.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get current weather conditions using curl?

To get current weather conditions using curl, this skill executes HTTP requests against the wttr.in service. It parses the returned weather data into a readable format, providing immediate temperature, wind, and humidity data for any global city or airport code.

Can I retrieve a multi-day weather forecast for a specific city?

Yes, you can retrieve a multi-day weather forecast for a specific city. The skill supports global location lookups via city names or airport codes to fetch 3-day or weekly weather outlooks, assisting with travel and schedule planning directly from your terminal.

Does this weather utility require any additional dependencies to run?

This weather utility requires curl to run. It relies on the curl dependency to execute HTTP requests to the wttr.in service and parse the returned weather data into a readable format for current conditions and forecasts.

What is the best way to check meteorology data without browsing weather websites?

The best way to check meteorology data without browsing websites is using terminal-based access. This skill eliminates manual web searches by retrieving real-time weather conditions and forecasts directly through curl HTTP requests to the wttr.in service.

Are there limitations when using airport codes for global weather lookups?

There are no specific limitations mentioned for using airport codes in global weather lookups. The skill supports both city names and airport codes to retrieve environmental status checks and multi-day forecasts via the wttr.in service using curl.