← 返回 Skills 市场
art22s

hotl

作者 art22s · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
44
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install hotl
功能描述
Use the hotl CLI to search Google Hotels, compare prices, fetch hotel room/rate details, and return machine-readable hotel results from a terminal. Use when...
使用说明 (SKILL.md)

hotl

Use hotl for CLI-only Google Hotels queries. It is useful for quick trip planning, shell workflows, and agent tasks that need structured hotel results.

Install

Install with pipx when you want hotl available as a standalone CLI:

pipx install hotl

Or install with pip in the current Python environment:

python -m pip install hotl

Verify the command is available:

hotl --version

Commands

Search hotels:

hotl search "boston" --check-in 2026-07-22 --check-out 2026-07-26 --max-results 5

JSON output:

hotl search "tokyo hotels" --check-in 2026-07-22 --check-out 2026-07-26 --format json

Fetch details for a hotel from a prior result:

hotl details "ENTITY_KEY_FROM_SEARCH" --check-in 2026-07-22 --check-out 2026-07-26 --format json

Search and fetch details for top results:

hotl enrich "paris hotels" --check-in 2026-09-01 --check-out 2026-09-04 --max-hotels 3 --format json

Notes

  • entity_key is an opaque Google Hotels token from a search result. Use it immediately with hotl details; do not treat it as a permanent hotel ID.
  • Use --format json when another tool or agent needs structured data.
  • Common filters: --stars, --sort-by LOWEST_PRICE, --amenity WIFI, --brand HILTON, --price-min, --price-max, --free-cancellation.
安全使用建议
Install only if you are comfortable trusting the PyPI package and sending hotel search details such as destinations, dates, filters, and entity keys to Google Hotels or the CLI's backing service. Avoid entering sensitive personal or confidential business travel details unless you intend to share them externally.
能力评估
Purpose & Capability
The skill purpose is to use the hotl CLI for Google Hotels searches, price comparison, room/rate details, and structured output; the documented commands match that purpose.
Instruction Scope
Instructions are limited to installing the CLI, checking its version, and running explicit user-directed search, details, and enrich commands.
Install Mechanism
Installation uses a third-party Python package from PyPI via pipx or pip, which is proportionate for a CLI integration but still requires normal package trust.
Credentials
Hotel searches necessarily send destinations, dates, filters, and hotel tokens to Google Hotels or the CLI backing service; this is expected for the stated purpose.
Persistence & Privilege
The artifact does not describe background workers, persistence, privilege escalation, credential harvesting, broad local file access, or destructive actions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hotl
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hotl 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Add hotl install instructions
v0.1.0
Initial ClawHub release
元数据
Slug hotl
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

hotl 是什么?

Use the hotl CLI to search Google Hotels, compare prices, fetch hotel room/rate details, and return machine-readable hotel results from a terminal. Use when... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。

如何安装 hotl?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hotl」即可一键安装,无需额外配置。

hotl 是免费的吗?

是的,hotl 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

hotl 支持哪些平台?

hotl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 hotl?

由 art22s(@art22s)开发并维护,当前版本 v0.1.1。

💬 留言讨论