OrderCLI Foodora & Deliveroo Assistant for Openclaw

A command-line interface for tracking active food deliveries, viewing order history, and performing reorders on Foodora and Deliveroo.

steipete
v1.0.0
Jan 5, 2026
4
12.3k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install ordercli

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 ordercli 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 OrderCLI Foodora & Deliveroo Assistant?

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.

OrderCLI Foodora & Deliveroo Assistant Use Cases

  • Tracking the live status and arrival time of active Foodora orders without opening a browser.
  • Exporting historical order data to JSON for personal budgeting or data analysis.
  • Quickly reordering frequent meals using order codes and automated cart confirmation.
  • managing delivery sessions across different browser profiles and devices.

How OrderCLI Foodora & Deliveroo Assistant Works

  1. The user installs the ordercli binary and configures their target market and country.
  2. Authentication is established via direct login, browser-based login, or cookie import to bypass bot protection.
  3. The CLI communicates with the food delivery platform's API to fetch real-time order data.
  4. Commands like orders --watch create a persistent connection to monitor delivery status updates.
  5. Reorder commands trigger API calls to rebuild previous carts based on historical order IDs.

OrderCLI Foodora & Deliveroo Assistant Setup

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 Foodora & Deliveroo Assistant Data Schema & Taxonomy

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.

OrderCLI Foodora & Deliveroo Assistant Advanced Features

  • Watch mode for real-time delivery tracking in the terminal.
  • Cloudflare bypass using the --browser flag for authenticated sessions.
  • Direct cookie and session import from Chrome to avoid repetitive logins.
  • Support for custom configuration paths to enable multi-account Openclaw Skills workflows.
  • JSON output formatting for seamless integration with other CLI tools and scripts.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*