weather

Provides weather information and forecasts from wttr.in for specified or default locations.

5|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/JansenAnalytics/claudex --skill weather-jansenanalytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/JansenAnalytics/claudex/tree/main/examples/workspace/.claude/skills/weather
Command: npx skills add https://github.com/JansenAnalytics/claudex --skill weather-jansenanalytics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly access current weather and forecasts for any location without bouncing between multiple sites.

Core Features & Use Cases

  • Fetch current weather for a given location using wttr.in
  • Retrieve a 3-day forecast
  • Obtain JSON data suitable for programmatic parsing and integration

Quick Start

Ask for the weather forecast for a location, and I will return current conditions, a three-day forecast, and optional JSON data.

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 for a specific location?

To get current weather conditions for a specific location, query the service with your desired place name to receive concise natural-language responses from wttr.in.

Can I retrieve a 3-day weather forecast using wttr.in?

Yes, you can retrieve a 3-day weather forecast using wttr.in by requesting forecast data for your specified location, which returns formatted natural-language responses.

Does this weather service return JSON data for programmatic parsing?

The weather service supports returning JSON data suitable for programmatic parsing and integration, alongside formatted natural-language responses for current conditions and forecasts.

Do I need to specify a location to fetch weather forecasts?

You do not need to specify a location to fetch weather forecasts; the service supports a default location of Oslo and returns weather data automatically when none is provided.

What is the best way to avoid raw command outputs when checking the weather?

To avoid raw command outputs when checking the weather, use this service to query wttr.in, which meets functional requirements by delivering formatted natural-language responses instead.

Are there limitations to querying current conditions through wttr.in?

A limitation of querying current conditions through wttr.in is that the service focuses on current weather and 3-day forecasts, avoiding raw command outputs in favor of formatted natural-language responses.