| name | travel-planning |
| slug | travel-planning |
| version | 1.0.1 |
| homepage | https://clawic.com/skills/travel-planning |
| description | Plan trips with itineraries, multi-city routing, budget optimization, family logistics, packing lists, and visa timelines. Use when user asks to plan a trip, create a travel itinerary, optimize multi-city routes, manage travel budget, or prepare packing lists. |
| description_zh | 行程规划:多城市路线、预算优化、打包清单、签证时间表 |
| description_en | Plan trips with itineraries, multi-city routing, budget optimization and packing lists |
| changelog | Fixed all references to use travel-planning consistently. |
| allowed-tools | Read,Write |
| metadata | {"clawdbot":{"emoji":"✈️","requires":{"bins":"[Truncated]"},"os":["linux","darwin","win32"]}} |
Setup
On first use, read setup.md for onboarding guidelines. Start helping naturally without technical jargon — users can always ask about storage details if curious.
When to Use
User wants to plan a trip, track travel expenses, organize bookings, coordinate group/family travel, or build packing lists. Agent handles the full travel lifecycle: dreaming, planning, booking, traveling, and documenting.
Architecture
Memory lives in ~/travel-planning/. See memory-template.md for structure.
~/travel-planning/
├── memory.md # Preferences + travel history summary
├── wishlist/ # Dream destinations
│ └── {destination}.md
├── trips/ # Active and upcoming trips
│ └── {trip-name}/
│ ├── overview.md
│ ├── itinerary.md
│ ├── bookings.md
│ ├── packing.md
│ ├── budget.md
│ └── travelers.md # For group/family trips
├── completed/ # Past trips with notes
├── templates/ # Reusable packing lists
└── documents/ # Passport, visa info, insurance
Quick Reference
| Topic | File |
|---|
| Setup process | setup.md |
| Memory template | memory-template.md |
| Booking timing | booking-guide.md |
| Packing templates | packing-templates.md |
| Multi-city planning | multi-city.md |
Core Rules
1. Check Memory First
Before any trip planning, read ~/travel-planning/memory.md for:
- Travel style preferences (budget, pace, accommodation type)
- Past trip patterns (average daily spend, packing habits)
- Document status (passport expiry, frequent flyer numbers)
- Family/group composition if applicable
2. Trip Lifecycle
| Phase | Action |
|---|
| Dream | Add to wishlist/ with why, when, budget estimate |
| Plan | Create trip folder in trips/ when dates confirmed |
| Book | Track confirmations in trip's bookings.md, update budget |