Agent skill · marketing growth · mvanhorn
pp-grubhub
Every Grubhub restaurant search, plus a sortable delivery-fee comparison board, a cross-restaurant deal radar Trigger phrases: `find restaurants near me on grubhub`, `compare grubhub delivery fees`, `who near me has a poke bowl`, `grubhub deals near`, `what should I order on grubhub`, `use grubhub`, `run grubhub`.
Why this skill is useful
Adds unique commands for comparing delivery fees and searching menus across Grubhub that the AI wouldn't generate on its own.
What it needs
Requires grubhub-pp-cli installed locally. About 7k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Grubhub — Printing Press CLI Prerequisites: Install the CLI This skill drives the grubhub-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: grubhub-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. grubhub-pp-cli browses Grubhub's marketplace from the command line: search restaurants by street address, browse full menus, and compare delivery fees, minimums, and ETAs across the whole neighborhood at once with compare. It caches restaurants and menus in a local SQLite store so dish can full-text-search menu items across nearby restaurants and deals can rank every active offer in one sweep. No API key required — it mints an anonymous Grubhub token for you. When to Use This CLI Use grubhub-pp-cli when a user wants to find, compare, or order-research food delivery near an address: cheapest or fastest restaurant, a specific dish across the neighborhood, or the best current deal. It is ideal for agents that need deterministic JSON about restaurants, fees, menus, and offers without scraping the Grubhub web app. The local cache makes repeated comparisons over the same location fast and offline. Anti-triggers Do not use this CLI for: Do not use this CLI to place an order or manage a cart — it is read-only marketplace browsing. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/grubhub