Agent skill · marketing growth · mvanhorn
pp-vagaro
Every Vagaro discovery feature, plus the marketplace-wide availability search, price comparison, and local database no Vagaro tool has. Trigger phrases: `find a massage near me`, `book a haircut at my barber`, `compare these salons on vagaro`, `is this spa price fair`, `rebook my usual appointment`, `use vagaro`, `run vagaro`.
Why this skill is useful
Adds a CLI tool that enables complex queries and operations on Vagaro's marketplace data, which are not possible through the standard API.
What it needs
Requires vagaro-pp-cli installed locally. About 10k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Vagaro — Printing Press CLI Prerequisites: Install the CLI This skill drives the vagaro-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: vagaro-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. Vagaro's website is a per-business click-through funnel with no way to ask a question across the whole marketplace. This CLI syncs businesses, services, providers, reviews, and availability into a local SQLite store, so you can find any open slot matching your constraints (find), compare businesses head to head (compare), check whether a price is fair (price-check), and rebook your usual with the same provider (me rebook) — all with agent-native --json output. When to Use This CLI Use this CLI when a user wants to discover salon/spa/barber/fitness businesses, compare them by price or rating, check availability across many businesses at once, or manage and rebook their own Vagaro appointments from the command line or an agent. It shines at cross-business questions the Vagaro website makes tedious. Anti-triggers Do not use this CLI for: Do not use this CLI for Vagaro Pro / business-owner operations (POS, payroll, staff management) — that is a different, paid API. Do not use it to manage payment methods or edit your Vagaro profile — those are intentionally out of scope. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/vagaro