Agent skill · mvanhorn

pp-flighty

Every Flighty Airports meltdown map feature, plus cross-airport intelligence no web page can answer. Trigger phrases: `is my airport delayed`, `airport meltdown map`, `why is denver airport delayed`, `which airports are worst right now`, `check airport status`, `flight departures board`, `use flighty`, `run flighty`.

What it needs

About 11k tokens when loaded.

What this skill does

<!-- GENERATED FILE — DO NOT EDIT. This file is a verbatim mirror of library/travel/flighty/SKILL.md, regenerated post-merge by tools/generate-skills/. Hand-edits here are silently overwritten on the next regen. Edit the library/ source instead. See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". --> Flighty Airports — Printing Press CLI Prerequisites: Install the CLI This skill drives the flighty-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: flighty-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Live status, METAR weather, performance, and flight boards for 156 tracked airports — parsed straight from Flighty's SSR payload with no app install, no API key, and no login. Then it goes further than the site: network-wide rankings, airline footprints, route checks, healthy alternates, and change diffs, all from a local SQLite mirror that keeps working offline. When to Use This CLI When you or an agent need live airport disruption status, METAR weather, flight boards, or cross-airport disruption intelligence from the terminal. Ideal for pre-flight checks, travel-agent sweeps, meltdown-day writeups, and automation that needs JSON airport data without a private API. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/pp-flighty

View the source on GitHub

Browse the @skills marketplace