weather

Fetch current weather and forecasts from wttr.in and Open-Meteo using curl.

1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/austinjan/aaagent-rs --skill weather-austinjan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/austinjan/aaagent-rs/tree/main/skills/weather
Command: npx skills add https://github.com/austinjan/aaagent-rs --skill weather-austinjan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a straightforward solution to obtain current weather conditions and forecasts without the need for an API key.

Core Features & Use Cases

  • Current Weather: Get the latest weather conditions with temperature, humidity, and wind speed.
  • Forecast: View a detailed forecast for the upcoming days.
  • Customization: Choose from various format options to display the information as needed.
  • Use Case: Whether you're planning a day out or need to check the weather for a specific location, this Skill offers a quick and convenient solution.

Quick Start

Use the weather skill to get the current weather for New York City.

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 and forecasts without an API key?

You can retrieve current weather conditions and forecasts without an API key by utilizing curl to fetch data directly from wttr.in and Open-Meteo. This approach provides temperature, humidity, and wind speed data for specified locations without requiring external authentication.

Can I use curl to fetch location-based weather forecasts for multiple days?

Yes, you can use curl to fetch location-based weather forecasts spanning multiple days. The Skill queries wttr.in and Open-Meteo to display detailed upcoming forecasts, including temperature, humidity, and wind speed, with various format customization options.

What is the best way to quickly check the weather for a specific location from the command line?

The best way to quickly check the weather for a specific location from the command line is using curl to query wttr.in and Open-Meteo. This method provides immediate current conditions and forecasts without needing an API key.

Do I need to install any dependencies to retrieve current weather conditions using this method?

Yes, you need curl installed to retrieve current weather conditions. The Skill utilizes curl as its primary component and script mechanism to fetch data from wttr.in and Open-Meteo, requiring no additional API keys or complex environment setups.

Does this weather fetching approach work for personal use and quick weather checks?

Yes, this weather fetching approach works perfectly for personal use and quick weather checks. It is designed to provide current conditions and forecasts for specified locations conveniently, making it suitable for planning a day out or checking specific areas.

Can I customize the display format of weather forecasts fetched via curl?

Yes, you can customize the display format of weather forecasts fetched via curl. The Skill allows you to choose from various format options to display the current weather conditions and upcoming forecasts exactly as needed for your specific use case.