weather

Retrieve real-time weather data and forecasts for specified locations using curl.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/drshailesh88/Krypto --skill weather-drshailesh88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/drshailesh88/Krypto/tree/main/skills/weather
Command: npx skills add https://github.com/drshailesh88/Krypto --skill weather-drshailesh88

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill retrieves real-time weather data for a given location without API keys, enabling quick visibility into current conditions and forecasts.

Core Features & Use Cases

  • Live weather lookups: Get current conditions for any city or coordinates.
  • Forecasts on demand: Retrieve short- and long-range forecasts to plan activities.
  • Use Case: Plan a weekend trip by checking the forecast for your destination.

Quick Start

Run a quick lookup using curl: curl -s "wttr.in/London?format=3" for a compact result.

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 data using curl without an API key?

You can get current weather data without an API key by sending curl requests to HTTP endpoints like wttr.in or Open-Meteo, which return real-time conditions for specified locations. This enables quick city-level lookups for personal planning.

Can I retrieve weather forecasts for a specific location using CLI?

Yes, you can retrieve short- and long-range weather forecasts using CLI tools like curl. By querying services such as wttr.in and Open-Meteo, you obtain forecast data to plan activities, travel, and outdoor events.

Do I need to install additional libraries to check weather forecasts from the command line?

No, you do not need additional libraries to check weather forecasts from the command line. The task requires only curl, performing simple HTTP requests to fetch concise weather results directly from wttr.in and Open-Meteo endpoints.

What is the best way to perform a quick city-level weather lookup for travel planning?

The best way to perform a quick city-level weather lookup for travel planning is using curl with wttr.in. For example, the command curl -s "wttr.in/London?format=3" retrieves a compact, API-key-free weather result instantly.

Does this weather lookup approach work with coordinate-based locations?

Yes, this weather lookup approach works with coordinate-based locations. By targeting Open-Meteo and wttr.in HTTP endpoints with curl, you can retrieve real-time weather data and forecasts for any city or specific geographic coordinates.