AI Agent Hub
Back to skills
Travel Planner v2.2 icon

Travel Planner v2.2

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_6e3628ef/travel-planner-v.

About this skill

Problem

Trip planning often requires converting origin, destination, duration, and budget into an actionable document with transport, lodging, attractions, and meals. Manual setup can miss details and produce inconsistent formats. This skill turns such inputs into structured planning files that are easier to edit, print, or hand off.

How It Works

  • Input parsing: recognizes natural phrases such as “Shenyang to Dalian 3 days 3000 CNY” and extracts origin, destination, days, and budget.
  • File generation: writes Excel, Word, and Markdown files to output/, with filenames containing timestamps.
  • Content structure: covers basic information, day-by-day itinerary, budget breakdown, attraction and food recommendations, and practical notes; daily plans include themes, morning/afternoon activities, and lodging suggestions.
  • Runtime: requires a Python 3.x environment and uses openpyxl, python-docx, and requests; optional Amap and GLM API keys can enable external data, while built-in mock data is used otherwise.

Boundaries

Best for 1–30 day trips with budgets from 100 to 100,000 CNY. Origin and destination must differ. Without API keys, attractions and food may fall back to Dalian defaults, so verify routes, prices, and availability before final use.

Use Cases

  • Draft 1-3 day team trip with daily acts, lodging, budget
  • Convert origin, days, budget to itinerary and notes
  • Produce printable multi-format trip plan for review
  • Check route, prices, availability after mock-data draft

Best For

  • Travel advisors who need a budgeted short-trip proposal
  • Ops staff turning scattered trip requests into sendable docs
  • HR arranging team trips with daily activities and budget
  • Individuals editing draft itineraries in Excel or Word