weather

Retrieve real-time weather forecasts and JSON data from public web services.

7|5|Updated May 7, 2026
One-click install
npx skills add https://github.com/14790897/MiQi --skill weather-14790897
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/14790897/MiQi/tree/main/miqi/skills/weather
Command: npx skills add https://github.com/14790897/MiQi --skill weather-14790897

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This skill eliminates the need to manually search weather websites or manage complex API keys by providing direct, terminal-based access to real-time meteorological data.

Core Features & Use Cases

  • Instant Forecasts: Retrieve current conditions, temperature, and humidity for any global location.
  • Flexible Output: Choose between simple one-line summaries or detailed multi-day forecasts.
  • Use Case: Quickly check the weather in a specific city before planning a meeting or travel, or pull JSON data for programmatic integration into your daily dashboard.

Quick Start

Ask the agent 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 for a global location without using API keys?

You can retrieve real-time weather forecasts for global locations directly via terminal commands using public web services. This approach requires the curl utility for network requests and relies on public endpoints without needing authentication keys.

Can I get machine-readable JSON weather data for automated workflow integration?

Yes, you can pull machine-readable JSON meteorological data for programmatic integration into automated workflows or daily dashboards. The skill supports both human-readable summaries and structured JSON formats to suit different integration needs.

What's the best way to check local meteorological conditions from the terminal?

The best way to check local meteorological conditions from the terminal is using curl to query public web services. This provides instant access to current temperature, humidity, and multi-day forecasts for any global city.

Do I need to install curl to retrieve current weather data?

Yes, curl is required as a dependency to execute the network requests needed to retrieve real-time meteorological data. The skill relies entirely on curl to access public weather endpoints without requiring authentication keys.

How does terminal-based weather retrieval compare to searching weather websites?

Terminal-based weather retrieval eliminates the need to manually search weather websites by providing direct, instant access to meteorological data. It offers flexible output formats, including one-line summaries and detailed forecasts, for faster querying.

What are the limitations of using public endpoints for climate forecasts?

Using public endpoints for climate forecasts means you depend on external web services without authentication keys, which may limit query rates or data granularity. It is designed for instant terminal checks rather than high-volume meteorological data processing.