weather

Fetch current weather data and forecasts for any city via curl.

88|16|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/drpedapati/sciclaw --skill weather-drpedapati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/drpedapati/sciclaw/tree/main/workspace/skills/weather
Command: npx skills add https://github.com/drpedapati/sciclaw --skill weather-drpedapati

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to obtain up-to-date weather information without API keys, simplifying quick weather lookups in automation.

Core Features & Use Cases

  • Lightweight, curl-based weather queries using wttr.in and Open-Meteo for JSON fallback.
  • No API keys required, works in scripts and terminal workflows.
  • Use cases include quick checks, automation pipelines, and dashboard widgets.

Quick Start

Request the current weather for a city with a simple instruction.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get weather forecasts in an automation script without an API key?

You can get weather forecasts in automation scripts by using curl to query free services like wttr.in and Open-Meteo. This approach requires no API key, relying on lightweight curl-based queries to fetch current weather data and forecasts for any city.

Can I use curl to fetch current weather data for any city?

Yes, you can use curl to fetch current weather data for any city by querying wttr.in and Open-Meteo. These free weather services provide up-to-date weather information and forecasts directly through terminal workflows without any API key registration.

What is the best way to check weather quickly from the terminal?

The best way to check weather quickly from the terminal is using curl-based queries with wttr.in, which provides instant weather forecasts. Open-Meteo serves as a JSON fallback, ensuring reliable weather data retrieval for quick consultations and dashboard widgets.

Does wttr.in work with Open-Meteo for JSON weather data fallback?

Yes, wttr.in works with Open-Meteo as a JSON fallback for retrieving weather data. This combination ensures you obtain up-to-date weather information without API keys, simplifying quick weather lookups and automation pipelines when primary services are unavailable.

Do I need to install any dependencies to use wttr.in for weather forecasts?

No, you do not need to install any dependencies to use wttr.in for weather forecasts beyond curl. The skill operates with zero dependencies, leveraging free weather services to provide current weather data and forecasts for automation workflows and planning tasks.