Agent skill · mvanhorn
pp-woolworths
Every Woolworths catalogue, specials, store and trolley surface, plus a local price history that can tell a genuine half-price from an inflated was-price. Trigger phrases: `is this woolworths special actually cheap`, `when will this go half price again`, `cheapest per 100g at woolworths`, `what's on special at woolworths this week`, `price my woolworths shopping list`, `use woolworths`, `run woolworths`.
What it needs
About 11k tokens when loaded.
What this skill does
Woolworths — Printing Press CLI Prerequisites: Install the CLI This skill drives the woolworths-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: woolworths-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. Woolworths shows you today's price and a SAVE badge, and the badge is exactly what shoppers say they cannot trust. This CLI keeps its own price history in SQLite, so real-special returns a verdict instead of a number, cycle forecasts when the next half-price window opens, and swap ranks alternatives by unit price normalised across measure bases. It needs no API key, no login for the catalogue, and no headless browser. It is read-only apart from adding to a guest trolley. When to Use This CLI Use this CLI for Australian grocery pricing questions that need a decided answer rather than raw product JSON: whether a special is genuine, when a discount is likely to return, which alternative is cheaper per unit, and what a whole shopping list costs versus last time. It is also the right tool for building or costing a trolley programmatically, since the guest trolley works without any account. Anti-triggers Do not use this CLI for: Do not use this CLI for Everyday Rewards points, boosters, or e-receipts - that stack is MFA-gated with short-lived tokens and is not automatable. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/woolworths