weather

Fetch current weather and forecasts for any location via curl.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/joneqian/EvoClaw --skill weather-joneqian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/joneqian/EvoClaw/tree/main/packages/core/src/skill/bundled/weather
Command: npx skills add https://github.com/joneqian/EvoClaw --skill weather-joneqian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the need to hunt for weather APIs or manage API keys by providing quick, curl-based access to current conditions and forecasts for any location.

Core Features & Use Cases

  • No-key weather lookups: Retrieve current conditions with simple one-liners using wttr.in.
  • Forecast access: Get short- and full-forecast data for planning and automation.
  • Use cases: Add weather checks to scripts, chat prompts, or dashboards to surface timely conditions.

Quick Start

Ask it for the current weather and a short forecast for a city of your choice.

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

You can get current weather and forecasts without an API key by using curl to fetch data from wttr.in, which provides a simple, parseable format for any location. This approach eliminates the need to hunt for weather APIs or manage authentication.

What is the best way to add weather checks to automation scripts?

The best way to add weather checks to automation scripts is using curl-based one-liners that retrieve current conditions and short forecasts. This method supports lightweight automation and outputs data in a simple, parseable format suitable for scripts and dashboards.

Can I use curl with wttr.in for personal planning and quick weather checks?

Yes, you can use curl with wttr.in for personal planning and quick weather checks in chat prompts or scripts. It provides immediate access to current conditions and short- or full-forecast data for any location without requiring API keys.

Does this weather lookup approach support fallback services if wttr.in fails?

Yes, the weather lookup approach supports fallback weather services alongside wttr.in. This ensures you can retrieve current conditions and forecasts for any location even if the primary service is unavailable, maintaining reliable data access for your automation.

What are the limitations of using curl for weather forecasts in scripts?

Using curl for weather forecasts in scripts relies on external services like wttr.in and open-meteo, meaning availability depends on their uptime. It is designed for lightweight automation and quick checks rather than heavy, continuous data polling.