← All skills
Tencent SkillHub · Communication & Collaboration

Travel CN

旅行信息查询 - 去哪儿/携程/飞猪数据查询(Expedia 中国版)

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

旅行信息查询 - 去哪儿/携程/飞猪数据查询(Expedia 中国版)

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

旅行信息查询

去哪儿/携程/飞猪数据查询。

功能

✈️ 机票查询 🏨 酒店预订 🚄 火车票 🎫 景点门票 📅 行程规划

平台对比

平台机票酒店火车特点携程✅✅✅全能去哪儿✅✅✅比价飞猪✅✅❌阿里系12306❌❌✅官方

携程 API

# 需要合作伙伴资质 curl "https://api.ctrip.com/flight/search?from=SHA&to=PEK&date=2026-02-20"

爬虫方案

# 使用 selenium pip install selenium from selenium import webdriver driver = webdriver.Chrome() driver.get("https://flight.qunar.com/")

携程 API

curl "https://api.ctrip.com/hotel/search?city=上海&checkin=2026-02-20"

12306(官方)

# 使用 12306 API 封装 pip install py12306 from py12306 import Py12306 client = Py12306() trains = client.query("上海", "北京", "2026-02-20")

1. 商务出行

机票/酒店比价 行程优化 费用控制

2. 旅行规划

景点推荐 路线规划 预算管理

3. 价格监控

降价提醒 价格趋势 最佳购买时机

快速脚本

# 查询机票 ./scripts/flight-search.sh --from 上海 --to 北京 --date 2026-02-20 # 查询酒店 ./scripts/hotel-search.sh --city 上海 --checkin 2026-02-20 # 查询火车票 ./scripts/train-search.sh --from 上海 --to 北京 --date 2026-02-20

注意事项

API 限制: 需要合作伙伴资质 爬虫风险: 可能被封 IP 价格变化: 实时波动 版本: 1.0.0

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • package.json Config