一键导入
trvl-price-watch
Create recurring trvl flight, hotel, room-availability, and opportunity watches with /loop-compatible check-in instructions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create recurring trvl flight, hotel, room-availability, and opportunity watches with /loop-compatible check-in instructions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Research a destination with trvl by composing destination facts, guide content, events, nearby places, and visa requirements.
Plan a trip with trvl using traveller preferences, real-time flights, hotels, and viability assessment.
| name | trvl-price-watch |
| description | Create recurring trvl flight, hotel, room-availability, and opportunity watches with /loop-compatible check-in instructions. |
| triggers | ["price watch","monitor flights","hotel deal alert"] |
| allowed-tools | ["mcp__trvl__travel","mcp__trvl__get_preferences","mcp__trvl__watch_price","mcp__trvl__watch_room_availability","mcp__trvl__watch_opportunities","mcp__trvl__list_watches","mcp__trvl__check_watches","mcp__trvl__list_opportunity_watches","mcp__gateway__gateway_invoke"] |
Use this skill when the user wants to monitor flights, hotel prices, specific room availability, or rolling trip opportunities.
Load preferences first through travel with intent="get_preferences" or the
callable capability, then collect only the missing watch parameters:
travel with
intent="watches", action="create", and the old watch_price params.intent="watch_room_availability".intent="watch_opportunities".action="list" or
intent="list_opportunity_watches" so the user sees the saved threshold.check_watches daily; if a threshold is hit, summarize the delta and
show the booking URL."Return:
check_watches or opportunity
watch command pattern.Do not create or update saved preferences unless the user explicitly confirms
the profile change. If native mcp__trvl__travel is unavailable, invoke
tool="travel" through mcp__gateway__gateway_invoke with server="trvl".
Exact legacy tool names remain legacy-compatible capabilities.