ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mekedron/wolt-cli
Or

What 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

  1. "Find me the best rated sushi places near Alexanderplatz in Berlin and show me the top three items from the most popular venue."
  2. "Add a double cheeseburger from the nearest McDonald's to my cart and give me a checkout preview including delivery fees."
  3. "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 --address for venue searching, but remember that --lat and --lon are supported for broader feed discovery and checkout previews.
  • Automation: Always use --format json when interacting with the CLI to ensure the agent can reliably parse results. If a command fails, use the --verbose flag to inspect request traces.
  • Read-Only: Default to read-only operations to avoid accidental modifications to your account or cart state.

Metadata

Author@mekedron
Stars1401
Views1
Updated2026-02-24
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mekedron-wolt-cli": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#food#delivery#cli#automation#wolt
Safety Score: 3/5

Flags: network-access, file-read, file-write, external-api