weather

Retrieve current weather and forecasts via wttr.in or Open-Meteo.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Rachasumanth/text2llm001 --skill weather-rachasumanth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Rachasumanth/text2llm001/tree/main/skills/weather
Command: npx skills add https://github.com/Rachasumanth/text2llm001 --skill weather-rachasumanth

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides current weather conditions and forecasts for any location without requiring users to sign up for or manage API keys.

Core Features & Use Cases

  • Current Weather: Get a quick, one-line summary of weather conditions for a city.
  • Detailed Forecasts: Retrieve comprehensive weather forecasts, including temperature, humidity, and wind.
  • Programmatic Data: Access weather data in JSON format for integration into other applications.
  • Use Case: Ask for the weather in Paris tomorrow morning to plan your day.

Quick Start

Get the current weather for London.

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 for a specific location without an API key?

To get current weather conditions without an API key, you can use public services like wttr.in or Open-Meteo. This approach retrieves concise text summaries or structured JSON data for any specified location.

Can I retrieve a detailed weather forecast including temperature and wind?

Yes, you can retrieve a detailed weather forecast including temperature, humidity, and wind. By querying public services like Open-Meteo, you get comprehensive meteorological data for your specified location.

What's the best way to get weather data in JSON format for application integration?

The best way to get weather data in JSON format for integration is using free public services like wttr.in or Open-Meteo. They provide structured JSON data without requiring API key management.

Does this weather forecast tool require any dependencies to run?

Yes, this weather forecast tool requires the curl dependency to run. Curl is used to fetch current conditions and forecasts from public services like wttr.in and Open-Meteo.

What output formats are supported for weather forecasts?

Supported output formats for weather forecasts include concise text summaries, detailed forecasts, and structured JSON data. These formats allow for quick weather checks or integration into applications.

Why use public services like wttr.in instead of a paid weather API?

You use public services like wttr.in instead of a paid weather API to retrieve current conditions and forecasts without API key management. This removes the entry barrier for quick weather checks and application integration.