← Back to Skills Marketplace
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install travel-smart-booking
Description
酒店聚合助手,整合分贝通、携程、美团、同程、华住会、锦江等多个酒店数据源,提供统一的酒店搜索、房型查询、预订服务。Invoke when user wants to search hotels across multiple platforms or aggregate hotel data from vario...
Usage Guidance
This skill is incomplete and inconsistent: it promises live multi-platform aggregation but doesn't declare the API credentials or Python dependencies it would need. Before installing, ask the provider for: (1) a clear list of required API keys/tokens and how they are used/stored; (2) a dependency/install spec (pip packages, versions) so you can run it safely; (3) evidence of working integrations (or tests) for each data source. Avoid running it with broad network access or on sensitive systems until you confirm where credentials are supplied and how outbound requests are limited; consider running it in a sandbox or review/complete the TODO API implementations yourself or with a trusted developer.
Capability Analysis
Type: OpenClaw Skill
Name: travel-smart-booking
Version: 1.0.0
The skill bundle is a well-structured template for a hotel aggregation service. The Python scripts (hotel_aggregation_api.py and openai_adapter.py) implement a framework for searching and deduplicating hotel data across multiple platforms using parallel execution, though the actual API calls are currently mocked. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code aligns perfectly with the travel booking purpose described in SKILL.md.
Capability Assessment
Purpose & Capability
The skill's name/description promise multi-platform hotel aggregation (携程、美团、分贝通等). However, the bundle requests no API keys, credentials, or config paths that would normally be required to call those commercial APIs. The included code defines base_url entries for each provider and TODO stubs for API calls, indicating it is not a finished integration. That mismatch (promised multi-platform live API access vs no declared secrets or integration instructions) is a significant coherence issue.
Instruction Scope
SKILL.md explicitly requires calling each platform's API and forbids fabricating data, but it gives no guidance for authentication, rate limiting, or how to obtain API credentials. The SKILL.md also includes a 'required: true' field in metadata that conflicts with the registry flags (registry shows always:false). The runtime instructions do not ask the agent to read unrelated local files, but the requirement to call external APIs without specifying auth or acceptable endpoints leaves broad, vague agent discretion.
Install Mechanism
There is no install spec (lowest install risk). However, the code is Python and uses the third-party 'requests' library but the skill only declares 'python3' as a required binary — it does not declare Python package dependencies (e.g., requests). That omission means attempting to run the code could fail or lead integrators to install dependencies ad-hoc. The code files themselves include network calls (base_url values) which will attempt outbound requests if implemented.
Credentials
No environment variables or credentials are declared, yet the skill's purpose (calling commercial hotel APIs) normally requires API keys, client secrets, or other auth. The code currently contains placeholder search functions (TODOs) and will need platform-specific auth to be functional. The lack of declared credentials or a clear plan for secure secret handling is disproportionate to the stated integration needs.
Persistence & Privilege
The skill is not configured as always:true and does not request any agent-wide persistent privileges. It does not attempt to modify other skills or agent config in the provided files. Autonomous invocation is enabled by default but is not combined with other high-risk privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-smart-booking - After installation, invoke the skill by name or use
/travel-smart-booking - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the hotel aggregation assistant, integrating multiple platforms (分贝通、携程、美团、同程、华住会、锦江).
- Provides unified hotel search, room type queries, price comparison, and booking services across different sources.
- Ensures data standardization, deduplication, and clearly marks all data sources.
- Supports real-time aggregation with intelligent sorting and best price selection.
- Strict rules: must use actual platform APIs, data must not be fabricated, and all source information must be transparent.
Metadata
Frequently Asked Questions
What is 智慧旅行预订?
酒店聚合助手,整合分贝通、携程、美团、同程、华住会、锦江等多个酒店数据源,提供统一的酒店搜索、房型查询、预订服务。Invoke when user wants to search hotels across multiple platforms or aggregate hotel data from vario... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install 智慧旅行预订?
Run "/install travel-smart-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.
More Skills