Agent skill · AI & Agents

seatmaps

Aircraft seat maps, cabin dimensions, and seat recommendations via SeatMaps.com and AeroLOPA. Search by flight number or airline+aircraft via agent-browser.

borski611★ · 1 repos on radarProfile →
claude-coderead-onlyMIT
Install
npx skills add borski/travel-hacking-toolkit --skill seatmaps --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: Bash(agent-browser*)
Path: plugins/travel-hacking-toolkit/skills/seatmaps/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 611
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Two Sources, Different Strengths
  4. Search by Flight Number (Primary Workflow)
  5. Step 1: Navigate and switch to flight number search
  6. Step 2: Fill search form
  7. Step 3: Extract cabin data AND screenshots
  8. Step 4: Check other variants (if multiple)
  9. Direct URL Search (Fast Path)
  10. URL Pattern Examples
  11. Airline page (fleet listing)
  12. AeroLOPA Links
  13. Output Format
  14. Cabin comparison (single aircraft)
Commands it runs
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")
More from travel-hacking-toolkit
All skills →
About this skill
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.

Keep going