get-weather

Query current weather and forecasts for city or IP locations via wttr.in.

34|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/linanwx/nagobot --skill get-weather-linanwx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-weather
Source: https://github.com/linanwx/nagobot/tree/main/cmd/templates/skills/get-weather
Command: npx skills add https://github.com/linanwx/nagobot --skill get-weather-linanwx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly obtain current weather conditions and forecasts for any location without visiting multiple sources.

Core Features & Use Cases

  • Current Conditions: Retrieve up-to-date weather for a city or IP-based location.
  • Forecasts: Access short- and long-range forecasts in human- or machine-readable formats.
  • Use Case: Plan outdoor activities by checking the latest weather for your destination.

Quick Start

Ask the skill to fetch the current weather for a specified city.

Frequently Asked Questions about get-weather

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

FAQPage Schema
How do I get current weather and forecast data for a specific location?

To get current weather and forecast data, you can query city-based or IP-based locations using curl to fetch concise text or detailed JSON outputs from wttr.in endpoints.

Can I retrieve weather forecast output in JSON format?

Yes, you can retrieve weather forecast output in machine-readable JSON format by querying wttr.in endpoints, alongside human-readable formats for current conditions and short-range forecasts.

Does this weather query tool support language customization?

Yes, this weather query tool supports language customization when fetching current conditions and forecasts from wttr.in, allowing localized outputs for your specified location.

What is the best way to fetch weather data without installing dedicated APIs?

The best way to fetch weather data without dedicated APIs is using curl or an equivalent web fetch tool to query wttr.in endpoints for location-based current conditions and forecasts.

Can I use IP-based location to check weather conditions automatically?

Yes, you can use IP-based location detection to automatically check weather conditions and forecasts by querying wttr.in endpoints, retrieving data without manually specifying a city name.