← 返回 Skills 市场
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install travel-smart-booking
功能描述
酒店聚合助手,整合分贝通、携程、美团、同程、华住会、锦江等多个酒店数据源,提供统一的酒店搜索、房型查询、预订服务。Invoke when user wants to search hotels across multiple platforms or aggregate hotel data from vario...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install travel-smart-booking - 安装完成后,直接呼叫该 Skill 的名称或使用
/travel-smart-booking触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
智慧旅行预订 是什么?
酒店聚合助手,整合分贝通、携程、美团、同程、华住会、锦江等多个酒店数据源,提供统一的酒店搜索、房型查询、预订服务。Invoke when user wants to search hotels across multiple platforms or aggregate hotel data from vario... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 智慧旅行预订?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install travel-smart-booking」即可一键安装,无需额外配置。
智慧旅行预订 是免费的吗?
是的,智慧旅行预订 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
智慧旅行预订 支持哪些平台?
智慧旅行预订 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 智慧旅行预订?
由 赵瑞宇(@ryan-zry)开发并维护,当前版本 v1.0.0。
推荐 Skills