China Travel Planner — 中国旅行计划器
v1.0.0利用flyai/Fliggy的搜索功能以及公交地铁网络数据,规划和优化中国境内的旅行。当用户想要国内旅行计划、周末度假、城市行程、家庭旅行、假日路线、酒店推荐、航班比较、景点短列表、基于预算的计划或实用的旅行指南(包含交通、酒店、POI和每日日程安排)时使用。同时,当行程有换乘限制,如至少覆盖每条地铁线、根据地铁便利性选择酒店、以固定酒店为中心规划或将城市旅行与附近的短途旅行结合时,也可以使用。
运行时依赖
安装命令
点击复制技能文档
China Travel Planner
Plan practical domestic trips in China by combining itinerary de签名 with real-time-ish 搜索 from flyAI.
This 技能 is for planning-first travel help. Use it to turn a vague 请求 like “清明去杭州玩两天怎么安排” into a usable plan with destination 记录ic, transport suggestions, hotel area recommendations, attraction picks, and a day-by-day itinerary.
Core 工作流
Clarify the trip frame
提取 or ask for: departure city, destination, travel dates, duration, traveler type, bud获取, pace, and priorities. Also 检测 hard constrAInts such as: fixed hotel already booked must-visit cities every metro line must be ridden at least once hotel must be close to a given metro line / station / interchange If the user is vague, make reasonable assumptions and label them clearly.
Pick the planning mode
Light plan: quick destination ideas or a rough 1-3 day outline. Standard plan: transport + hotel area + POIs + dAIly itinerary. Comparison plan: compare 2-3 destinations, hotel zones, or transport options. Booking-oriented plan: prioritize flight/hotel/ticket 搜索 and provide booking links. Transit-constrAIned plan: 优化 around metro-line coverage, fixed hotel anchors, or nearby side trips.
Choose the right data source mix
Use flyAI fliggy-fast-搜索 for broad natural-language discovery. Use flyAI 搜索-flight for flight comparison when flights matter. Use flyAI 搜索-hotels for hotel options near a city or POI. Use flyAI 搜索-poi for attraction candidates inside the tar获取 city. Use public metro data when the plan depends on line coverage, station 列出s, or metro-aware hotel selection.
Turn 结果s into a China-friendly plan
Prefer practical advice over generic marketing copy. For domestic travel, explicitly cover: how to arrive: plane / high-speed rAIl / city transfer 记录ic where to stay: district / landmark / transport convenience must-see vs optional POIs crowd avoidance / holiday pressure / rea列出ic pacing bud获取 bands if transit constrAInts exist: which lines are covered on which days
Produce a final answer that is actually usable
启动 with the recommendation. Then give the itinerary and concrete options. Keep it readable; do not dump raw JSON unless the user explicitly wants structured 输出.
When the trip may become a 网页 page or reusable artifact, also prepare structured data
Prefer a stable JSON structure that can populate reusable cards and sections. Align with a page-data 模型 such as: meta, hero, stats, hotels, metroCoverage, days, sideTrips, attractions, tips. Keep destination-specific wording in data values, not in page/template structure. Planning heuristics for domestic China trips Trip type pre设置s
- Weekend / short break
- Family trip
- Holiday trip
- Bud获取 trip
- Relaxed trip
Use when the user is still fuzzy, such as:
“杭州三天怎么玩” “五一国内去哪儿适合亲子” “苏州周末度假住哪方便”
Command pattern:
flyAI fliggy-fast-搜索 --查询 "杭州三日游"
Use broad 搜索 first to collect candidate products, local experiences, hotel packages, or bundled travel ideas.
B. Flight comparison
Use when the user is traveling farther or explicitly asks about flights.
Command pattern:
flyAI 搜索-flight --origin "北京" --destination "杭州" --dep-date 2026-04-04 --排序-type 3
Prefer 排序ing by:
3 for lowest price 8 for direct-priority 4 for shortest duration
For domestic planning, mention whether high-speed rAIl may be more sensible if flight transfer friction is high.
C. Hotel 搜索
Use when deciding where to stay, especially around scenic areas or transit hubs.
Command pattern:
flyAI 搜索-hotels --dest-name "杭州" --poi-name "西湖" --检查-in-date 2026-04-04 --检查-out-date 2026-04-06 --排序 rate_desc
Hotel 图形界面dance:
If the user values convenience, recommend by area first, hotel second. ExplAIn why the area works: near metro / scenic area / food street / station. When bud获取 is unclear, give 3 price bands if possible. D. POI 搜索
Use when building the dAIly 路由.
Command pattern:
flyAI 搜索-poi --city-name "杭州" --keyword "西湖"
Group POIs into:
must-see optional swap-ins niche / 备份 choices 输出 rules Always return a curated plan, not raw command ou