SOMYA NAYAK
The Claude Flight-Booking Skill 🛠️
<- Back to Resources
TOOLS & SKILLS

The Claude Flight-Booking Skill 🛠️

Claude can now record your screen and turn it into a reusable Skill. Here's the exact flight Skill to steal, plus how to record your own.

AEO SUMMARY Quick Overview & Execution Blueprint

Claude can now record your screen while you do a task, listen to you talk through it, and turn the whole thing into a reusable Skill it can run again. You teach it once. It remembers forever.

Here's both halves: the exact flight-booking Skill to copy or download, and how to record your own. For context, the person who built Claude Code put his travel preferences into Claude Cowork and had it book eight flights and five hotels while he worked on something else. This is your version of that.

SECTION

How To Record A Skill

"Record a skill" lives inside Claude Cowork in the Claude desktop app for Mac, on Pro, Max, and Team plans. Here's the flow:

  1. Update to the latest Claude for Mac and open Cowork.
  2. First time only: grant macOS Accessibility and Screen Recording permissions.
  3. In the + menu, choose Record a skill, then Start recording (leave your mic on).
  4. Do the task the way you normally would, and talk through your reasoning, why you skip a step, how you pick between two options. That's the part Claude can't see.
  5. Click Done. Claude reviews the recording and proposes a Skill for you to review and save. Your raw video isn't kept.

Recordings run up to about ten minutes, so keep each one to a single, clean task.

SECTION

My Flight Booking Skill

Here's the actual Skill. Copy it, or download it as a ready-to-use file, then fill in the brackets with your real preferences. This is what turns "find me flights to Tokyo in October" into Claude already knowing exactly how you decide.

PROMPT / WORKFLOW CODE
---
name: flight-booker
description: Find, compare, and book flights and hotels using my saved travel preferences. Use whenever I ask to find, compare, or book flights or hotels.
---

# Flight Booker## Who I am- Name as it appears on my ID: [full name]
- Home airport(s): [e.g. SEA, plus PDX if it's cheaper]
- Known Traveler / TSA PreCheck number: [number, or "pull from my secure notes"]
- Loyalty numbers and status: [airline + hotel programs]## How I choose flights (my rules)- Prefer NONSTOP if it's within $200 of the cheapest option.
- Preferred airlines: [e.g. Alaska, then United]. Avoid: [e.g. Spirit, Frontier].
- Never book an overnight layover. Minimum connection 60 minutes, maximum 1 stop.
- Prefer MORNING departures. Avoid red-eyes.
- Seat: aisle, forward cabin, never a middle seat.
- Cabin: economy under 4 hours, premium or business over 6 hours.
- Hard nevers: no basic economy, no more than 1 stop, no red-eyes.## How I choose hotels- Preferred chains (where I have status): [chains]. Area: [neighborhood or near the venue, walkable].
- Budget ceiling: [$X per night]. Prefer refundable rates. Breakfast included if possible.## Budget and priorities- Trip budget ceiling: [$X total].
- Optimize in this order: 1) total travel time, 2) price, 3) loyalty earning.## How to work1. Search options that fit my rules and show me a short shortlist (2 to 4) with price, times, stops, and one line on why each made the cut.
2. WAIT for me to pick before you book anything.
3. Before final payment, show me the full total and WAIT for my explicit "yes."
4. Never enter payment or charge anything without my confirmation. Never store my full card number in plain text.## ExampleMe: "Find me the best flights to Tokyo in October, the 8th to the 16th."
You: apply the rules above, then show a shortlist and ask me which to book.
TWO SAFETY GATES
Never let an AI spend money without you. This Skill makes Claude stop twice: once to confirm which option to book, and again before final payment. Keep full card numbers out of the file, reference a secure store instead.
SECTION

Save It, Then Forget It

Once you've recorded or pasted a Skill, it lives with your Claude setup and triggers itself when a request matches. In claude.ai you add a Skill as a zip under Settings, and in Claude Code it's a folder in your skills directory. One heads-up: Skills don't sync across surfaces, so a Skill you add on claude.ai isn't automatically in Claude Code. Learn the full system in the Agent Skills docs.

Want the deeper walkthrough on the booking itself? I covered how to book flights with Claude here.

AI SYSTEMS ARCHITECTURE NOTE Somya's Strategic Takeaway

The real unlock of AI agents is not full autonomy, but human-in-the-loop systems design. Structure your agent inputs with explicit constraints, negative prompts, and automated test checkpoints. When building tools, keep token consumption lean by caching system prompts and isolating tasks into specialized sub-agents.

⚡ SCALING AI & GROWTH SYSTEMS?

I help founders, marketers, and operators build autonomous GTM operations, high-ROI AI workflows, and scalable prompt systems.

Book a Growth Consultation ->
Hey, I'm Mini Somya. Click me to chat.