weather

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

31|9|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/codemo1991/nanobot-webui --skill weather-codemo1991
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/codemo1991/nanobot-webui/tree/main/nanobot/skills/weather
Command: npx skills add https://github.com/codemo1991/nanobot-webui --skill weather-codemo1991

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick access to current weather conditions and forecasts for any location without requiring users to sign up for or manage API keys.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, and humidity.
  • Forecasts: Access short-term weather predictions.
  • Multiple Formats: Supports simple text summaries, detailed forecasts, and even image outputs.
  • Use Case: Planning an outdoor event? Quickly check the weather for your city to make informed decisions.

Quick Start

Use the weather skill to get the current weather for Paris.

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 conditions without an API key?

Get current weather forecasts without an API key by using publicly accessible services like wttr.in and Open-Meteo. These services return real-time temperature, conditions, and short-term predictions in text summaries, detailed forecasts, or image files.

Can I retrieve weather forecasts in different output formats?

Yes, weather forecasts can be retrieved in multiple output formats including simple text summaries, detailed forecasts, and image files. This makes the retrieved weather data suitable for quick checks or programmatic integration.

Do I need curl installed to fetch weather data?

Yes, the curl command-line utility is required to fetch weather data. The Skill relies on curl to retrieve current conditions and forecasts from free public services like wttr.in and Open-Meteo.

What is the best way to check short-term weather predictions for a specific city?

The best way to check short-term weather predictions for a specific city is to query free public services like Open-Meteo or wttr.in. This approach provides real-time temperature, conditions, and humidity without requiring an API key.

Why use wttr.in or Open-Meteo instead of other weather APIs?

Use wttr.in or Open-Meteo instead of other weather APIs to eliminate the entry barrier of signing up for or managing API keys. These free public services still provide current conditions, forecasts, and image outputs.

Related Skills