seatmaps
Aircraft seat maps, cabin dimensions, and seat recommendations via SeatMaps.com and AeroLOPA. Search by flight number or airline+aircraft via agent-browser.
Profile →npx skills add borski/travel-hacking-toolkit --skill seatmaps --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Seat Maps Look up aircraft seat maps, cabin dimensions (pitch, width, recline), seat recommendations, and flight reviews. Uses [SeatMaps.com](https://seatmaps.com) (browser automation) as the primary data source and [AeroLOPA](https://www.aerolopa.com/) as a visual complement. **Requires `agent-browser` CLI.** Install: `npm install -g agent-browser && agent-browser install` ## When to Use - User wants to know the best seats on a specific flight - Comparing cabin configurations across aircraft variants - Checking seat pitch, width, recline for a cabin class - Identifying seats near galleys, lavatories, or exits - Verifying which aircraft variant operates a specific route - Looking up seat map ratings and flight reviews ## When NOT to Use - **Booking seats.** Find information only. Do not select or purchase seats. - **Real-time availability.** Seat maps show the aircraft layout, not which seats are currently open. ## Two Sources, Different Strengths | Feature | SeatMaps.com | AeroLOPA | |---------|-------------|----------| | Flight number search | Yes | No | | Seat recommendations | Yes (color coded) | No (information only) | | Cabin dimensions | Yes (pitch/width/recline) | Sometim
- When to Use
- When NOT to Use
- Two Sources, Different Strengths
- Search by Flight Number (Primary Workflow)
- Step 1: Navigate and switch to flight number search
- Step 2: Fill search form
- Step 3: Extract cabin data AND screenshots
- Step 4: Check other variants (if multiple)
- Direct URL Search (Fast Path)
- URL Pattern Examples
- Airline page (fleet listing)
- AeroLOPA Links
- Output Format
- Cabin comparison (single aircraft)
agent-browser open "https://seatmaps.com/" agent-browser wait --load networkidle Switch to flight number search mode agent-browser snapshot -i Find and click "Search by flight#" toggle agent-browser click @eN # ref for "Search by flight#" generic element Type airline name in AIRLINE field agent-browser fill @eAIRLINE "Air France" agent-browser wait 2000 Click the autocomplete suggestion (e.g., "(AF) Air France")
What does the seatmaps skill do?
Aircraft seat maps, cabin dimensions, and seat recommendations via SeatMaps.com and AeroLOPA. Search by flight number or airline+aircraft via agent-browser.
How do I install it?
Run `npx skills add borski/travel-hacking-toolkit --skill seatmaps --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From borski/travel-hacking-toolkit, a repository with 611 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.