Install
openclaw skills install wolt-cliUse Nikita's local Wolt CLI to browse venues, inspect menus/items/options, and run profile, cart, and checkout-preview actions for wolt.com from terminal. Tr...
openclaw skills install wolt-cliTool repository: https://github.com/mekedron/wolt-cli
Open the repository for setup/build details, then use the local wolt binary:
wolt <group> <command> [flags]
wolt --help
... --format json
.data from the envelope and surface .warnings/.error to the user.cart add, cart remove, cart clearprofile favorites add, profile favorites removeprofile addresses add, profile addresses update, profile addresses remove, profile addresses useconfigure (writes local profile credentials)checkout preview as order placement. The CLI does not place final orders.Use explicit profile names to avoid ambiguity:
wolt configure --profile-name default --wtoken "<token>" --wrtoken "<refresh-token>" --overwrite
wolt profile status --profile default --format json --verbose
Credential fallback for authenticated commands:
--wtoken, --wrtoken, --cookie)When refresh credentials are available, expired/401 access tokens are refreshed automatically and persisted back to local config.
Apply exactly:
--address "<text>" or both --lat + --lon.--address with --lat/--lon.search venues/items and venue show/hours use --address or profile location (no direct --lat/--lon flags).discover, cart, checkout preview, and profile favorites support --lat/--lon.discover feed, discover categories, search venues, search itemsvenue show, venue categories, venue search, venue menu, venue hoursitem show, item optionscart count/show/add/remove/clear, then checkout previewprofile show/status/orders/payments/addresses/favoritesFor large marketplace venues, prefer:
venue search <slug> --query "<text>"venue menu <slug> --category <category-slug>instead of unrestricted full-catalog menu crawl.
--format json|yaml returns envelope keys: meta, data, warnings, optional error.--verbose to capture request trace and detailed diagnostics.references/command-reference.mdreferences/workflows.mdreferences/output-and-errors.md