Agent skill · mvanhorn

pp-agoda

Search Agoda hotels with the true all-in price, and re-rank by what you will actually pay. Trigger phrases: `find hotels in Tokyo on agoda`, `what will this agoda hotel actually cost`, `cheapest dates to stay in Bangkok`, `which agoda hotel is cheapest all in`, `check agoda prices for these dates`, `use agoda`, `run agoda`.

What it needs

About 11k tokens when loaded.

What this skill does

<!-- GENERATED FILE — DO NOT EDIT. This file is a verbatim mirror of library/travel/agoda/SKILL.md, regenerated post-merge by tools/generate-skills/. Hand-edits here are silently overwritten on the next regen. Edit the library/ source instead. See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". --> Agoda — Printing Press CLI Prerequisites: Install the CLI This skill drives the agoda-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: agoda-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Agoda returns both the advertised price and the true all-in price in the same response, but only ever shows you the advertised one. This CLI surfaces both, breaks out the hidden tax-and-fee delta, and re-sorts by real cost - which routinely changes which hotel is cheapest. It talks to Agoda over plain HTTP with no browser, no rendering service, and no API key, and it keeps a local price history so it can answer questions a stateless scraper cannot. When to Use This CLI Use this CLI when an agent needs real Agoda hotel prices, particularly when the question involves cost. It is the right tool for judging what a stay actually costs, comparing finalists, sweeping flexible dates for a price floor, and tracking price drops over time. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/pp-agoda

View the source on GitHub

Browse the @skills marketplace