# AGENTS.md - Airbnb Vrbo CLI

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

## What it is

airbnb-pp-cli is an agent-native command line tool for Airbnb Vrbo. Search Airbnb and VRBO, find the host's direct booking site, and report the cheapest of three sources side-by-side.
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 airbnb

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/airbnb

## MCP server

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

## After install

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

## Links

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