Agent skill · writing content · mvanhorn
pp-jimmy-johns
Order Jimmy John's from the terminal — Freaky Fast Rewards stacking, half-order builder, and one-shot reorder.
Why this skill is useful
Adds a CLI tool for ordering from Jimmy John's, enabling automation of the ordering process directly from the terminal.
What it needs
Requires jimmy-johns-pp-cli installed locally. About 11k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Jimmy Johns — Printing Press CLI Prerequisites: Install the CLI This skill drives the jimmy-johns-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: jimmy-johns-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. CLI for the Jimmy John's ordering API. Browse stores, menus, and product modifiers; manage your cart; place orders; view rewards and saved payments. Backed by Jimmy John's proprietary API at www.jimmyjohns.com/api and authenticated via cookies imported from a logged-in Chrome session (PerimeterX clearance + JJ session cookies). HTTP Transport This CLI uses Chrome-compatible HTTP transport for browser-facing endpoints. It does not require a resident browser process for normal API calls. Command Reference account — User account, profile, addresses, and saved payments jimmy-johns-pp-cli account current — Get the authenticated user's profile (name, email, preferences). jimmy-johns-pp-cli account delivery-addresses — List the authenticated user's saved delivery addresses. jimmy-johns-pp-cli account login — Authenticate with email + password. Sets JJ session cookies. jimmy-johns-pp-cli account saved-payments — List the authenticated user's saved payment methods. jimmy-johns-pp-cli account web-token — Refresh the web session token (called internally by the SPA). …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/jimmy-johns