ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Travel Planning

Plan trips with itineraries, multi-city routing, budget optimization, family logistics, packing lists, and visa timelines.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/travel-planning
Or

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

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Booking timingbooking-guide.md
Packing templatespacking-templates.md
Multi-city planningmulti-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

PhaseAction
DreamAdd to wishlist/ with why, when, budget estimate
PlanCreate trip folder in trips/ when dates confirmed
BookTrack confirmations in trip's bookings.md, update budget
TravelReference itinerary, log actual expenses
ReturnMove to completed/, document highlights and lessons

3. Booking Timeline Reminders

Proactively remind based on trip dates:

  • 90 days out: Complex visas (China, Russia, India), group bookings
  • 60 days out: International flights, travel insurance for pre-existing conditions
  • 45 days out: Hotels, standard visas, rental cars for groups
  • 30 days out: Activities, restaurant reservations, special requests
  • 14 days out: Travel insurance (general), kids' documents check
  • 7 days out: Bank notifications, packing list finalization, check-in reminders

4. Budget Tracking & Optimization

For each trip, track in its budget.md:

## Budget — {Trip Name}

### Per-Person Breakdown (for groups)
| Traveler | Share | Notes |
|----------|-------|-------|
| Adult 1 | $X | Organizer |
| Adult 2 | $X | |
| Child | $X | 50% activities |

Metadata

Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-travel-planning": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.