Skills ctrip-hotel-search

自动搜索携程酒店,支持实时比价和详情获取。使用浏览器自动化技术,实现携程账号登录、酒店搜索、详情获取和对比分析功能。

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/alexfeng75/ctrip-hotel-search" ~/.claude/skills/openclaw-skills-ctrip-hotel-search && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/alexfeng75/ctrip-hotel-search" ~/.openclaw/skills/openclaw-skills-ctrip-hotel-search && rm -rf "$T"
manifest: skills/alexfeng75/ctrip-hotel-search/SKILL.md
source content

携程酒店搜索 Skill

核心功能

  • ✅ 自动登录携程账号
  • ✅ 实时搜索酒店(按地点、日期、价格筛选)
  • ✅ 获取酒店详情和用户评价
  • ✅ 多酒店对比分析
  • ✅ 支持民宿/客栈搜索

使用场景

  • "搜索建水古城4月9日的酒店,价格200-400元"
  • "对比南沙镇3家民宿的优缺点"
  • "查找元阳梯田附近的特色民宿"

技术栈

  • Playwright(浏览器自动化)
  • Node.js(运行环境)
  • 携程网站(数据源)

配置要求

  1. 携程账号(用于登录)
  2. Node.js 16+ 环境
  3. Playwright 浏览器