wolt-cli
Use 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. Trigger when asked to find food on Wolt, inspect venue catalogs, resolve item/option IDs, automate basket or profile tasks, or debug Wolt auth/location/output behavior.
Why use this skill?
Automate your Wolt experience with the wolt-cli skill. Browse menus, manage carts, and preview orders directly from your terminal using OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mekedron/wolt-cliWhat This Skill Does
The wolt-cli is a powerful, terminal-native tool designed for OpenClaw agents to interact directly with the Wolt delivery ecosystem. It acts as an interface to the Wolt API, allowing agents to discover restaurants, browse menus, manage cart contents, and preview checkout processes without needing a browser. By leveraging the command-line interface, it provides a structured, high-speed way to fetch structured data (JSON/YAML) from Wolt, making it ideal for automated food discovery and personal order management.
Installation
To install this skill, run the following command in your terminal within the OpenClaw environment:
clawhub install openclaw/skills/skills/mekedron/wolt-cli
For build-specific details, refer to the source repository at https://github.com/mekedron/wolt-cli.
Use Cases
- Food Discovery: Efficiently search for restaurants or specific items based on location or categories.
- Menu Inspection: Deep-dive into venue menus and item options without parsing bloated web pages.
- Basket Automation: Programmatically build and manage a Wolt cart, including adding/removing items and resolving specific option IDs.
- Checkout Preview: Estimate order totals and check eligibility before finalizing a purchase.
- Profile Management: Retrieve past orders, manage favorite venues, or update delivery addresses via command-line flags.
Example Prompts
- "Find me the best rated sushi places near Alexanderplatz in Berlin and show me the top three items from the most popular venue."
- "Add a double cheeseburger from the nearest McDonald's to my cart and give me a checkout preview including delivery fees."
- "Check my recent order history and tell me the name of the restaurant where I last ordered pizza."
Tips & Limitations
- Safety First: The agent will always request explicit confirmation for any mutation (adding to cart, updating favorites, or changing addresses). You cannot place final orders through this CLI.
- Location Accuracy: Use
--addressfor venue searching, but remember that--latand--lonare supported for broader feed discovery and checkout previews. - Automation: Always use
--format jsonwhen interacting with the CLI to ensure the agent can reliably parse results. If a command fails, use the--verboseflag to inspect request traces. - Read-Only: Default to read-only operations to avoid accidental modifications to your account or cart state.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mekedron-wolt-cli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api
Related Skills
wolt-cli
Use 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. Trigger when asked to find food on Wolt, inspect venue catalogs, resolve item/option IDs, automate basket or profile tasks, or debug Wolt auth/location/output behavior.
otta-cli
Use `otta-cli` to automate `otta.fi` workflows from terminal. This tool is usually used for tracking working time, absences, and sick leaves: authenticate, inspect config/cache, check account status, manage worktimes (list/add/update/delete), browse absences, fetch holidays, and generate combined/detailed calendar reports. Trigger this skill when a request needs CLI-first Otta operations, `OTTA_CLI_*` environment setup, machine-readable `--format json` output, or diagnosis of auth/config/API validation errors.