返回顶部
c

china-travel-planner中国旅行规划

Plan and optimize travel within China using flyai / Fliggy search capabilities plus public metro-network data when needed. Use when the user wants a domestic China trip plan, weekend getaway, city itinerary, family trip, holiday route, hotel recommendation, flight comparison, attraction shortlist, budget-based plan, or a practical travel guide that combines transportation, hotel, POI, and day-by-day scheduling for destinations inside mainland China. Also use when the trip has transit constraints

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
97
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

china-travel-planner

China Travel Planner

Plan practical domestic trips in China by combining itinerary design with real-time-ish search from flyai.

This skill is for planning-first travel help. Use it to turn a vague request like “清明去杭州玩两天怎么安排” into a usable plan with destination logic, transport suggestions, hotel area recommendations, attraction picks, and a day-by-day itinerary.

Core workflow

  1. 1. Clarify the trip frame
- Extract or ask for: departure city, destination, travel dates, duration, traveler type, budget, pace, and priorities. - Also detect 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.
  1. 2. 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 search and provide booking links. - Transit-constrained plan: optimize around metro-line coverage, fixed hotel anchors, or nearby side trips.
  1. 3. Choose the right data source mix
- Use flyai fliggy-fast-search for broad natural-language discovery. - Use flyai search-flight for flight comparison when flights matter. - Use flyai search-hotels for hotel options near a city or POI. - Use flyai search-poi for attraction candidates inside the target city. - Use public metro data when the plan depends on line coverage, station lists, or metro-aware hotel selection.
  1. 4. Turn results 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 logic - where to stay: district / landmark / transport convenience - must-see vs optional POIs - crowd avoidance / holiday pressure / realistic pacing - budget bands - if transit constraints exist: which lines are covered on which days
  1. 5. Produce a final answer that is actually usable
- Start with the recommendation. - Then give the itinerary and concrete options. - Keep it readable; do not dump raw JSON unless the user explicitly wants structured output.
  1. 6. When the trip may become a web 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 model 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 presets

1. Weekend / short break

  • - Default to 2D1N or 3D2N.
  • Prefer compact cities or one core area.
  • Avoid stuffing too many attractions into one day.
  • Optimize for low transfer friction.

2. Family trip

  • - Prefer fewer hotel changes.
  • Reduce aggressive early departures.
  • Prioritize stable meal / restroom / stroller / queue conditions when relevant.
  • Recommend attractions with mixed-age tolerance.

3. Holiday trip

  • - Warn about crowding, traffic, and price spikes.
  • Suggest early/late entry windows and alternative districts.
  • Offer a mainstream plan plus a crowd-avoidance backup.

4. Budget trip

  • - Prioritize rail over flight where reasonable.
  • Prefer transport-convenient hotel areas over luxury scenic isolation.
  • Separate “must spend” from “optional upgrade”.

5. Relaxed trip

  • - Limit major POIs per day.
  • Add café / night walk / slow sightseeing blocks.
  • Favor one scenic area plus one food/urban area per day.

How to use flyai commands

A. Broad discovery

Use when the user is still fuzzy, such as:
  • - “杭州三天怎么玩”
  • “五一国内去哪儿适合亲子”
  • “苏州周末度假住哪方便”

Command pattern:

CODEBLOCK0

Use broad search 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:

CODEBLOCK1

Prefer sorting by:

  • - 3 for lowest price
  • INLINECODE15 for direct-priority
  • INLINECODE16 for shortest duration

For domestic planning, mention whether high-speed rail may be more sensible if flight transfer friction is high.

C. Hotel search

Use when deciding where to stay, especially around scenic areas or transit hubs.

Command pattern:

CODEBLOCK2

Hotel guidance:

  • - If the user values convenience, recommend by area first, hotel second.
  • Explain why the area works: near metro / scenic area / food street / station.
  • When budget is unclear, give 3 price bands if possible.

