ordercli

Retrieve Foodora order history and active order status via command-line interface.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill ordercli-dingdyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/dingdyan/openclaw-workspace-v2/tree/main/skills/ordercli
Command: npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill ordercli-dingdyan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly check past orders and track active order status without manually navigating the Foodora (and WIP Deliveroo) web interfaces.

Core Features & Use Cases

  • Order discovery & status: List active orders with arrival/status and watch for updates.
  • History lookup: Retrieve past order details and export JSON for a specific order code.
  • Reorder flow (with safety): Preview and confirm reorders, including selecting an address where applicable, while encouraging confirmation before cart-changing actions.
  • Authentication & session handling: Support password-based login, browser-backed sessions, and cookie/session imports to reduce friction.

Quick Start

Run ordercli to list your Foodora countries, then set your country and login to fetch your Foodora orders and recent history.

Frequently Asked Questions about ordercli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Foodora order history and track active order status from the command line?

You can check Foodora order history and track active order status by running the ordercli binary. It retrieves past order details and active status updates, returning the data in JSON format for quick querying.

What authentication methods are supported for retrieving Foodora orders via CLI?

Foodora order retrieval supports password-based login, browser-backed sessions, and cookie or session imports. These authentication methods reduce friction when accessing your Foodora account through the command-line interface.

Can I reorder a past Foodora delivery directly from the terminal?

Yes, you can initiate a Foodora reorder from the terminal. The CLI provides a safe reorder flow that lets you preview the order, select an address, and confirm the action before any cart-changing steps are executed.

Do I need a locally installed binary to query past Foodora order details as JSON?

Yes, querying past Foodora order details as JSON requires a locally installed ordercli binary. You must configure your login session or import cookies beforehand to fetch and export your historical order data.

Does the Foodora CLI tool support tracking Deliveroo active orders?

Deliveroo active order tracking is currently a work-in-progress within the Foodora CLI tool. Full support for retrieving Deliveroo order history and status updates is still being developed and may not be fully functional yet.