Agent skill · mvanhorn

pp-foodpanda

Every foodpanda restaurant, menu and price in a local database — with cross-restaurant dish search, price history and fee comparison the app cannot do. Trigger phrases: `cheapest delivery near me`, `find biryani on foodpanda`, `compare restaurant delivery fees`, `what changed on this foodpanda menu`, `which restaurants deliver to this address`, `use foodpanda`, `run foodpanda`.

What it needs

About 11k tokens when loaded.

What this skill does

<!-- GENERATED FILE — DO NOT EDIT. This file is a verbatim mirror of library/food-and-dining/foodpanda/SKILL.md, regenerated post-merge by tools/generate-skills/. Hand-edits here are silently overwritten on the next regen. Edit the library/ source instead. See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". --> foodpanda — Printing Press CLI Prerequisites: Install the CLI This skill drives the foodpanda-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: foodpanda-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 before this CLI has a public-library category, install Node or use the category-specific Go fallback after publish. 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. foodpanda's API hands you one restaurant at a time and forgets everything the moment you close the tab. This CLI mirrors an entire area into SQLite, so you can ask questions foodpanda structurally cannot answer: which restaurant near me sells the cheapest biryani, what changed in this menu since last week, and how delivery fees really compare once service fee and minimum order are counted. Works across every market foodpanda runs, and needs no API key for catalog data. When to Use This CLI Reach for this CLI whenever a question spans more than one restaurant, or spans time. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/pp-foodpanda

View the source on GitHub

Browse the @skills marketplace