weather

Fetch real-time weather data and forecasts for any location using curl.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill weather-dakshrawat298-gif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN/tree/main/packages/skills/skills/weather
Command: npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill weather-dakshrawat298-gif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

People often need quick, reliable weather information for a given location without having to manage API keys or complex setup.

Core Features & Use Cases

  • Real-time lookup: Get current weather conditions for any city or coordinates.
  • Forecast on demand: Retrieve short- and mid-term forecasts without API keys.
  • Lightweight: Curl-based client works where curl is available.

Quick Start

Ask for the current weather in a city, and I will return the condition, temperature, and an upcoming forecast.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get real-time weather forecasts using curl without an API key?

This Skill fetches real-time weather forecasts using curl without an API key by querying wttr.in, which returns current conditions, temperature, wind, and humidity directly to your command line.

Can I retrieve weather data for specific coordinates instead of a city name?

Yes, you can retrieve real-time weather data and forecasts for any city or specific geographic coordinates using curl, providing flexibility for locations without standard city names.

Do I need to install any dependencies to fetch weather data via curl?

No additional dependencies are required to fetch weather data, but the execution environment must have curl available to query wttr.in or the Open-Meteo fallback.

What happens if the primary wttr.in weather service is unavailable?

If the primary wttr.in service is unavailable, the weather query automatically falls back to Open-Meteo as a secondary source to ensure you still receive current conditions and forecasts.

What is the best way to check short-term weather conditions for a location quickly?

The best way to quickly check short-term weather conditions is using a curl-based client to query wttr.in, which provides real-time lookup and on-demand forecasts without complex setup.