weather

Fetch real-time weather data and forecasts from wttr.in and Open-Meteo.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This skill eliminates the need to manually search for weather updates by providing direct, terminal-based access to current conditions and forecasts without requiring API keys.

Core Features & Use Cases

  • Real-time Weather: Retrieve current temperature, humidity, and wind conditions for any location.
  • Flexible Formatting: Access data in human-readable text or machine-parsable JSON for programmatic use.
  • Use Case: Quickly check the weather in a specific city or airport before heading out or planning a trip by simply asking the assistant for the current forecast.

Quick Start

Ask the assistant to provide the current weather forecast for London using the weather skill.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get real-time weather forecasts using curl without an API key?

You can get real-time weather forecasts using curl by querying public web services like wttr.in and Open-Meteo. This approach fetches current temperature, humidity, and wind conditions without requiring authentication or API keys.

Can I retrieve weather data in JSON format for automated reporting?

Yes, you can retrieve weather data in machine-parsable JSON format for automated reporting. The skill facilitates fetching meteorological data from wttr.in and Open-Meteo, providing flexible formatting for programmatic use.

What is the best way to check local meteorological conditions for trip planning?

The best way to check local meteorological conditions for trip planning is by retrieving real-time weather data via terminal commands. This skill provides instant access to current forecasts for any global location directly.

Do I need to install any dependencies to fetch weather forecasts from the terminal?

You only need the curl utility installed to fetch weather forecasts from the terminal. No additional API keys or authentication modules are required to access the public web services used for meteorological data retrieval.

Why use terminal-based weather retrieval instead of manual web searches?

Terminal-based weather retrieval eliminates manual searching by providing direct access to current conditions and forecasts. It enables quick environmental status checks and supports automated reporting without needing API keys.

Does this weather skill work with global locations and airports?

Yes, this weather retrieval mechanism works with global locations and airports. It retrieves real-time meteorological data and weather forecasts for any specified city or airport using public web services.