Agent skill · marketing growth · mvanhorn
pp-ordertogo
Browse, cart, and place orders at any OrderToGo.com restaurant from the terminal — pure-Go agent-native client... Trigger phrases: `order my usual`, `place my regular order`, `order from <restaurant>`, `what's my usual order`, `how much have I spent at`, `is <restaurant> open right now`, `use ordertogo`, `run ordertogo`.
Why this skill is useful
Adds a CLI with executable commands for safe agent-driven ordering and local state management that aren't available in public APIs.
What it needs
Requires ordertogo-pp-cli installed locally. About 8k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
OrderToGo — Printing Press CLI Prerequisites: Install the CLI This skill drives the ordertogo-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: ordertogo-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): 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. When to Use This CLI Reach for this CLI when an agent needs to handle 'order my usual', 'is the restaurant open', 'how much have I spent here this month', or 'place this exact cart with a budget cap'. It's read-fast (everything cached locally after one sync), write-safe (every place command is gated behind --confirm + --max + verify-env short-circuit), and works for any OrderToGo customer regardless of metro. Unique Capabilities These capabilities aren't available in any other tool for this API. Safe agent-driven ordering order plan — Recompose your previous order locally, validate against tax, and refuse to fire if total exceeds your --max cap. Reach for this when an agent needs to know 'will this fit my budget' before committing — answer comes from one structured call with no browser involvement. order place — Drive a headless Chrome via chromedp to complete the Braintree DropIn flow with your saved card, with the budget cap enforced before the browser opens. Use when an agent has a budget-validated plan and the user has confirmed; this is the one command that actually moves money. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/ordertogo