Agent skill · writing content · mvanhorn
wolt
Browse Wolt food delivery from the terminal: list cities, find nearby venues, check delivery ETA + fees, browse menus + prices, search dishes within a venue, compare venues side-by-side, find cuisine bottlenecks. Read-only — no order placement. Use when the user mentions Wolt, asks 'what should I order on Wolt', or wants menu/price/ETA info for a Wolt venue.
Why this skill is useful
Adds specific commands for querying Wolt's food delivery data that the AI wouldn't reliably generate on its own.
What it needs
Requires wolt-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
<!-- GENERATED FILE — DO NOT EDIT. This file is a verbatim mirror of library/food-and-dining/wolt/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/". --> Wolt — Printing Press CLI Prerequisites: Install the CLI This skill drives the wolt-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: wolt-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. When Not to Use This CLI Do not activate this CLI for requests that require creating, updating, deleting, publishing, commenting, upvoting, inviting, ordering, sending messages, booking, purchasing, or changing remote state. This printed CLI exposes read-only commands for inspection, export, sync, and analysis. 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 Discovery (find venues) wolt-pp-cli cities --json — List every city Wolt operates in (slug, country code, timezone, coordinates). wolt-pp-cli pages list-restaurants-near --lat <lat> --lon <lon> --json — Restaurants near a coordinate. Returns sections with name, slug, online, ETA, delivery fee, rating, tags. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/pp-wolt