track-seat-availability

track-seat-availability is a skill for Claude Code from FlightSeatmap/mcp. It costs 57 tokens per session (770 once invoked), scanned A, original, MIT.

A service that watches airline seat maps and emails you when a preferred seat becomes available. A seat map shows which seats on a flight are free or occupied.

In plain words
What is it for?
Use it after finding that a preferred seat is unavailable, to create an alert for a flight, date, cabin, and seat preference.
Why use it?
It avoids repeatedly checking a flight when the desired window, aisle, exit-row, or adjacent seat is currently taken.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the flightseatmap plugin — 2 skills, 2 commands, 1 MCP server shipped together

Good fit Use it after finding that a preferred seat is unavailable, to create an alert for a flight, date, cabin, and seat preference.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flightseatmap/mcp/track-seat-availability
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 FlightSeatmap/mcp --skill track-seat-availability
Clone the repo
git clone --depth 1 https://github.com/FlightSeatmap/mcp

Made for: Claude Code.

Or install flightseatmap, the plugin that ships this one along with the rest of its 2 skills, 2 commands, 1 MCP server.

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 track-seat-availability

README.md
[![agentmods](https://agentmods.dev/badge/skills/flightseatmap/mcp/track-seat-availability/github.svg)](https://agentmods.dev/skills/flightseatmap/mcp/track-seat-availability)
Your own site
<a href="https://agentmods.dev/skills/flightseatmap/mcp/track-seat-availability"><img src="https://agentmods.dev/badge/skills/flightseatmap/mcp/track-seat-availability/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for track-seat-availability

Your own site · 80×15
<a href="https://agentmods.dev/skills/flightseatmap/mcp/track-seat-availability"><img src="https://agentmods.dev/badge/skills/flightseatmap/mcp/track-seat-availability.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 770 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.
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.00057 $0.00770
Opus 5 $0.00028 $0.00385
Sonnet 5 $0.00011 $0.00154
Haiku 4.5 $0.00006 $0.00077

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

Security

Grade A, and why

track-seat-availability 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.

skills/track-seat-availability/SKILL.md · 62 lines

How it starts

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

Track seat availability on a flight

Seats free up constantly as other passengers rebook, upgrade, or check in. FlightSeatMap alerts watch a flight and email the user the moment a matching seat opens.

Reach for this after find-the-best-seat has established that the seat the user wants is currently taken.

Connect

MCP server: https://mcp.flightseatmap.com/mcp (Streamable HTTP).

Alerts require a signed-in account, so unlike the read-only seat map tools these need OAuth. Run the flow in https://flightseatmap.com/auth.md — dynamic client registration plus PKCE, no API key to request. Some alert types also require a paid plan; the tool response carries the checkout URL if so.

Workflow

  1. Confirm the flight is in the database. Call get_seatmap(flight_number) first. If it misses, call search_flight (paid) to pull it in. create_seat_alert fails on unknown flights.

  2. Create the alert with create_seat_alert:

    • flight_number — e.g. QF1
    • flight_dateYYYY-MM-DD, today through +60 days. Outside that window it fails.
    • cabin_classeconomy, premium_economy, business, first
    • seat_preference — one of window, aisle, bulkhead, exit_row, extra_legroom, quiet_zone, front_of_cabin, rear_of_cabin, specific, adjacent_seats, minimum_seats, class_availability, better_seat_upgrade
    • specific_seat — required when seat_preference is specific (e.g. 12A)
    • adjacent_seats_count — required for adjacent_seats / minimum_seats, 2–9

    Pick the preference that matches what the user actually said. "Two seats together" is adjacent_seats with a count, not two separate window alerts. "Anything better than what I have" is better_seat_upgrade.

  3. Confirm back to the user what you're watching, on which date, and that the alert arrives by email — not through you.

  4. Manage existing alerts with list_seat_alerts (shows active and inactive, with IDs) and delete_seat_alert(id). Always list before deleting; never guess an ID.

Read the full file on GitHub · 62 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 · 62 lines · 57 tokens per session scan A 1a1d97825fe2

Subscribe to this mod's changes

track-seat-availability is a skill published in the GitHub repository FlightSeatmap/mcp (0 stars, last pushed 6d ago), licensed MIT. It adds 57 tokens to every session and 770 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

daily-report

Compile timestamped conversation logs, agent sessions, IM messages, collaborative documents, meeting notes, task records, and similar OpenViking materials into concise, evidence-grounded daily reports. Use with ov compile when the user asks for a daily work report, end-of-day digest, 日报, or reports for one or more…

volcengine/OpenViking · 88 tokens

tmux

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

volcengine/OpenViking · 22 tokens

cron

Schedule reminders and recurring tasks.

volcengine/OpenViking · 8 tokens

harness-design-fuzzing

Reference vocabulary for designing instrumented harnesses that drive vulnerability discovery — design classes (trigger-driven vs coverage-driven), tiered scope (T1 isolated function / T2 multi-component / T3 full build), systematic input exploration, the two-coverage distinction (fuzzer-feedback vs audit)…

provos/ironcurtain · 147 tokens

vulnerability-triage

Reference vocabulary for interpreting vulnerability findings — detector-vs-impact distinction, severity anchoring on demonstrated evidence, the eleven-item interpretation rubric, delegation transparency, primitive-extent scaling, the disqualifier taxonomy (D-0..D-4), CVSS Achievable / Environmental framing…

provos/ironcurtain · 121 tokens

memory-safety-c-cpp

Reference vocabulary for memory-safety vulnerabilities in native C/C++ code — bug-class taxonomy, common arithmetic patterns that lead to corruption, dispatch-family discipline, type-confusion idioms, use-after-free patterns, and exploitability factors. Read when analyzing, hypothesizing, designing harnesses for, or…

provos/ironcurtain · 113 tokens