A command-line interface for tracking active food deliveries, viewing order history, and performing reorders on Foodora and Deliveroo.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ordercli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ordercli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
OrderCLI is a powerful utility designed for users who prefer the efficiency of the terminal over standard web interfaces for food delivery management. By integrating this tool into your environment through Openclaw Skills, you can programmatically interact with services like Foodora and Deliveroo to monitor delivery progress or export order data. It is built to handle complex authentication scenarios, including Cloudflare protection and browser-based session imports, making it a robust choice for automation enthusiasts.
To get started with this addition to your Openclaw Skills, install the binary using one of the following methods:
# Install via Homebrew
brew tap steipete/tap
brew install ordercli
# Or install via Go
go install github.com/steipete/ordercli/cmd/ordercli@latest
# Basic configuration for Foodora
ordercli foodora config set --country AT
ordercli foodora login --email [email protected] --password-stdin
OrderCLI manages data through configuration files and structured API responses. Below is the primary data organization:
| Data Type | Description |
|---|---|
| Configuration | Local JSON file storing market settings, country codes, and tokens. |
| Order History | Queryable list of past transactions with support for JSON export. |
| Browser Profiles | Local directory storage for maintaining sessions that bypass Cloudflare. |
| Address IDs | Unique identifiers mapped to delivery locations for reordering accuracy. |
Loading
A specialized CLI tool that bundles prompts and source files into a single context-rich request for advanced AI model reviews and debugging.

A powerful CLI integration for controlling Philips Hue smart lighting systems directly through your AI agent.

A local speech-to-text tool using the OpenAI Whisper CLI for private, high-accuracy audio transcription without the need for API keys.

A high-performance CLI skill for transcribing audio files using OpenAI's Whisper model via the Openclaw Skills framework.

A comprehensive macOS UI automation CLI designed to capture screens, inspect elements, and drive user inputs for AI agents.

A local search and indexing CLI utilizing BM25 and vector search with MCP support for AI agent integration.








































