← Back to Skills Marketplace
ryan-zry

一站式旅行预订

by 赵瑞宇 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install one-stop-travel-booking
Description
Booking.com国际酒店预订助手,支持全球酒店搜索、房型查询、价格对比、预订管理。Invoke when user wants to search international hotels, book hotels on Booking.com, or manage Booking.com reservat...
Usage Guidance
This skill appears to be a Booking.com helper but is incomplete: the Python code currently uses mock data and contains placeholder API credentials. Before installing or using it, (1) verify you are comfortable editing the code to supply credentials securely (prefer environment variables, not hardcoding), (2) add/confirm required Python dependencies (e.g., requests), (3) ensure the code actually makes requests to the official Booking.com endpoints and not to any unknown hosts, (4) test in a sandboxed environment with non-production credentials, and (5) avoid pasting real API keys into repository files — instead modify the code to read keys from well-scoped environment variables or a secure secret store. If you need a turnkey Booking.com integration, ask the publisher for a version that documents secret handling and performs real API calls rather than returning mock data.
Capability Analysis
Type: OpenClaw Skill Name: one-stop-travel-booking Version: 1.0.0 The skill bundle is a legitimate template for a Booking.com travel assistant. The Python scripts (booking_api.py and openai_adapter.py) implement a standard API wrapper and an OpenAI function-calling adapter, currently returning mock data for testing purposes. There is no evidence of data exfiltration, malicious execution, or prompt injection; the instructions in SKILL.md are strictly aligned with the stated travel booking functionality.
Capability Assessment
Purpose & Capability
Name/description say this integrates with Booking.com and requires a Booking affiliate API key. The code and SKILL.md are aligned around Booking.com endpoints. However, the Python implementation contains TODOs and returns simulated/mock data instead of real API calls, and the code embeds placeholder values (BOOKING_API_KEY = "your_api_key"). That means the shipped files will not perform the described live integration without modification.
Instruction Scope
SKILL.md explicitly instructs use of the Booking.com Affiliate API and forbids fabricating data — scope is narrowly about hotel search/booking. The runtime code similarly targets Booking.com endpoints. The inconsistency is that SKILL.md mandates calling the real API but the provided code currently uses mock responses (TODOs for real calls), so runtime behavior will not match the documented requirement unless the code is updated.
Install Mechanism
There is no install spec (instruction-only), which is low-risk for arbitrary downloads. The skill includes Python scripts, so python3 is required (declared). The code uses the 'requests' library but the skill does not declare or ensure that dependency will be installed; that omission may cause runtime failures.
Credentials
SKILL.md and code state that an API Key / affiliate ID are required for Booking.com, but the skill declares no required environment variables and includes hardcoded placeholder credentials in booking_api.py. This is a mismatch: the skill expects credentials but doesn't provide a secure mechanism to supply them (no env var declared). Hardcoding a real API key into the file would be unsafe; conversely, leaving placeholders means the skill is non-functional until secrets are placed somewhere (and the README gives no secure guidance).
Persistence & Privilege
The skill does not request elevated persistence. always is false, it is user-invocable, and there is no indication it modifies other skills or system-wide settings. Autonomous invocation is allowed (default) but that is normal and not by itself a red flag here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install one-stop-travel-booking
  3. After installation, invoke the skill by name or use /one-stop-travel-booking
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the Booking.com International Hotel Booking Assistant. - Supports global hotel search, real-time room availability, multi-language and multi-currency display, and price comparison. - Allows users to create, view, and cancel reservations, with free cancellation policy queries. - Connects directly to Booking.com Affiliate APIs; displays only accurate, real-time hotel data. - Includes clear response examples and strict data handling rules for reliability.
Metadata
Slug one-stop-travel-booking
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
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 101 downloads so far.

How do I install 一站式旅行预订?

Run "/install one-stop-travel-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 赵瑞宇 (@ryan-zry); the current version is v1.0.0.

💬 Comments