Agent skill · mvanhorn

pp-booksy

Book a haircut in Poland from the terminal — search barbers, compare prices and reviews, check open slots, and book, with a dry-run-by-default booking guard. Trigger phrases: `book a haircut`, `find a barber in Warszawa`, `cheapest haircut near me`, `when can I get a haircut at`, `check booksy availability`, `use booksy`, `run booksy`.

What it needs

About 11k tokens when loaded.

What this skill does

Booksy — Printing Press CLI Prerequisites: Install the CLI This skill drives the booksy-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: booksy-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. A CLI over Booksy's Polish marketplace. Public commands (search, business, reviews, suggest) need no login; add BOOKSYACCESSTOKEN for your account and the guided book command. book previews the exact appointment and only commits with --confirm, so agents can plan safely and you approve the real booking. When to Use This CLI Use this CLI to search Booksy businesses in Poland, compare barbers/salons on price and rating, check when a service has open slots, and book an appointment from the terminal or an agent. It is the fastest path from 'find me a haircut near X' to a confirmed booking. Anti-triggers Do not use this CLI for: Do not use it for Booksy Biz / provider-side management (staff, calendars, POS) — this is the customer surface only. Do not use it to bulk-scrape all Booksy businesses; it is built for booking and comparison, not crawling. Do not use it outside Poland; it is wired to the pl.booksy.com marketplace. Unique Capabilities These capabilities aren't available in any other tool for this API. …

How to use it

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

@skills mvanhorn/booksy

View the source on GitHub

Browse the @skills marketplace