weather

Fetch current weather and forecasts via wttr.in or Open-Meteo without an API key.

7|2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/SJTU-IPADS/SkVM-data --skill weather-sjtu-ipads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/SJTU-IPADS/SkVM-data/tree/main/skills/weather
Command: npx skills add https://github.com/SJTU-IPADS/SkVM-data --skill weather-sjtu-ipads

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick access to current weather conditions and forecasts for any location without requiring API keys or complex setup.

Core Features & Use Cases

  • Two free services: quick, API-key-free weather lookups via terminal or scripts.
  • Location flexibility: supports city names or coordinates for current conditions and short forecasts.
  • Use Case: plan a trip, decide what to wear, or automate simple weather checks in a workflow.

Quick Start

Ask for the current weather in a city to retrieve up-to-date conditions.

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

You can get current weather and forecasts without an API key by sending simple HTTP requests via curl to wttr.in or Open-Meteo endpoints. These free services return human-readable or machine-parseable data for any location without requiring authentication.

Can I check the weather for specific coordinates instead of a city name?

Yes, you can check the weather using specific coordinates. The tool supports location flexibility by accepting either city names or coordinates to fetch current conditions and short forecasts from wttr.in or Open-Meteo endpoints.

How do I fetch weather data using curl from the command line?

To fetch weather data using curl from the command line, send a simple HTTP request to wttr.in or Open-Meteo endpoints. This retrieves current conditions and forecasts for your specified location without requiring complex setup or authentication.

What is the best way to automate simple weather checks in a workflow?

The best way to automate simple weather checks in a workflow is by using curl to request data from wttr.in or Open-Meteo. These services provide machine-parseable outputs without API keys, making them ideal for scripted automation.

Do I need to install any dependencies to use wttr.in or Open-Meteo for weather lookups?

No, you do not need to install any dependencies to use wttr.in or Open-Meteo for weather lookups. The tool relies on simple HTTP requests via curl and requires no authentication, ensuring quick access without complex setup.

Does the weather tool return machine-parseable data for scripts?

Yes, the weather tool returns machine-parseable data suitable for scripts. By querying wttr.in or Open-Meteo endpoints via curl, you can retrieve structured data alongside human-readable formats for current conditions and forecasts.