← Back to Skills Marketplace
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install trip-booking-hub
Description
Booking.com国际酒店预订助手,支持全球酒店搜索、房型查询、价格对比、预订管理。Invoke when user wants to search international hotels, book hotels on Booking.com, or manage Booking.com reservat...
Usage Guidance
Do not install or use this skill as-is. Before proceeding: (1) confirm you have a legitimate Booking.com affiliate/API account and integration rights; (2) insist the skill declare required credentials (e.g., BOOKING_API_KEY, AFFILIATE_ID) as environment variables or a secure config rather than hard-coding them into source; (3) review and complete the TODOs — the code currently returns mock data and appears incomplete/truncated, which may cause runtime errors or unexpected behavior; (4) verify all outbound network endpoints are the official Booking.com distribution endpoints and that no other hidden endpoints are contacted; (5) run the code in a sandboxed environment and avoid pasting real API keys until you’re satisfied; (6) prefer a version that uses standard credential handling (env vars, secrets manager) and explicit documentation of data flows. If the author cannot justify why credentials are left out or why code is incomplete, treat the package as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: trip-booking-hub
Version: 1.0.0
The skill bundle is a legitimate template for a Booking.com integration, providing structured data classes and an OpenAI function-calling adapter. The Python scripts (booking_api.py and openai_adapter.py) use safe practices for API dispatching and currently utilize mock data for testing purposes; no evidence of data exfiltration, shell execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match a Booking.com booking helper and the code implements search/detail/booking functions, which is coherent; however the SKILL.md insists on using Booking.com Affiliate API and API Key but the package does not declare or request any credentials or configuration mechanism — instead the code contains hard-coded placeholders (BOOKING_API_KEY = "your_api_key", BOOKING_AFFILIATE_ID = "your_affiliate_id"). That omission is inconsistent with the stated purpose and could force users to edit code to supply secrets.
Instruction Scope
SKILL.md restricts behavior (must call official Affiliate API, do not fabricate data) and documents endpoints. The included Python modules appear to call external endpoints via requests and also contain mocked returns and TODOs (i.e., real API calls are not implemented). The instructions do not explain how to supply credentials or where network traffic is sent at runtime beyond the documented Booking.com base URL, so runtime behavior may differ from the SKILL.md promise.
Install Mechanism
No install spec is provided (instruction-only installation), which minimizes installation risk — the skill only requires python3 on PATH and ships Python source files. No external archives or untrusted download URLs are used.
Credentials
The code requires an API key and affiliate ID to operate with Booking.com, but the skill declares no required environment variables or primary credential; credentials are hard-coded as placeholders in the source. This is disproportionate: an API-integrated skill should declare its credential requirements (env vars or config) rather than expect direct code edits. No other secrets are requested, which is appropriate, but the missing credential-handling is a red flag.
Persistence & Privilege
The skill does not request permanent/always-on presence, does not declare filesystem config paths, and is user-invocable only. There is no indication it modifies other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trip-booking-hub - After installation, invoke the skill by name or use
/trip-booking-hub - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Booking.com国际酒店预订助手首次发布:
- 支持全球酒店搜索、房型查询、价格对比与预订管理
- 提供多语言、多币种支持,适用于国际出行场景
- 严格通过Booking.com官方API获取所有酒店与价格信息
- 支持订单创建、查询、取消等全流程预订管理
- 明确数据展示规则及格式,保障信息准确可靠
Metadata
Frequently Asked Questions
What is 行程预订中心?
Booking.com国际酒店预订助手,支持全球酒店搜索、房型查询、价格对比、预订管理。Invoke when user wants to search international hotels, book hotels on Booking.com, or manage Booking.com reservat... It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install 行程预订中心?
Run "/install trip-booking-hub" 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 赵瑞宇 (@ryan-zry); the current version is v1.0.0.
More Skills