weather

Retrieve real-time weather data and forecasts via wttr.in from the command line.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/wangqianCAI/OBI --skill weather-wangqiancai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/wangqianCAI/OBI/tree/main/skills/weather
Command: npx skills add https://github.com/wangqianCAI/OBI --skill weather-wangqiancai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This skill eliminates the need to manually search weather websites by providing direct, command-line access to current conditions and multi-day forecasts for any location.

Core Features & Use Cases

  • Current Conditions: Get real-time temperature, feels-like, and weather status for any city or airport code.
  • Forecasts: Retrieve 3-day or weekly outlooks to assist with travel planning and scheduling.
  • Use Case: Quickly check if it will rain in London tomorrow or get a summary of the weekend forecast for a specific destination without leaving your terminal.

Quick Start

Use the weather skill to get the current weather conditions and a three-day forecast for Tokyo.

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 and forecasts from the command line?

You can get current weather and forecasts from the command line by using this skill to execute curl network requests and retrieve meteorological data directly from the wttr.in service.

Can I check weather conditions using an airport code?

Yes, you can check weather conditions using an airport code, as the skill supports specific city queries and airport code lookups to retrieve real-time temperature and meteorological data.

Do I need curl installed to retrieve weather updates?

Yes, you need curl installed to retrieve weather updates, because the skill requires curl to execute network requests and fetch real-time meteorological data from the wttr.in service.

What output formats are available for weather forecasts?

Available output formats for weather forecasts include JSON and one-line summaries, allowing you to retrieve real-time meteorological data and multi-day outlooks in your preferred format.