Skip to content
Skill

pp-grubhub

by mvanhorn

AI Summary

This skill drives the 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 on macOS/Linux and on Windows: 3. Ensure the reported install directory is on f

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "pp-grubhub" skill in my project.

Please run this command in my terminal:
# Install skill into your project (13 files)
mkdir -p .claude/skills/grubhub && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/SKILL.md "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/AGENTS.md "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/AGENTS.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/CHANGELOG.md "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/CHANGELOG.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/LICENSE "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/LICENSE" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/Makefile "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/Makefile" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/NOTICE "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/NOTICE" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/README.md "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/README.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/agentcookie.toml "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/agentcookie.toml" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/go.mod "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/go.mod" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/go.sum "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/go.sum" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/manifest.json "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/manifest.json" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/spec.yaml "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/spec.yaml" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/grubhub/tools-manifest.json "https://raw.githubusercontent.com/mvanhorn/printing-press-library/main/library/commerce/grubhub/tools-manifest.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

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`.

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: • Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: `bash npx -y @mvanhorn/printing-press-library install grubhub --cli-only ` • Verify: grubhub-pp-cli --version • 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.4 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: `bash go install github.com/mvanhorn/printing-press-library/library/commerce/grubhub/cmd/grubhub-pp-cli@latest ` 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.

Unique Capabilities

These capabilities aren't available in any other tool for this API.

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. • Do not use this CLI for order history or account/rewards data — logged-in features require a real Grubhub account login that this version does not support. • Do not use this CLI for DoorDash, Uber Eats, or other delivery services — it only covers Grubhub/Seamless.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption1K+ stars on GitHub
1.6k ★ · Popular
DocsREADME + description
Well-documented

GitHub Signals

Stars1.6k
Forks450
Issues161
UpdatedToday
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code