← Back to Skills Marketplace
art22s

hotl

by art22s · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
44
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install hotl
Description
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...
README (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.
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hotl
  3. After installation, invoke the skill by name or use /hotl
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Add hotl install instructions
v0.1.0
Initial ClawHub release
Metadata
Slug hotl
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.

How do I install hotl?

Run "/install hotl" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is hotl free?

Yes, hotl is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does hotl support?

hotl is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created hotl?

It is built and maintained by art22s (@art22s); the current version is v0.1.1.

💬 Comments