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?
Use the Wolt CLI skill in OpenClaw to browse menus, manage your cart, and automate Wolt account tasks via terminal. Secure, JSON-ready, and efficient.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mekedron/woltWhat This Skill Does
The wolt-cli skill integrates Nikita's local Wolt CLI tool into the OpenClaw agent environment. It provides a powerful interface for interacting with the Wolt.com platform directly from your terminal. Whether you are looking for local restaurants, inspecting detailed menu items, resolving complex item options, or managing your personal Wolt profile, this skill allows for automated, programmatic interaction with the Wolt ecosystem. It leverages JSON-formatted machine output to ensure that the agent can reliably parse data, surface errors, and provide high-quality responses based on live delivery data.
Installation
You can integrate this skill into your environment by running the following command in your terminal:
clawhub install openclaw/skills/skills/mekedron/wolt
For detailed build, dependency management, and local environment configuration, please consult the primary repository at https://github.com/mekedron/wolt-cli.
Use Cases
- Food Discovery: Browse local venues, filter by categories, or search for specific items or restaurant slugs based on your current or specified location.
- Menu Analysis: Deep-dive into specific restaurant menus. Use category-specific queries to avoid heavy catalog crawls, ensuring efficient data retrieval.
- Basket Automation: Programmatically add or remove items from your basket and perform checkout previews to calculate totals and verify order readiness before finalizing through the official UI.
- Account Management: View order history, manage saved addresses, maintain favorites, and handle authentication profiles securely.
- Debugging: Use the --verbose flag and raw JSON output to troubleshoot failed requests or diagnose issues with location-based filtering.
Example Prompts
- "Find the highest-rated burger spots near me and show me the top three menu items for each venue."
- "Add the regular cheeseburger from the local McDonald's to my cart, then run a checkout preview to see the total price."
- "What are my currently saved delivery addresses and which one is set as my primary?"
Tips & Limitations
Always run wolt --help at the start of a session to ensure the command tree is indexed. Always prioritize the --format json flag to ensure the agent parses metadata and error messages accurately. Regarding safety, the skill is read-only by default; commands that mutate state—such as adding items to a cart or modifying profile addresses—require explicit user confirmation. Note that the CLI cannot finalize payments; 'checkout preview' is the terminal state for this tool. Always use consistent location strategies: either --address or the --lat/--lon pair, but never combine them to avoid API conflict.
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": {
"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.