Wolt CLI for Openclaw

A robust command-line interface for interacting with the Wolt marketplace to browse venues, manage carts, and handle profile tasks.

mekedron
v1.0.0
Feb 22, 2026
0
1.9k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install wolt-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install wolt-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Wolt CLI?

Wolt CLI is a technical bridge that allows developers and AI agents to interact directly with the Wolt ecosystem via a terminal. It provides deep access to venue catalogs, menu item details, and user profile management, making it a critical component for those building automation workflows within Openclaw Skills. The tool focuses on precision, offering machine-readable JSON outputs for every action from searching for nearby restaurants to preparing a checkout preview.

By leveraging this skill, users can bypass traditional web interfaces to programmatically resolve item IDs, handle complex option selections, and manage delivery addresses. It is specifically designed to be agent-friendly, ensuring that every command provides structured data necessary for high-confidence automation and data-driven decision making.

Wolt CLI Use Cases

  • Automating the search for specific cuisines or venues based on real-time location data.
  • Programmatically building and modifying shopping carts for group orders or meal planning.
  • Inspecting detailed item options and modifiers to ensure order accuracy.
  • Managing multiple delivery profiles and addresses through a unified CLI interface.
  • Performing checkout previews to calculate final pricing and delivery fees before manual order placement.

How Wolt CLI Works

  1. The skill initializes by verifying the local wolt binary and inspecting the available command tree.
  2. User authentication is established using access tokens, refresh tokens, or pre-configured local profiles.
  3. Location context is set using either a text-based address or specific latitude and longitude coordinates.
  4. Search or discovery commands are executed to retrieve venue and menu data from the Openclaw Skills environment.
  5. Specific item and option IDs are resolved to facilitate precise basket interactions.
  6. Mutation commands manage the cart state, culminating in a non-binding checkout preview for final verification.

Wolt CLI Setup

To begin using this skill, ensure you have the binary installed and configured:

# Configure your primary profile
wolt configure --profile-name default --wtoken "YOUR_TOKEN" --wrtoken "YOUR_REFRESH_TOKEN" --overwrite

# Verify your authentication status
wolt profile status --profile default --format json

# Explore available commands
wolt --help

Wolt CLI Data Schema & Taxonomy

Wolt CLI utilizes a structured envelope for all JSON responses to ensure compatibility with Openclaw Skills workflows:

Key Description
meta Metadata regarding the request and response lifecycle.
data The primary payload containing venue, item, or profile information.
warnings Non-fatal issues encountered during command execution.
error Detailed error information if the command fails to execute.

Location data is strictly handled; users must provide either --address or a combination of --lat and --lon to define the search radius.

Wolt CLI Advanced Features

  • Machine-readable output support via --format json and --format yaml for seamless agent integration.
  • Automatic token refreshment and persistence to maintain long-running sessions without manual intervention.
  • Verbose diagnostic mode to capture request traces and detailed upstream failure logs.
  • Multi-profile support allowing rapid switching between different user accounts and delivery contexts.
  • High-confidence workflows for marketplace searching, including category-specific menu crawling and item resolution.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*