← 返回 Skills 市场
codekungfu

Ctrip

作者 ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
319
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ctrip-hot-trend
功能描述
检索并摘要携程公开页的酒店与航班信息,提供价格、评分、行程组合等轻量分析服务。
使用说明 (SKILL.md)

携程

用途与边界

  • 面向酒店、机票与行程公开页面的检索与摘要
  • 不提供下单、接口逆向或突破风控能力
  • 仅用于公开页面的轻量分析与提醒

关键入口

  • 主页:https://www.ctrip.com/
  • 酒店:https://hotels.ctrip.com/
  • 机票:https://flights.ctrip.com/

常见任务

  • 指定城市与日期的酒店列表摘要(均价、评分、位置)
  • 航线价格与时刻对比(直飞/中转、里程、时长)
  • 行程清单生成(酒店与航班组合、到站/离站时间)

数据字段

  • 酒店名称、链接、均价、评分、评论数、地理位置、设施摘要
  • 航班号、出发/到达机场与时间、是否直飞、价格、舱位
  • 行程日期、到达/离开时间、合计预算

自动化要点

  • 页面动态渲染与人机校验,建议人工打开后触发解析
  • 价格与库存实时变动,需标注采集时间
  • 频率控制,不进行批量抓取;使用轻量摘要

示例流程

  • 酒店清单:输入城市与日期 → 列表解析 → 输出均价与评分分布
  • 航线对比:设定航线 → 抽取航班条目 → 对比价格与时长
  • 行程组合:选择酒店与航班 → 生成出行清单 → 导出摘要

合规提示

  • 遵守平台规则,不进行接口调用或批量采集
  • 结果仅用于内部分析与提醒
安全使用建议
This skill is coherent with its purpose, but before installing consider: (1) clarify how the agent will obtain page content (will you manually open pages and click a trigger, paste HTML, or enable a browser automation extension?), (2) avoid using it for bulk scraping to stay within Ctrip's terms of service and to reduce risk of rate-limiting or IP blocking, and (3) do not provide any site credentials or sensitive data — the skill is meant only for public-page summaries. If you need automated fetching of dynamic pages, request details from the skill author about the exact mechanism and safeguards they expect to use.
功能分析
Type: OpenClaw Skill Name: ctrip-hot-trend Version: 0.1.0 The skill bundle consists of metadata and descriptive instructions for an AI agent to summarize hotel and flight information from the legitimate travel site Ctrip. It contains no executable code, suspicious network requests, or prompt injection attempts, and explicitly defines boundaries against unauthorized actions like automated booking or anti-bot bypassing (SKILL.md).
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md describes reading and summarizing public hotel and flight pages from Ctrip and does not request unrelated credentials, binaries, or system access.
Instruction Scope
Instructions stay within the declared purpose (public-page retrieval and lightweight summaries). One minor ambiguity: the doc notes dynamic rendering and suggests 'manually open then trigger parsing' but does not specify how the agent obtains page content (e.g., via user-pasted HTML, a browser automation tool, or a fetch). This is an implementation detail to clarify, not an incoherence. The SKILL.md explicitly forbids ordering, reverse-engineering APIs, and bulk scraping, which limits scope.
Install Mechanism
No install specification or code is included (instruction-only), so nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths — proportional to a public-page summarizer and consistent with the stated constraints.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or persistent privileges or modify other skills/configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ctrip-hot-trend
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ctrip-hot-trend 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of ctrip-hot-trend skill: - Enables retrieval and summarization of public hotel, flight, and itinerary info from Ctrip. - Supports tasks like hotel listing summaries, flight price comparisons, and travel list generation. - Only accesses public pages; does not support booking or bypassing platform security. - Results intended for lightweight analysis and reminders; not for bulk or automated scraping. - Emphasizes compliance with Ctrip rules and usage boundaries.
元数据
Slug ctrip-hot-trend
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ctrip 是什么?

检索并摘要携程公开页的酒店与航班信息,提供价格、评分、行程组合等轻量分析服务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。

如何安装 Ctrip?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ctrip-hot-trend」即可一键安装,无需额外配置。

Ctrip 是免费的吗?

是的,Ctrip 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ctrip 支持哪些平台?

Ctrip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ctrip?

由 ClawKK(@codekungfu)开发并维护,当前版本 v0.1.0。

💬 留言讨论