How to prepare booking pages and hand off to the user. Critical safety rules — NEVER complete payment, NEVER submit financial transactions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/family-travel-assistant:booking-handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **NEVER enter payment information** — credit card numbers, CVV, billing address
data/document-vault.yaml: full legal names (as on passport), dates of birth, passport numbers, nationalities, expiry datesdata/family-profile.yaml loyalty_programsdata/family-profile.yamlnpx claudepluginhub peerjakobsen/travel-assistant --plugin family-travel-assistantAutomates browser interactions on websites via CLI: start sessions, navigate, snapshot pages, fill forms, click elements, handle concurrent multi-tab operations. For scraping, E2E testing, AI agents.
Searches flights, hotels, attractions, concerts, cruises, visas, car rentals, and event tickets with natural language via Fliggy MCP for real-time booking and trip planning.
Automates filling web forms, logins, registrations, checkouts, multi-step wizards using openbrowser-ai for browser control with indexed selectors for inputs, dropdowns, checkboxes.