weather

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide quick, no-signup access to current weather and forecasts so users and scripts can get reliable conditions without registering for an API key.

Core Features & Use Cases

  • wttr.in quick lookups: Human-readable one-liners and compact formats for fast CLI checks and chat responses.
  • Open-Meteo JSON fallback: Machine-readable forecasts for programmatic use, dashboards, and automation.
  • Use Case: Check current conditions from a shell, embed a weather query in a script to annotate data, or fetch JSON for automated reports.

Quick Start

Ask for the current weather for a city name or coordinates, for example request 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 from the command line without an API key?

You can get current weather from the command line without an API key by using curl with wttr.in, passing a city name or coordinates to retrieve human-readable forecasts directly in your terminal.

Can I fetch weather forecasts as JSON for script automation?

Yes, you can fetch weather forecasts as JSON for script automation by using the Open-Meteo fallback, which provides machine-readable output suitable for dashboards and automated reports via curl.

Do I need to install any dependencies to check weather with curl?

No dependencies are required to check weather with curl, as the skill only needs an outbound HTTP client and a location name or geographic coordinates to request conditions.

What's the best way to embed a weather lookup in a shell script?

The best way to embed a weather lookup in a shell script is using wttr.in for human-readable formats or Open-Meteo for JSON retrieval, annotating data with optional format flags.

Does wttr.in support compact weather formats for CLI checks?

Yes, wttr.in supports compact weather formats for CLI checks, allowing you to pass optional format flags to generate concise one-liners suitable for fast terminal lookups and chat responses.