← Back to Skills Marketplace
56
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install courtyard-hotel-booking
Description
搜索万豪集团旗下万怡酒店并返回实时价格与预订链接,支持酒店详情查询和套餐优惠搜索,多旅游平台数据直连。
README (SKILL.md)
万怡酒店查询与预订
搜索万怡(Courtyard by Marriott)酒店,返回真实价格和可预订链接,支持酒店详情和套餐优惠查询。
使用场景
- 用户明确要搜索或预订万怡酒店时使用
- 用户说「帮我找上海的万怡」「北京万怡多少钱」等
- 不在用户仅提及品牌名但无搜索意图时触发
能做什么
- 搜索万怡酒店,返回价格、星级、地址、附近地标和预订链接
- 查询某家万怡酒店的详情(周边交通/景点/设施/房型/政策)
- 搜索万怡酒店套餐优惠
不能做什么
- 不支持非万怡酒店搜索
- 不支持直接预订(提供预订链接,用户点击跳转)
🚫 绝对禁止
- 禁止编造任何数据 — 酒店名称、价格、评分、星级必须100%来自脚本输出
- 禁止添加脚本未返回的信息
- 禁止省略预订链接 — 脚本返回的detailUrl必须完整展示
使用示例
- 「上海有什么万怡酒店」→ search
- 「上海500块以内的万怡」→ search + max_price
- 「上海万怡怎么样」→ detail
- 「万怡有什么优惠套餐」→ packages
注意事项
- 价格实时变动,以实际预订页面为准
- 数据来源为多旅游平台直连,不存储用户数据
数据流向
用户输入(城市/日期/关键词)→ 本技能脚本 → 代理服务(认证令牌通过环境变量安全读取,不硬编码任何密钥)→ 旅游平台API → 返回结果给用户。
- 查询参数(城市、日期、酒店名)会发送到代理服务以获取实时数据
- 代理服务仅做请求转发,不存储任何用户数据或查询记录
- 本技能不收集、存储或传输用户的个人身份信息
安全声明
- 认证令牌通过环境变量
PROXY_TOKEN安全读取,源码中无任何硬编码密钥 - 所有HTTPS请求均启用证书验证
- 本技能不处理支付流程、不存储支付凭证、不记录用户敏感信息
触发条件
用户需要搜索万怡酒店、查询万怡酒店详情或了解万怡套餐优惠时使用
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install courtyard-hotel-booking - After installation, invoke the skill by name or use
/courtyard-hotel-booking - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 万怡酒店查询与预订?
搜索万豪集团旗下万怡酒店并返回实时价格与预订链接,支持酒店详情查询和套餐优惠搜索,多旅游平台数据直连。 It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.
How do I install 万怡酒店查询与预订?
Run "/install courtyard-hotel-booking" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 万怡酒店查询与预订 free?
Yes, 万怡酒店查询与预订 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 万怡酒店查询与预订 support?
万怡酒店查询与预订 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 万怡酒店查询与预订?
It is built and maintained by 旅行技能 (@travel-skills); the current version is v1.0.2.
More Skills