weather

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

5|2|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/JackLuguibin/OpenPawlet --skill weather-jackluguibin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/JackLuguibin/OpenPawlet/tree/main/src/openpawlet/skills/weather
Command: npx skills add https://github.com/JackLuguibin/OpenPawlet --skill weather-jackluguibin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skills enables users to quickly obtain current weather conditions and forecasts for any location without the need for API keys or complex setup.

Core Features & Use Cases

  • Weather Retrieval: Fetch current weather details using simple curl commands from wttr.in or Open-Meteo.
  • Multiple Formats: Access brief summaries or detailed forecasts in terminal-friendly formats.
  • Use Case: A traveler wants to check the weather in Tokyo before heading to the airport; they can simply curl wttr.in/Tokyo for a quick update.

Quick Start

Ask the AI to provide the current weather forecast for a city of your choice, such as "What is the current weather in New York?"

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get weather forecasts without an API key?

You can get weather forecasts without an API key by querying free online services like wttr.in or Open-Meteo using curl commands. This allows you to quickly retrieve current conditions for any location without complex setup.

Can I use curl to check the weather for a specific city?

Yes, you can use curl to check the weather for a specific city by querying wttr.in or Open-Meteo. Simply append the location to the command, such as curl wttr.in/Tokyo, to retrieve terminal-friendly current updates and forecasts.

What is the best way to get terminal-friendly weather updates for travel planning?

The best way to get terminal-friendly weather updates for travel planning is using curl to query wttr.in or Open-Meteo. These free services provide brief summaries or detailed forecasts without requiring an API key or complex configuration.

Does the Open-Meteo weather API support multiple forecast formats?

Yes, the Open-Meteo weather API supports multiple formats. By using curl commands, you can access brief summaries or detailed forecasts in terminal-friendly formats suitable for automation and casual inquiry.

Are there limitations to using free online weather services without an API key?

Free online weather services like wttr.in and Open-Meteo provide accessible forecasts without an API key, but may have limitations regarding query volume, data granularity, and format customization compared to paid API tiers.