Skills Plugins MCP Prompt Model 博客 我的中心

travel-cn

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

DeepseekModel Curated skill Quality Good · 48 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=m4d3bug-oh-my-openclaw-skills-travel-cn-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name travel-cn description 旅行信息查询 - 去哪儿/携程/飞猪数据查询(Expedia 中国版) metadata {"openclaw":{"emoji":"✈️","category":"travel","tags":["travel","qunar","ctrip","fliggy","china","booking"]}} 旅行信息查询 去哪儿/携程/飞猪数据查询。 功能 ✈️ 机票查询 🏨 酒店预订 🚄 火车票 🎫 景点门票 📅 行程规划 平台对比 平台 机票 酒店 火车 特点 携程 ✅ ✅ ✅ 全能 去哪儿 ✅ ✅ ✅ 比价 飞猪 ✅ ✅ ❌ 阿里系 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
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。