travel-cn旅行信息查询 - 去哪儿/携程/飞猪数据查询(Expedia 中国版)
Install via ClawdBot CLI:
clawdbot install guohongbin-git/travel-cn去哪儿/携程/飞猪数据查询。
| 平台 | 机票 | 酒店 | 火车 | 特点 |
|------|-----|------|------|------|
| 携程 | ✅ | ✅ | ✅ | 全能 |
| 去哪儿 | ✅ | ✅ | ✅ | 比价 |
| 飞猪 | ✅ | ✅ | ❌ | 阿里系 |
| 12306 | ❌ | ❌ | ✅ | 官方 |
# 需要合作伙伴资质
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/")
curl "https://api.ctrip.com/hotel/search?city=上海&checkin=2026-02-20"
# 使用 12306 API 封装
pip install py12306
from py12306 import Py12306
client = Py12306()
trains = client.query("上海", "北京", "2026-02-20")
# 查询机票
./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
版本: 1.0.0
Generated Feb 27, 2026
为商务旅客提供机票、酒店比价和行程优化服务。通过整合携程、去哪儿等平台数据,帮助企业控制差旅费用,实现行程自动规划和预订。
帮助个人用户规划国内旅行,包括景点门票预订、路线规划和预算管理。整合飞猪等平台的景点数据,提供一站式旅行解决方案。
监控机票、酒店价格波动,为用户提供降价提醒和最佳购买时机建议。通过爬虫或API获取实时价格数据,分析价格趋势。
为需要火车出行的用户提供官方12306数据查询服务。通过py12306等封装工具,简化火车票查询流程,避开第三方平台限制。
开发比价工具同时查询携程、去哪儿、飞猪的机票和酒店价格。帮助用户快速找到最优惠选项,特别适合价格敏感型旅客。
向企业客户提供API访问服务,按查询次数或订阅周期收费。主要面向差旅管理公司、旅行社等需要批量查询的B端客户。
通过技能包引导用户完成预订,从携程、去哪儿等平台获取佣金分成。适用于直接面向C端用户的旅行规划应用。
为企业提供定制化的差旅管理系统,整合多个平台的查询功能。包括行程优化、费用报表等增值服务,按项目收费。
💬 Integration Tip
注意API访问需要合作伙伴资质,爬虫方案需考虑IP封禁风险,建议使用代理池和请求频率控制。
Automate Xiaohongshu (RedNote) content operations using a Python client for the xiaohongshu-mcp server. Use for: (1) Publishing image, text, and video content, (2) Searching for notes and trends, (3) Analyzing post details and comments, (4) Managing user profiles and content feeds. Triggers: xiaohongshu automation, rednote content, publish to xiaohongshu, xiaohongshu search, social media management.
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides...
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike.
Draft and publish posts to 小红书 (Xiaohongshu/RED). Use when creating content for 小红书, drafting posts, generating cover images, or publishing via browser automation. Covers the full workflow from content creation to browser-based publishing, including cover image generation with Pillow.
AI-assisted creation, rendering, and automated publishing of Xiaohongshu-style content with support for Markdown to image cards and data tracking.
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNY...