Aviation Weather
/install aviation-weather
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 \x3C500ft or visibility \x3C1sm
Common SoCal Airports
| Code | Name |
|---|---|
| KSMO | Santa Monica |
| KLAX | Los Angeles Intl |
| KVNY | Van Nuys |
| KBUR | Burbank |
| KTOA | Torrance |
| KSNA | John Wayne |
| KFUL | Fullerton |
| KCMA | Camarillo |
| KOXR | Oxnard |
| KPSP | Palm 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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aviation-weather - 安装完成后,直接呼叫该 Skill 的名称或使用
/aviation-weather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aviation Weather 是什么?
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. Triggers on "METAR", "TAF", "flight weather", "airport weather", "aviation weather", "pilot report", "PIREP", or specific ICAO codes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2349 次。
如何安装 Aviation Weather?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aviation-weather」即可一键安装,无需额外配置。
Aviation Weather 是免费的吗?
是的,Aviation Weather 完全免费(开源免费),可自由下载、安装和使用。
Aviation Weather 支持哪些平台?
Aviation Weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aviation Weather?
由 dimitryvin(@dimitryvin)开发并维护,当前版本 v1.0.0。