# AGENTS.md - Hotelist CLI

You are being asked to install or use the Hotelist CLI from the Printing Press library.

## What it is

hotelist-pp-cli is an agent-native command line tool for Hotelist. Every Hotelist feature, plus a local SQLite mirror that ranks rating-per-dollar across whole countries, compares chains head-to-head, and tracks how a city's hotels change over time.
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

    npx -y @mvanhorn/printing-press-library install hotelist

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-hotelist --force

OpenClaw:

    clawhub install printing-press-library/hotelist

## MCP server

This CLI ships an MCP server (hotelist-pp-mcp) with 1 tool. Point any MCP client at it, including Claude Desktop.

## After install

Call hotelist-pp-cli from the shell, or use the /pp-hotelist skill inside an agent.
Run hotelist-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/hotelist
- Library page: https://printingpress.dev/library/travel/hotelist
- This file: https://printingpress.dev/documentation/hotelist/agents.md
