weather

Fetch weather forecasts for multiple cities using wttr.in and Open-Meteo.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill facilita obter previsões do tempo para cidades específicas sem exigir uma chave de API, usando serviços gratuitos.

Core Features & Use Cases

  • Busca previsões para várias cidades com saída legível e com emojis.
  • Mostra temperatura atual, máxima e mínima, vento, umidade e nascer/pôr do sol.
  • Suporta formatos simples para uso em automações e mensagens rápidas.

Quick Start

Peça à skill Weather para buscar a previsão da cidade.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get a weather forecast for multiple cities without an API key?

You can get a weather forecast for multiple cities without an API key by loading data from wttr.in, which requires curl and jq to output a readable, emoji-rich forecast for quick daily planning.

Does fetching city weather forecasts require installing any dependencies?

Fetching city weather forecasts requires installing curl and jq, which are used to request and parse data from the free wttr.in service, with an optional Open-Meteo fallback if the primary service is unavailable.

What is the best way to format weather data for quick daily planning?

The best way to format weather data for quick daily planning is to output a readable, emoji-rich forecast that displays current, maximum, and minimum temperatures, alongside wind, humidity, and sunrise or sunset times.

Can I use free weather services for automation and quick messages?

You can use free weather services for automation by fetching data via curl and formatting it with jq into simple, readable outputs that integrate easily into automated scripts and quick messages.

What weather data is available when fetching forecasts without an API key?

Weather data available without an API key includes current, maximum, and minimum temperatures, wind speed, humidity, and sunrise or sunset times, formatted as a readable, emoji-rich forecast for cities.

What happens if wttr.in is not working when fetching city weather?

If wttr.in is not working when fetching city weather, the process utilizes an optional Open-Meteo fallback to ensure you still retrieve the necessary forecast data using curl and jq.