# AGENTS.md - Booking.com CLI

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

## What it is

booking-com-pp-cli is an agent-native command line tool for Booking.com. Every Booking.com workflow, plus offline price history, wishlist drop alerts, and multi-leg planning no other...
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 booking-com

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/booking-com

## MCP server

This CLI ships an MCP server (booking-com-pp-mcp) with 13 tools. Point any MCP client at it, including Claude Desktop.

## After install

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

## Links

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