weather.forecast

Retrieve current weather conditions and short forecasts for any city.

2|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/anzx01/LocalClaw --skill weather-forecast-anzx01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather.forecast
Source: https://github.com/anzx01/LocalClaw/tree/main/bundled_skills/weather.forecast
Command: npx skills add https://github.com/anzx01/LocalClaw --skill weather-forecast-anzx01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides accurate, up‑to‑date weather information without needing the user to browse external sites.

Core Features & Use Cases

  • Real‑time conditions: Retrieves current temperature, humidity, and weather description for any city.
  • Short forecast: Returns a brief forecast for the next few days.
  • Use case: When a user asks “What’s the weather in Tokyo today?” the skill fetches and presents the data instantly.

Quick Start

Ask the skill for the weather in London right now.

Frequently Asked Questions about weather.forecast

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

FAQPage Schema
How do I get real-time weather forecasts for a specific location using an AI assistant?

You can get real-time weather forecasts by asking your AI assistant for conditions in a specific city. The skill sends an HTTP GET request to wttr.in, parses the JSON response, and returns structured current temperature and humidity data.

Can I retrieve current temperature and humidity data for any city?

Yes, you can retrieve current temperature and humidity data for any city. By parsing JSON data fetched via HTTP from wttr.in, the skill provides accurate, up-to-date weather conditions without browsing external sites.

What is the best way to integrate short weather forecasts into a chat application?

Integrating short weather forecasts into a chat application is best done by fetching data from wttr.in via HTTP GET. The skill parses the JSON response and returns structured short weather forecasts directly in the chat interface.

Does this weather forecast tool provide climate trends or just current conditions?

This weather forecast tool provides both current conditions and short forecasts for the next few days. It retrieves data via HTTP GET from wttr.in, parses the JSON response, and returns structured current temperature and weather trend information.

Do I need an API key to retrieve weather data from wttr.in?

No API key is required to retrieve weather data from wttr.in using this skill. It directly performs an HTTP GET request to fetch and parse JSON data, providing instant weather forecasts without needing external site browsing.