一键导入
trvl-trip-planner
Plan a trip with trvl using traveller preferences, real-time flights, hotels, and viability assessment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan a trip with trvl using traveller preferences, real-time flights, hotels, and viability assessment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Research a destination with trvl by composing destination facts, guide content, events, nearby places, and visa requirements.
Create recurring trvl flight, hotel, room-availability, and opportunity watches with /loop-compatible check-in instructions.
| name | trvl-trip-planner |
| description | Plan a trip with trvl using traveller preferences, real-time flights, hotels, and viability assessment. |
| triggers | ["trip plan","plan trip","vacation","holiday","weekend getaway"] |
| allowed-tools | ["mcp__trvl__travel","mcp__trvl__get_preferences","mcp__trvl__interview_trip","mcp__trvl__plan_trip","mcp__trvl__search_flights","mcp__trvl__search_accommodations","mcp__trvl__search_hotels","mcp__trvl__search_hotels_with_details","mcp__trvl__assess_trip","mcp__trvl__detect_travel_hacks","mcp__gateway__gateway_invoke"] |
Use this skill when the user wants a vacation, holiday, weekend getaway, or general trip plan.
Collect only missing facts:
Always load preferences first through travel with intent="get_preferences"
or by calling the callable capability directly. Do not re-ask values already
present in the traveller profile. If the request is underspecified, ask at most
three questions or call interview_trip when available.
travel with intent="plan_trip" and params containing origin,
destination, depart_date, return_date, guests, and currency.travel with intent="search_flights" when the user needs more flight options, a specific
airline/alliance/cabin, direct-only filtering, baggage-aware pricing, or a
cheaper fallback than plan_trip returned.travel with intent="search_accommodations" when recommending where
to stay. It matches the requested room/apartment type, occupancy,
amenities, refundability, and total price before ranking. Use
intent="search_hotels_with_details" when comparing a known short hotel
list by rooms, rates, and amenities; use intent="search_hotels" only for
broad discovery, district filtering, stars/rating constraints, or debugging.travel with intent="assess_trip" and dates/passport when nationality
is known or visa/weather viability matters.travel with intent="detect_travel_hacks" after flight search unless
the user explicitly says not to optimize.Return an assessed itinerary, not raw tool dumps:
assess_trip: GO, WAIT, or NO_GO.If native mcp__trvl__travel is unavailable, use
mcp__gateway__gateway_invoke with server="trvl" and tool="travel".
Exact legacy tool names remain legacy-compatible capabilities.