D. POI search

Use when building the daily route.

Command pattern:

CODEBLOCK3

Group POIs into:

  • - must-see
  • optional swap-ins
  • niche / backup choices

Output rules

  • - Always return a curated plan, not raw command output.
  • If flyai returns image URLs, place the image line before the booking link.
  • If flyai returns booking/detail URLs, include them when helpful.
  • Mention that recommendations are based on fly.ai / Fliggy results when using those results.
  • In Feishu chats, prefer bullets over markdown tables unless the comparison truly benefits from a table.

Recommended answer structure

Fast recommendation

  • - Who this plan is for
  • Why this destination / route fits
  • Budget feel: economical / moderate / comfortable

Trip snapshot

  • - Duration
  • Best departure method
  • Suggested stay area
  • Top highlights

Day-by-day itinerary

For each day include:
  • - morning
  • lunch suggestion area
  • afternoon
  • evening
  • pacing note / transfer note

Hotel suggestion

  • - best area to stay
  • 2-3 hotel choices if available
  • who each option suits

Transport suggestion

  • - plane vs rail judgment if relevant
  • arrival/departure advice
  • local transport note

Notes

  • - booking tips
  • crowd avoidance
  • weather / season / holiday reminders if obvious from context

Structured output mode for reusable web pages

When the user wants a web page, reusable framework, shareable itinerary page, or future automation, also organize the content into stable sections.

Recommended top-level keys:

  • - INLINECODE17
  • INLINECODE18
  • INLINECODE19
  • INLINECODE20
  • INLINECODE21
  • INLINECODE22
  • INLINECODE23
  • INLINECODE24
  • INLINECODE25

What to produce

Whenever possible, produce two synchronized layers:

  1. 1. Readable itinerary summary
  2. Structured trip data

The readable summary should be easy to read in chat.
The structured layer should be easy to feed into travel-page-framework.

Card conventions

Hotel cards

Use fields such as:
  • - INLINECODE27
  • INLINECODE28
  • INLINECODE29
  • INLINECODE30
  • INLINECODE31
  • INLINECODE32
  • INLINECODE33
  • INLINECODE34
  • INLINECODE35

Day cards

Use fields such as:
  • - INLINECODE36
  • INLINECODE37
  • INLINECODE38
  • INLINECODE39
  • INLINECODE40
  • INLINECODE41
  • INLINECODE42
  • INLINECODE43
  • INLINECODE44
  • INLINECODE45

Attraction cards

Use fields such as:
  • - INLINECODE46
  • INLINECODE47
  • INLINECODE48
  • INLINECODE49
  • INLINECODE50
  • INLINECODE51

Keep structured card text concise and web-friendly.

Working rule

If the user explicitly wants a web page, page framework, reusable travel card layout, or future rendering, read references/structured-output-mode.md and organize the plan so the text layer and structured layer remain consistent.

Page generation pipeline

Use this when the user wants a shareable web page, standalone HTML itinerary, or asks for a "travel page" / "行程页面". The pipeline turns a travel plan into a static HTML page powered by the travel-page-framework.

Flow

CODEBLOCK4

Step-by-step

  1. 1. Plan the trip using the normal planning workflow above.
  2. Generate structured JSON from a natural-language prompt:

CODEBLOCK5

Options:

  • - --with-metro: auto-fetch metro/subway data for the city
  • INLINECODE55: auto-search Wikimedia Commons for attraction images
  • INLINECODE56: read prompt from a file instead of CLI arg
  • INLINECODE57 / -o: output path (default: trip-data.json)
  • INLINECODE60: pretty-print the JSON

  1. 3. Review and refine the generated trip-data.json. The auto-generated skeleton is a starting point — fill in richer descriptions, swap placeholder images, and adjust day-by-day segments as needed. Follow the content guidelines in page-generator/schema/trip-content-guidelines.md.
  1. 4. Validate the data against the schema:

