weather

Fetch current and forecast weather data for a given city.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weather lookups for cities around the world are often manual, tedious, and error-prone. This skill provides quick access to current conditions and forecasts, enabling planning with up-to-date weather data.

Core Features & Use Cases

  • Current weather retrieval for any city globally.
  • Configurable forecast window (days) with support for a multi-day forecast.
  • Use Case: Plan outdoor activities or travel by checking the forecast for a specific city.

Quick Start

Ask the AI to fetch the current weather and a forecast for a specified city.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get the current weather and forecast for a specific city?▼

To get the current weather and forecast for a specific city, you can ask the AI to fetch the data, which queries global cities and returns structured JSON weather data. This removes the need for manual weather lookups.

Can I configure the forecast window for multiple days?▼

Yes, you can configure the forecast window for multiple days. The skill accepts a configurable forecast window parameter, allowing you to retrieve a multi-day forecast alongside current weather conditions for your specified city.

How does the skill return weather data for downstream consumption?▼

The skill returns weather data for downstream consumption by outputting a structured JSON payload. This data is fetched via a shell script interface and is formatted to be easily parsed and used by other applications.

What is the best way to automate city weather lookups without manual searching?▼

The best way to automate city weather lookups is to use a script-driven interface that accepts city and days as parameters. This eliminates manual, error-prone searches and provides up-to-date data for planning outdoor activities or travel.

Do I need any specific dependencies to retrieve weather data via CLI?▼

No specific dependencies are required to retrieve weather data via CLI. The skill operates through a shell script interface that accepts city and forecast days, requiring only a frontmatter-defined entry to execute the fetch command.

Why use a shell script interface for fetching climate and temperature data?▼

Using a shell script interface for fetching climate and temperature data provides a quick, command-line method to retrieve structured JSON payloads. This approach enables direct integration into automated workflows for global city queries.