← Back to Skills Marketplace
travel-skills

途牛旅行助手

by 旅行技能 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
40
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tuniu-travel-assistant
Description
途牛旅行,零配置即装即用,酒店/机票/火车票/景点门票全品类查询预订,15个工具覆盖途牛全品类API。
README (SKILL.md)

途牛旅行助手

零配置即装即用的途牛旅行查询预订技能,15个工具覆盖酒店/机票/火车票/景点门票全品类API。

核心功能

🏨 酒店(3个工具)

  • tuniu_hotel_search — 酒店搜索,按城市+日期查询,支持关键词/商圈筛选和翻页
  • tuniu_hotel_detail — 酒店详情+房型报价,返回preBookParam用于下单
  • tuniu_hotel_create_order — 酒店预订下单

✈️ 机票(5个工具)

  • tuniu_flight_search — 机票搜索,6种查询模式(默认/时间/价格/周边出发/周边到达/中转)
  • tuniu_flight_cabin_detail — 舱位价格详情,返回cabinPriceId用于下单
  • tuniu_flight_booking_info — 获取预订必填字段说明
  • tuniu_flight_save_order — 机票预订下单
  • tuniu_flight_cancel_order — 取消机票订单

🚄 火车票(5个工具)

  • tuniu_train_search — 火车票搜索,6种排序(出发时间/耗时/票价升降)
  • tuniu_train_detail — 车次座位详情+余票,返回resId用于预订
  • tuniu_train_book — 火车票预订
  • tuniu_train_order_detail — 火车票订单详情
  • tuniu_train_cancel_order — 取消火车票订单

🎫 门票(2个工具)

  • tuniu_ticket_query — 景点门票查询,返回productId+resId
  • tuniu_ticket_create_order — 门票预订下单

参数说明

tuniu_hotel_search

  • cityName(首页必填)— 城市名,如:上海、北京
  • checkIn(首页必填)— 入住日期,格式:YYYY-MM-DD
  • checkOut(首页必填)— 离店日期,格式:YYYY-MM-DD
  • keyword / poiName / prices / adultNum / childNum / childAges — 可选筛选
  • queryId + pageNum — 翻页时使用

tuniu_hotel_detail

  • hotelIdhotelName(必填)— 酒店ID或名称
  • checkIn / checkOut(必填)— 入住离店日期

tuniu_flight_search

  • departureCityName(必填)— 出发城市,如:北京
  • arrivalCityName(必填)— 到达城市,如:上海
  • departureDate(必填)— 出发日期,格式:YYYY-MM-DD
  • searchType — 查询模式:0默认/1时间/2价格/3周边出发/4周边到达/5中转

tuniu_train_search

  • departureCityName(首页必填)— 出发城市
  • arrivalCityName(首页必填)— 到达城市
  • departureDate(首页必填)— 出发日期
  • searchType — 排序:0出发升/1出发降/2耗时升/3耗时降/4票价升/5票价降

tuniu_ticket_query

  • scenic_name(必填)— 景点名称,如:故宫、迪士尼

使用示例

  • "查上海6月15到17号的酒店" → tuniu_hotel_search(cityName="上海", checkIn="2026-06-15", checkOut="2026-06-17")
  • "北京到上海6月20的机票" → tuniu_flight_search(departureCityName="北京", arrivalCityName="上海", departureDate="2026-06-20")
  • "广州到深圳明天的火车票" → tuniu_train_search(departureCityName="广州", arrivalCityName="深圳", departureDate="2026-06-09")
  • "故宫门票多少钱" → tuniu_ticket_query(scenic_name="故宫")

不能做

  • 下单类工具需要多步操作(先查询获取ID→再下单),无法一步完成
  • 部分小城市火车票/机票数据覆盖可能不完整,建议用大城市名查询
Usage Guidance
Install only if you trust the publisher and the default proxy service. Treat booking and cancellation commands as real transactions, review traveler details and prices before use, and avoid sending passport, ID, phone, or payment-related data unless you are comfortable with it being relayed through the configured proxy.
Capability Assessment
Purpose & Capability
The stated purpose includes hotel, flight, train, and ticket search plus booking and cancellation, which is coherent for a travel assistant but high-impact because it can create or cancel real orders using traveler and contact details.
Instruction Scope
The skill lists order-creation and cancellation tools, but it does not require explicit user confirmation before state-changing booking or cancellation actions.
Install Mechanism
The package is small, with only SKILL.md and a Python helper script and no declared dependencies, but the helper embeds a default remote proxy endpoint and token.
Credentials
All requests, including personal traveler/contact fields and order actions, are forwarded to a Tencent Cloud Function proxy by default; the proxy destination can also be changed through TUNIU_PROXY_URL without allowlisting or clear user-facing disclosure.
Persistence & Privilege
The artifacts do not show background persistence, local file indexing, privilege escalation, credential-store access, or startup hooks; they only read optional environment variables for proxy configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tuniu-travel-assistant
  3. After installation, invoke the skill by name or use /tuniu-travel-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0: 途牛旅行助手首发,15个工具覆盖酒店/机票/火车票/景点门票全品类
Metadata
Slug tuniu-travel-assistant
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 途牛旅行助手?

途牛旅行,零配置即装即用,酒店/机票/火车票/景点门票全品类查询预订,15个工具覆盖途牛全品类API。 It is an AI Agent Skill for Claude Code / OpenClaw, with 40 downloads so far.

How do I install 途牛旅行助手?

Run "/install tuniu-travel-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 途牛旅行助手 free?

Yes, 途牛旅行助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 途牛旅行助手 support?

途牛旅行助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 途牛旅行助手?

It is built and maintained by 旅行技能 (@travel-skills); the current version is v1.0.0.

💬 Comments