A dedicated flight briefing assistant that fetches real-time aviation weather and provides FAA regulatory guidance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install aviation-agent
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-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Aviation Agent is a specialized tool within the Openclaw Skills ecosystem designed to assist pilots with pre-flight briefings and regulatory checks. It bridges the gap between raw aviation data and actionable insights by fetching live METAR, TAF, and PIREP information directly from aviationweather.gov without requiring an external API key.
This skill is particularly valuable for student and private pilots who need to decode weather phenomena or verify FAR Part 61/91 requirements quickly. By consolidating weather decoding and FAA reference materials, it simplifies the go/no-go decision process and enhances situational awareness for any pilot leveraging Openclaw Skills.
To begin using this tool in your Openclaw Skills environment, ensure you have Python 3 available. No external API keys are necessary to access the aviation weather data.
# Fetch METAR and TAF for specific airports
python3 scripts/metar.py --metar KJFK --taf KJFK
# Check for PIREPs within the last 4 hours near a specific airport
python3 scripts/metar.py --pirep KORD --hours 4
The skill utilizes a structured approach to present aviation data and regulatory information:
| Data Type | Source/Storage | Purpose |
|---|---|---|
| Live Weather | aviationweather.gov API | Real-time METAR, TAF, and PIREP data retrieval. |
| Flight Categories | Logic Engine | Determines VFR/IFR status based on ceiling and visibility. |
| FAA References | references/far-quickref.md | Quick lookup for pilot currency and FAR regulations. |
| Decision Guide | references/decision-guide.md | Logic for evaluating flight safety risks and personal minimums. |
Loading
A specialized monitoring utility for tracking local server hardware performance including CPU, RAM, and GPU metrics.

A powerful utility to sweep 100% of native gas tokens from EIP-7702 compatible chains, leaving exactly zero balance.

A trustless USDC escrow framework enabling secure agent-to-agent payments and automated dispute resolution on the Base network.

An automated security scanner designed to prevent credential leaks and sensitive data exposure within Openclaw Skills development workflows.

A professional-grade bridge for local ComfyUI image generation and automated CivitAI model lifecycle management within the Openclaw Skills ecosystem.

A bridge for controlling Windows GUI environments from Linux-based AI agents using screen capture and peripheral simulation.








































