Agent skill · software engineering · mvanhorn
pp-doordash
Printing Press CLI for Doordash. DoorDash GraphQL operation spec curated from sniffed traffic and ashah360/doordash-mcp query files. This...
Why this skill is useful
Adds a CLI tool for interacting with DoorDash's GraphQL API, enabling unique read-only workflows and guarded mutations that the AI cannot generate on its own.
What it needs
Requires doordash-pp-cli installed locally. About 6k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Doordash — Printing Press CLI Prerequisites: Install the CLI This skill drives the doordash-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: doordash-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. Unique Capabilities These capabilities aren't available in any other tool for this API. Read-only DoorDash workflows search — Search DoorDash stores through the consumer GraphQL autocomplete feed without mutating cart or order state. Useful for meal/vendor research while preserving account safety. menu — Fetch DoorDash store menus in a normalized shape without changing the cart. Lets agents compare menu choices before any cart mutation is considered. item-options — Inspect item option groups and nested add-ons before adding anything to a cart. Agents can reason about required modifiers before proposing a cart change. recent-orders — Read recent DoorDash order summaries without placing a new order. Supports repeat-order and preference analysis without checkout risk. Guarded mutation boundary cart — Expose cart inspection and mutations as a separately named, guarded command family rather than mixing them into search/menu reads. Clear command boundaries reduce accidental purchase-flow side effects. HTTP Transport This CLI uses Chrome-compatible HTTP transport over HTTP/3 for browser-facing endpoints. It does not require a resident browser process for normal API calls. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/doordash