weather

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

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/sannabotdev/sannabotapp --skill weather-sannabotdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/sannabotdev/sannabotapp/tree/main/assets/skills/weather
Command: npx skills add https://github.com/sannabotdev/sannabotapp --skill weather-sannabotdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides current weather conditions and forecasts for any location, eliminating the need for manual searching or API key management.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, humidity, and wind.
  • Forecasts: Access multi-day weather predictions.
  • Location Flexibility: Uses device GPS if no location is specified, or accepts city names and airport codes.
  • Use Case: Ask "What's the weather like today?" and get an immediate, human-readable summary for your current location.

Quick Start

Get the current weather in 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 conditions without an API key?

Get current weather conditions by querying free public APIs like wttr.in and Open-Meteo, which require no API key management. The Skill retrieves real-time temperature, humidity, and wind data automatically.

How do I get the weather forecast for my current location?

Retrieve weather forecasts for your current location by enabling device GPS detection. The Skill automatically uses your GPS coordinates to fetch local conditions and multi-day predictions when no city name is specified.

Can I request weather updates using an airport code?

Yes, you can request weather updates using airport codes. The Skill accepts airport codes and city names as valid location parameters to retrieve specific weather conditions and forecasts.

Does the weather forecast tool return structured JSON data?

Yes, the weather forecast tool handles both text and structured JSON data formats. This allows you to receive human-readable summaries or structured data outputs depending on your specific integration requirements.

What is the best way to access multi-day weather predictions?

Access multi-day weather predictions by querying public APIs like Open-Meteo through this Skill. It processes the forecast data and returns multi-day predictions in either text or structured JSON format.

Related Skills