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.
npx skills add borski/travel-hacking-toolkit --skill seatmapsgit clone --depth 1 https://github.com/borski/travel-hacking-toolkitWrote 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.
[](https://agentmods.dev/skills/borski/travel-hacking-toolkit/seatmaps)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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
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.
- 8d ago First seen · 230 lines · 35 tokens per session scan A b2e2d5e05d52
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.
Other skills, from other repositories
docs-builder
Reorg a docs corpus, split an oversized doc, search it, keep pages current, index them.
remember
Consolidate stashes + friction into project memory.
live-canvas
Conduct design interviews, generate UI variations, and collect live click-to-annotate feedback that streams into the session so edits land without leaving the browser. Use when the user wants rapid iterative UI refinement, not just batched feedback.
branch-review
Review a branch before merge [target] [level].
root-cause
Use when any test fails, bug appears, or behaviour surprises you, before proposing a fix - find the cause and prove it, by reading real evidence, tracing bad values back to their origin, comparing against a working case, and testing one hypothesis at a time.
ship
Mechanical pre-deploy gate — tests, build, tree state.