Agent skill · mvanhorn

pp-peekaboo

Printing Press CLI for Peekaboo. Peekaboo Guru deals, discounts, branches, and bank-card offers CLI

What it needs

About 11k tokens when loaded.

What this skill does

Peekaboo — Printing Press CLI Prerequisites: Install the CLI This skill drives the peekaboo-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: peekaboo-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.5 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. Peekaboo Guru deals, discounts, branches, and bank-card offers CLI Command Reference amenities — Amenities offered by a merchant (dine-in, delivery, ...) peekaboo-pp-cli amenities — List amenities for a merchant. branches — Physical branches of a merchant, each with coordinates for directions peekaboo-pp-cli branches <entityId> — List all branches of a merchant with latitude/longitude for map directions. brands — Brands and bank-card sources offering deals in a city peekaboo-pp-cli brands — List brands and card-deal sources in a city. cards — Bank/card sources offering deals at a merchant peekaboo-pp-cli cards <entityId> — List the banks/card sources that offer deals at a merchant. categories — Deal categories (Food, Lifestyle, Health, ...) peekaboo-pp-cli categories — List deal categories for a city. deals — Deals/offers for a merchant (title, discount %, validity) peekaboo-pp-cli deals — List deals/offers for a merchant, including bank-card offers. …

How to use it

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

@skills mvanhorn/peekaboo

View the source on GitHub

Browse the @skills marketplace