weather

A tool for weather forecasting and data lookup with customizable parameters and caching options, supporting multiple formats and protocols for flexible integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches quick access to current weather data and forecasts without requiring API keys, enabling fast planning and automation.

Core Features & Use Cases

  • No-key weather lookups via wttr.in and Open-Meteo as a fallback to obtain current conditions and short-term forecasts.
  • Versatile formatting: retrieve concise summaries or full forecasts, with guidance on units and city inputs.
  • Use Case: Imagine planning a day trip and needing up-to-date weather for your destination without signing up for an API.

Quick Start

Fetch the current weather for a city using wttr.in.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I fetch current weather and forecasts using curl without an API key?

You can fetch current weather data and forecasts using curl without an API key by querying wttr.in, which returns current conditions and short-term predictions directly to your terminal for quick lookups and automation.

What happens if wttr.in is unavailable when fetching weather data via curl?

If wttr.in is unavailable, the weather query falls back to Open-Meteo to retrieve current conditions and short-term forecasts, ensuring you still get location-based weather data without needing an API key.

Can I get weather forecasts for specific coordinates instead of city names?

Yes, you can fetch weather forecasts using either city names or specific geographic coordinates, allowing flexible location-based queries for travel planning and automation without requiring API keys.

Does the curl weather lookup support different output formats and units?

Yes, the curl weather lookup supports optional output formats and units, allowing you to retrieve either concise summaries or full forecasts tailored to your preferred measurement system for planning and automation.

Is wttr.in suitable for fetching weather data in automated scripts?

wttr.in is suitable for automated scripts because it provides current weather and forecasts via curl without API keys, enabling fast integration into location-based automation workflows using city names or coordinates.