Overview
- Skill Key
- guohongbin-git/travel-cn
- Author
- guohongbin-git
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/guohongbin-git/travel-cn
- Latest Commit SHA
- 4d4b070dc95c34fca297ee34fca857b01e23d8cc
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 travel-cn 技能。 若已安装,则直接安装 travel-cn 技能。
# 旅行信息查询
去哪儿/携程/飞猪数据查询。
## 功能
- ✈️ 机票查询
- 🏨 酒店预订
- 🚄 火车票
- 🎫 景点门票
- 📅 行程规划
## 平台对比
| 平台 | 机票 | 酒店 | 火车 | 特点 |
|------|-----|------|------|------|
| **携程** | ✅ | ✅ | ✅ | 全能 |
| **去哪儿** | ✅ | ✅ | ✅ | 比价 |
| **飞猪** | ✅ | ✅ | ❌ | 阿里系 |
| 12306 | ❌ | ❌ | ✅ | 官方 |
## 机票查询
### 携程 API
```bash
# 需要合作伙伴资质
curl "https://api.ctrip.com/flight/search?from=SHA&to=PEK&date=2026-02-20"
```
### 爬虫方案
```python
# 使用 selenium
pip install selenium
from selenium import webdriver
driver = webdriver.Chrome()
driver.get("https://flight.qunar.com/")
```
## 酒店查询
### 携程 API
```bash
curl "https://api.ctrip.com/hotel/search?city=上海&checkin=2026-02-20"
```
## 火车票查询
### 12306(官方)
```bash
# 使用 12306 API 封装
pip install py12306
from py12306 import Py12306
client = Py12306()
trains = client.query("上海", "北京", "2026-02-20")
```
## 使用场景
### 1. 商务出行
- 机票/酒店比价
- 行程优化
- 费用控制
### 2. 旅行规划
- 景点推荐
- 路线规划
- 预算管理
### 3. 价格监控
- 降价提醒
- 价格趋势
- 最佳购买时机
## 快速脚本
```bash
# 查询机票
./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. **API 限制**: 需要合作伙伴资质
2. **爬虫风险**: 可能被封 IP
3. **价格变化**: 实时波动
---
*版本: 1.0.0*
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.