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.
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.
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:
- Update to the latest Claude for Mac and open Cowork.
- First time only: grant macOS Accessibility and Screen Recording permissions.
- In the + menu, choose Record a skill, then Start recording (leave your mic on).
- 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.
- 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.
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.
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.
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.