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.

ติดตั้ง
$clawhub 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 <500ft or visibility <1sm

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

รายละเอียด

เวอร์ชัน
v1.0.0
ดาวน์โหลด
1,726
ดาว
2

Skills ยอดนิยม

Safe Exec
Safe command execution for OpenClaw Agents with automatic danger pattern detection, risk assessment, user approval workflow, and audit logging. Use when agents need to execute shell commands that may be dangerous (rm -rf, dd, fork bombs, system directory modifications) or require human oversight. Provides multi-level risk assessment (CRITICAL/HIGH/MEDIUM/LOW), in-session notifications, pending request management, and non-interactive environment support for agent automation.
AI Persona OS
The complete operating system for OpenClaw agents. Now with 13 Iconic Character souls (Thanos, Deadpool, JARVIS, Mary Poppins, Darth Vader, and more), SOUL.md Maker (deep SOUL.md builder interview), 11 original personality souls, soul blending, and the full soul gallery. Plus: zero-terminal agent-driven setup, quick-start persona presets, in-chat commands, ambient context monitoring, enforced heartbeat protocol (model + version display), traffic-light status indicators, auto-migration, auto-pruning, config validator, version tracking, structured escalation protocol, context protection, security inoculation, shared-channel discipline, team integration, proactive patterns, never-forget protocol, 8 operating rules, and 4 growth loops. One install. Complete system. Built by Jeff J Hunter.
Salesforce
Salesforce CRM API integration with managed OAuth. Query records with SOQL, manage sObjects (Contacts, Accounts, Leads, Opportunities), and perform batch operations. Use this skill when users want to interact with Salesforce data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).