AI Agent Hub
Back to skills
Travel Butler icon

Travel Butler

Life Service Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_ef64daef/lvxingguanjia.

About this skill

Problem it addresses

Travel planning often gets scattered across spreadsheets, browser tabs, and chat threads. Once dates and destinations are fixed, you still need to sort out itinerary pacing, attraction selection, budget allocation, weather fit, currency conversion, and packing lists. Travel Butler breaks this into a set of Python scripts, stores state in JSON, and produces readable Markdown output, which is useful when you want a repeatable local workflow.

How it works

  • Itinerary planning: itinerary_planner.py builds daily activities, restaurants, and transport based on destination, date range, and relaxed/moderate/tight pacing, with an exportable itinerary document.
  • Attraction recommendations: attraction_recommender.py organizes landmarks, museums, and nature spots by interest and category, separating must-sees and hidden gems with ratings and review data.
  • Budget and currency: budget_calculator.py uses economy, mid-range, and luxury templates with category-level breakdowns; currency_converter.py handles conversion across 30+ currencies and travel cost estimates.
  • Guides and weather: guide_generator.py compiles transport, food, cultural, and safety notes; weather_checker.py provides a 14-day forecast, clothing suggestions, and activity suitability.
  • Packing and data: packing_list.py generates lists by destination, activity, and climate; travel_db.py stores preferences, trip history, wishlists, and budget tracking under ~/.travel_butler/.

Where it fits

This skill is closer to a local scripting layer for trip preparation than a live booking or travel operations system. It does not replace real-time ticketing, visa checks, or commercial map services. If the bundled destination data is incomplete, or if weather and exchange-rate sources are limited, you may need to integrate external APIs. Keep a buffer in the plan for cross-city transport, sudden weather, and popular attraction tickets.

Use Cases

  • When planning a multi-city trip, generate daily transport, restaurant, and attraction schedules from dates, destination, and pacing.
  • When reviewing travel budgets, split airfare, lodging, food, and tickets across economy, mid-range, and luxury templates.
  • Before packing, create a destination-specific checklist by climate and activity, separating required documents from optional clothes.
  • When drafting a destination guide, combine 14-day weather, currency conversion, and cultural safety notes into an exportable document.

Best For

  • Solo travelers preparing multi-day international trips who need to consolidate destination, budget, weather, and packing lists into one actionable plan.
  • Travel advisors preparing client itineraries who need rapid day-by-day plans and attraction recommendations at different pacing levels.
  • Family finance managers or trip organizers who need to break down travel costs by category and compare economy, mid-range, and luxury budgets.
  • Engineers or project leads preparing short overseas assignments who need to organize visa documents, local culture, safety notes, and packing checklists.