← 返回 Skills 市场
travel-skills

万怡酒店查询与预订

作者 旅行技能 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
56
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install courtyard-hotel-booking
功能描述
搜索万豪集团旗下万怡酒店并返回实时价格与预订链接,支持酒店详情查询和套餐优惠搜索,多旅游平台数据直连。
使用说明 (SKILL.md)

万怡酒店查询与预订

搜索万怡(Courtyard by Marriott)酒店,返回真实价格和可预订链接,支持酒店详情和套餐优惠查询。

使用场景

  • 用户明确要搜索或预订万怡酒店时使用
  • 用户说「帮我找上海的万怡」「北京万怡多少钱」等
  • 不在用户仅提及品牌名但无搜索意图时触发

能做什么

  • 搜索万怡酒店,返回价格、星级、地址、附近地标和预订链接
  • 查询某家万怡酒店的详情(周边交通/景点/设施/房型/政策)
  • 搜索万怡酒店套餐优惠

不能做什么

  • 不支持非万怡酒店搜索
  • 不支持直接预订(提供预订链接,用户点击跳转)

🚫 绝对禁止

  1. 禁止编造任何数据 — 酒店名称、价格、评分、星级必须100%来自脚本输出
  2. 禁止添加脚本未返回的信息
  3. 禁止省略预订链接 — 脚本返回的detailUrl必须完整展示

使用示例

  1. 「上海有什么万怡酒店」→ search
  2. 「上海500块以内的万怡」→ search + max_price
  3. 「上海万怡怎么样」→ detail
  4. 「万怡有什么优惠套餐」→ packages

注意事项

  • 价格实时变动,以实际预订页面为准
  • 数据来源为多旅游平台直连,不存储用户数据

数据流向

用户输入(城市/日期/关键词)→ 本技能脚本 → 代理服务(认证令牌通过环境变量安全读取,不硬编码任何密钥)→ 旅游平台API → 返回结果给用户。

  • 查询参数(城市、日期、酒店名)会发送到代理服务以获取实时数据
  • 代理服务仅做请求转发,不存储任何用户数据或查询记录
  • 本技能不收集、存储或传输用户的个人身份信息

安全声明

  • 认证令牌通过环境变量 PROXY_TOKEN 安全读取,源码中无任何硬编码密钥
  • 所有HTTPS请求均启用证书验证
  • 本技能不处理支付流程、不存储支付凭证、不记录用户敏感信息

触发条件

用户需要搜索万怡酒店、查询万怡酒店详情或了解万怡套餐优惠时使用

安全使用建议
Install only if you are comfortable sending hotel destinations, dates, hotel names, and related search terms to the listed proxy service, and provide a scoped PROXY_TOKEN through the environment rather than hardcoding it.
能力评估
Purpose & Capability
The skill is clearly scoped to searching Courtyard by Marriott hotels, hotel details, and package offers, and the Python script only formats user-supplied hotel parameters, calls the proxy, and returns booking links/results.
Instruction Scope
Runtime instructions tell the agent not to invent hotel data, not to omit booking links, and only to use the skill for Courtyard hotel search or detail/package queries.
Install Mechanism
The artifact contains a standard-library Python script and no package install steps; the registry version is 1.0.2 while the bundled version file says 1.0.0, which is metadata inconsistency rather than a security issue.
Credentials
Network access to a fixed Tencent Cloud proxy and use of a PROXY_TOKEN environment variable are proportionate for live hotel search, but users must trust that proxy with their hotel search parameters.
Persistence & Privilege
The code reads only the PROXY_TOKEN environment variable, does not hardcode a token, does not write files, does not persist user data, and does not perform bookings or payment handling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install courtyard-hotel-booking
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /courtyard-hotel-booking 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Security: replace hardcoded token with os.environ.get, enhance data flow disclosure and add security statement
v1.0.1
Update display name to Chinese
v1.0.0
- Initial release of Courtyard Hotel Booking skill. - Allows users to search Courtyard by Marriott hotels, view real-time prices, and get booking links. - Supports hotel detail queries including transportation, facilities, and room types. - Enables searching for package deals such as bundled breakfast or tickets. - Integrates data from multiple travel platforms for up-to-date results. - Strictly displays only information returned directly from data sources; no fabricated or omitted data.
元数据
Slug courtyard-hotel-booking
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

万怡酒店查询与预订 是什么?

搜索万豪集团旗下万怡酒店并返回实时价格与预订链接,支持酒店详情查询和套餐优惠搜索,多旅游平台数据直连。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 万怡酒店查询与预订?

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

万怡酒店查询与预订 是免费的吗?

是的,万怡酒店查询与预订 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

万怡酒店查询与预订 支持哪些平台?

万怡酒店查询与预订 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 万怡酒店查询与预订?

由 旅行技能(@travel-skills)开发并维护,当前版本 v1.0.2。

💬 留言讨论