Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bighardperson avatar

Aviation Weather

  • 9 installs
  • 33 repo stars
  • Updated April 26, 2026
  • bighardperson/computer-science-skills-collection

aviation-weather is a skill that fetches METAR, TAF, and PIREP aviation weather data from the FAA aviationweather.gov API.

About

This skill fetches real-time aviation weather (METAR, TAF, PIREPs) from the FAA's aviationweather.gov API via a bundled Python script. It classifies conditions into flight categories and supports specific airports, lat/lon PIREP searches, and raw JSON output. A developer or pilot uses it for flight planning and airport weather briefings.

  • Fetches METAR, TAF, and PIREP aviation weather from the FAA aviationweather.gov API
  • Color-codes flight categories (VFR/MVFR/IFR/LIFR) by ceiling and visibility
  • Supports airport codes, lat/lon PIREP search, history hours, and JSON output

Aviation Weather by the numbers

  • 9 all-time installs (skills.sh)
  • Ranked #1,497 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
At a glance

aviation-weather capabilities & compatibility

Free; queries the public FAA aviationweather.gov API via a bundled Python script, no API key.

Works with
weather
Use cases
research
Runs
Runs locally
Pricing
Free
From the docs

What aviation-weather says it does

Fetch aviation weather data (METAR, TAF, PIREPs) from aviationweather.gov. Use for flight planning, weather briefings, checking airport conditions, or any pilot-related weather queries.
SKILL.md
Fetch real-time aviation weather from the FAA's aviationweather.gov API.
SKILL.md
PIREPs near a location (lat/lon)
SKILL.md
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill aviation-weather

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs9
repo stars33
Last updatedApril 26, 2026
Repositorybighardperson/computer-science-skills-collection

What it does

Fetch real-time METAR, TAF, and PIREP aviation weather from aviationweather.gov for flight planning.

Who is it for?

Pilots and flight-planning workflows needing METAR/TAF/PIREP data and flight-category summaries.

Skip if: General non-aviation weather; it is scoped to aviationweather.gov data and ICAO airport codes.

When should I use this skill?

the user asks about METAR, TAF, PIREP, flight weather, airport conditions, or ICAO codes.

By the numbers

  • Four flight categories (VFR, MVFR, IFR, LIFR)
  • Default airports KSMO, KLAX, KVNY

Files

SKILL.mdMarkdownGitHub ↗

Aviation Weather

Fetch real-time aviation weather from the FAA's aviationweather.gov API.

Quick Reference

# METAR for specific airports
python3 scripts/wx.py KSMO KLAX KVNY

# METAR + TAF
python3 scripts/wx.py KSMO KLAX --metar --taf

# Just TAF
python3 scripts/wx.py KSMO --taf

# PIREPs near a location (lat/lon)
python3 scripts/wx.py --pirep --lat 34.0 --lon -118.4 --radius 100

# Raw output with JSON
python3 scripts/wx.py KSMO --json

# Verbose (show raw METAR text)
python3 scripts/wx.py KSMO -v

Default Airports

When no stations specified, defaults to Santa Monica area: KSMO, KLAX, KVNY

Flight Categories

  • 🟢 VFR - Ceiling >3000ft AGL and visibility >5sm
  • 🔵 MVFR - Ceiling 1000-3000ft or visibility 3-5sm
  • 🔴 IFR - Ceiling 500-1000ft or visibility 1-3sm
  • 🟣 LIFR - Ceiling <500ft or visibility <1sm

Common SoCal Airports

CodeName
KSMOSanta Monica
KLAXLos Angeles Intl
KVNYVan Nuys
KBURBurbank
KTOATorrance
KSNAJohn Wayne
KFULFullerton
KCMACamarillo
KOXROxnard
KPSPPalm Springs

Options

  • --metar, -m: Fetch METAR (default)
  • --taf, -t: Fetch TAF forecast
  • --pirep, -p: Fetch pilot reports
  • --hours N: Hours of METAR history (default: 2)
  • --lat, --lon: Location for PIREP search
  • --radius N: PIREP search radius in nm (default: 100)
  • --verbose, -v: Show raw observation text
  • --json: Output raw JSON data

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.