Retrieve real-time aviation weather data including METAR, TAF, and PIREPs for flight planning and airport monitoring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install aviation-weather
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install aviation-weather using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Aviation Weather skill is a specialized utility designed to fetch live meteorological data from official FAA sources. As a core part of the Openclaw Skills collection, it allows users to query weather conditions using ICAO station codes or geographic coordinates. This tool is essential for developers and aviators who need to automate the retrieval of METARs and TAFs to determine flight categories like VFR or IFR.
By integrating this skill, users gain instant access to critical flight information without leaving their primary coding or automation environment. It simplifies the process of checking airport conditions, terminal forecasts, and pilot reports by providing a clean, scriptable interface to the aviationweather.gov API.
Ensure you have a Python 3 environment configured. The skill operates via a script that interacts with public aviation data APIs.
# Fetch METAR for specific airports
python3 scripts/wx.py KSMO KLAX KVNY
# Fetch METAR and TAF for an airport
python3 scripts/wx.py KLAX --metar --taf
# Search PIREPs near specific coordinates
python3 scripts/wx.py --pirep --lat 34.0 --lon -118.4 --radius 100
The skill organizes weather information into several categories to ensure clarity for the user:
| Component | Description |
|---|---|
| METAR | Current routine weather report for a specific airport. |
| TAF | Terminal Aerodrome Forecast for predicted conditions over a 24-30 hour period. |
| PIREP | Pilot reports regarding actual conditions encountered, such as turbulence or icing. |
| Flight Category | Color-coded visual classification: VFR (Green), MVFR (Blue), IFR (Red), LIFR (Purple). |
Loading
An automated monitoring tool for RSS and Atom feeds designed to facilitate content research and competitor tracking.

An intelligent trend aggregator that transforms raw data from social platforms and RSS feeds into actionable content ideas with optimized hooks and angles.

Create and store personalized writing profiles so your AI agent generates content that sounds exactly like you, not a robot.

A comprehensive AI automation tool for generating short-form videos from web sources and managing multi-platform social media publishing workflows.

A high-performance media downloader leveraging yt-dlp to capture video and audio from over 1000 websites with automated processing.

A robust integration for managing Yuboto Omni API messaging workflows including SMS, Viber, and account management.








