CODEBLOCK6

  1. 5. Build the static site:

CODEBLOCK7

This produces dist/index.html + dist/trip-data.json. Preview with:

CODEBLOCK8

  1. 6. (Optional) Deploy to GitHub Pages:

CODEBLOCK9

Schema and content guidelines

  • - JSON schema: INLINECODE65
  • Content writing guide: INLINECODE66
  • Required top-level keys: meta, hero, stats, hotels, metroCoverage, days, sideTrips, attractions, INLINECODE75

When to use tpf-generate vs manual JSON

  • - tpf-generate: quick scaffolding from a one-liner prompt. Good for getting the structure right fast.
  • Manual JSON: when you already have a detailed plan from the chat workflow and want precise control over every field.

In practice, generate the skeleton first, then hand-edit or have the agent refine it.

When information is missing

If critical info is missing, ask at most the smallest set of questions needed. Prioritize:

  1. 1. 出发地
  2. 日期 / 天数
  3. 预算
  4. 几个人、什么类型(情侣 / 亲子 / 家庭 / 独自)

If the user just wants a quick answer, do not block on questions. State assumptions and give a draft plan.

Scripts

scripts/fetch_subway_data.py

Use this script when the plan depends on metro / subway line coverage or station lists.

Examples:

CODEBLOCK10

Behavior:

  • - reads the AMap subway city index
  • resolves the city by Chinese name / pinyin / city id
  • fetches line + station data
  • outputs JSON for downstream planning

Use the result to:

  • - count how many lines a city has
  • list line names
  • see station lists for each line
  • support "every line must be ridden once" planning

scripts/metro_hotel_match.py

Use this script to rank hotels by metro convenience.

Examples:

CODEBLOCK11

Behavior:

  • - reads subway JSON and hotel JSON
  • scores hotels by target station / line mentions plus transit-convenience hints
  • returns a ranked list with reasons

scripts/coverage_plan_notes.py

Use this script to generate lightweight notes for line-coverage planning.

Examples:

CODEBLOCK12

Behavior:

  • - summarizes each line
  • notes whether the hotel anchor lies on that line
  • gives rough planning hints for route design

page-generator/scripts/wikimedia_image_search.py

Use this script to find free-license images from Wikimedia Commons for attractions, landmarks, or city scenes. Use it when populating image fields in structured trip data.

Keyword search:

CODEBLOCK13

Category browse:

CODEBLOCK14

Batch mode (read a JSON file with multiple search specs):

CODEBLOCK15

Batch input format (landmarks.json):
CODEBLOCK16

Options:

  • - --limit / -n: number of results (default: 5)
  • INLINECODE84 / -w: thumbnail width in pixels (default: 1200)
  • INLINECODE86 / -o: write results to file instead of stdout
  • INLINECODE88: pretty-print JSON

Output: JSON array of {title, url, thumbUrl, width, height, license, description}. All images carry free licenses (CC / Public Domain).

References

Read these only when needed:

  • - ../flyai/references/fliggy-fast-search.md for broad natural-language search
  • INLINECODE91 for flight parameters and output fields
  • INLINECODE92 for hotel filters and fields
  • INLINECODE93 for attraction filters and fields
  • INLINECODE94 for metro-line coverage, fixed-hotel anchors, and metro-aware hotel selection
  • INLINECODE95 for common domestic trip phrasing and default itinerary patterns
  • INLINECODE96 for producing reusable structured trip data alongside readable itinerary text
  • INLINECODE97 for reusable travel-page content structure and card-writing conventions

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 china-travel-planner-1775945723 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 china-travel-planner-1775945723 技能

通过命令行安装

skillhub install china-travel-planner-1775945723

下载

⬇ 下载 china-travel-planner v1.0.0(免费)

文件大小: 75.27 KB | 发布时间: 2026-4-12 09:22

v1.0.0 最新 2026-4-12 09:22
Initial release

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部