seatmaps

seatmaps is a skill for Claude Code from borski/travel-hacking-toolkit. It costs 35 tokens per session (2,117 once invoked), scanned A, original, MIT.

A reference tool for aircraft seat layouts, cabin measurements, seat advice, and flight reviews. It searches by flight number or by airline and aircraft type using SeatMaps.com and AeroLOPA.

In plain words
What is it for?
Use it to compare aircraft cabins, find seats with better space or alignment, identify seats near busy areas, and check which aircraft operates a route.
Why use it?
A booking site's seat chart may not show legroom, window alignment, or inconvenient locations near toilets and kitchens. This provides extra information before you choose a seat.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the travel-hacker plugin — 48 skills, 1 agent, 6 MCP servers shipped together

Good fit Use it to compare aircraft cabins, find seats with better space or alignment, identify seats near busy areas, and check which aircraft operates a route.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/borski/travel-hacking-toolkit/seatmaps
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add borski/travel-hacking-toolkit --skill seatmaps
Clone the repo
git clone --depth 1 https://github.com/borski/travel-hacking-toolkit

Made for: Claude Code.

Or install travel-hacker, the plugin that ships this one along with the rest of its 48 skills, 1 agent, 6 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seatmaps

README.md
[![agentmods](https://agentmods.dev/badge/skills/borski/travel-hacking-toolkit/seatmaps.svg)](https://agentmods.dev/skills/borski/travel-hacking-toolkit/seatmaps)
Your own site
<a href="https://agentmods.dev/skills/borski/travel-hacking-toolkit/seatmaps"><img src="https://agentmods.dev/badge/skills/borski/travel-hacking-toolkit/seatmaps.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,117 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.02117
Opus 5 $0.00017 $0.01059
Sonnet 5 $0.00007 $0.00423
Haiku 4.5 $0.00003 $0.00212

Measured 8d ago against content hash b2e2d5e05d52, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

seatmaps scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/travel-hacking-toolkit/skills/seatmaps/SKILL.md · 230 lines

How it starts

The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Seat Maps

Look up aircraft seat maps, cabin dimensions (pitch, width, recline), seat recommendations, and flight reviews. Uses SeatMaps.com (browser automation) as the primary data source and AeroLOPA 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) Sometimes
Window alignment No Yes (to-scale drawings)
360° cabin views Some aircraft No
Seat ratings Yes (user reviews) Coming 2026
Aircraft variants Yes (tabs) Yes

Default workflow: Search SeatMaps first (data extraction). Link to AeroLOPA for visual window alignment detail when the user wants geeky precision.

Search by Flight Number (Primary Workflow)

Use agent-browser to search SeatMaps by flight number. This identifies the aircraft type and loads the correct seat map automatically.

Step 1: Navigate and switch to flight number search

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

Read the full file on GitHub · 230 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 230 lines · 35 tokens per session scan A b2e2d5e05d52

Subscribe to this mod's changes

seatmaps is a skill published in the GitHub repository borski/travel-hacking-toolkit (653 stars, last pushed 7d ago), licensed MIT. It adds 35 tokens to every session and 2,117 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.