flight-ticket-booking

A flight-search and booking-preparation guide that researches current fares, flight options, restrictions, baggage rules, and connections. It stops before passenger details, payment, seat purchase, or final booking.

In plain words
What is it for?
Use it to find flights, compare itineraries and fare classes, check availability and baggage allowances, and prepare booking information.
Why use it?
It helps compare real flight choices and prepare a reviewable booking plan without accidentally completing a purchase.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/codeinfinity1/stram/flight-ticket-booking
Any agent
npx skills add CodeInfinity1/Stram --skill flight-ticket-booking
Clone the repo
git clone --depth 1 https://github.com/CodeInfinity1/Stram

Made for: Claude Code, Codex.

Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 838 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00035 $0.00838
Opus 5 $0.00017 $0.00419
Sonnet 5 $0.00007 $0.00168
Haiku 4.5 $0.00003 $0.00084

Measured 2d ago against content hash f88940d73f6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

flight-ticket-booking 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 2d 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/commerce-travel/flight-ticket-booking/SKILL.md · 83 lines

How it starts

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

Flight Ticket Booking

Purpose

Find flight options, verify current fares and restrictions, compare itinerary tradeoffs, and prepare a booking review artifact. This skill supports flight booking work without executing the booking.

When To Use

Use when the user asks for flights, airfare, flight availability, flight tickets, fare classes, baggage allowances, connections, or help booking a flight.

Tool Map

  • web_search
  • research_web_pages
  • fetch_web_page
  • browser_live_status
  • browser_live_open
  • browser_live_observe
  • browser_live_search
  • browser_live_query_selector
  • browser_live_dropdown_options
  • browser_live_select_option
  • browser_live_click
  • browser_live_type
  • browser_live_press_key
  • browser_live_scroll
  • browser_live_wait
  • browser_live_evaluate_js
  • browser_live_screenshot
  • travel_booking_intent_prepare
  • travel_booking_intent_inspect
  • purchase_intent_prepare
  • purchase_intent_inspect
  • browser-evidence-workflow
  • web-form-automation
  • safe-shopping-and-payments

Inputs

  • Origin and destination airport/city, dates, one-way/round trip/multi-city, passenger count, cabin, baggage needs, budget, and timing preferences.
  • Airline/provider preference, refund/change constraints, layover tolerance, and visa/transit concerns.
  • Whether the user wants current fare research, a short list, or a prepared booking intent.

Workflow

  1. Resolve dates concretely and state assumptions when the user gives partial or relative dates.
  2. Use search only for discovery when no booking/search provider URL is supplied.
  3. Open a concrete airline, OTA, or search provider page and verify visible route, dates, traveler count, cabin, and currency.
  4. Prefer source-visible fare cards over snippets. Use live browser controls for date pickers, airports, passenger counts, cabin filters, and sort/filter controls.
  5. For each option, capture airline/provider, flight number when visible, departure/arrival, airports, connection count, duration, cabin/fare family, fare, baggage allowance, change/refund terms, and source timestamp.
  6. Separate base fare from taxes, convenience fees, baggage/seat fees, and payment fees when visible.
  7. Do not treat fare calendars or ads as final ticket price unless the page confirms the selected itinerary and passengers.
  8. If the user asks to proceed, create travel_booking_intent_prepare with flight mode, options, selected option if any, checks, uncertainties, and approval note.
  9. Inspect the booking intent before reporting it. The status must remain prepared_not_booked.
  10. Stop before login, passenger data submission, seat/add-on purchase, payment, final booking, cancellation, or loyalty-account changes unless the user explicitly approved that exact action and tool policy permits it.

Read the full file on GitHub · 83 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. 2d ago First seen · 83 lines · 35 tokens per session scan A f88940d73f6f

Subscribe to this mod's changes

flight-ticket-booking is a skill published in the GitHub repository CodeInfinity1/Stram (10 stars, last pushed 22d ago), licensed MIT. It adds 35 tokens to every session and 838 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-31.