Ctrip

检索并摘要携程公开页的酒店与航班信息,提供价格、评分、行程组合等轻量分析服务。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 22 · 0 current installs · 0 all-time installs
byClawKK@CodeKungfu
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv0.1.0
Download zip
latestvk97fg44d7sygvaxta1raf0e6js830vmt

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

携程

用途与边界

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

关键入口

常见任务

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

数据字段

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

自动化要点

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

示例流程

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

合规提示

  • 遵守平台规则,不进行接口调用或批量采集
  • 结果仅用于内部分析与提醒

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…