ordercli

Checks Foodora order history and tracks active order status via the ordercli CLI.

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill ordercli-jerome-prakash-l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/JEROME-PRAKASH-L/openclaw/tree/main/skills/ordercli
Command: npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill ordercli-jerome-prakash-l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Checking food delivery order status and history normally requires opening the Foodora app or website and navigating through menus. This Skill lets you query past orders, track active deliveries, and reorder previous meals directly from the command line through the ordercli binary. ## Core Features & Use Cases - Order Tracking: List active orders with arrival and status info, watch them live with --watch, or inspect a single order's details. - Order History: Browse past orders with history and retrieve full order details as JSON for record-keeping or expense tracking. - Reordering: Preview and confirm reorders of past orders, optionally specifying a delivery address, with confirmation required before any cart-changing action. - Flexible Authentication: Log in with email and password, use browser-based login to bypass Cloudflare bot protection, or import an existing session from Chrome cookies. - Use Case: Ask the assistant to check whether your Foodora lunch order is on its way, and it runs ordercli foodora orders to report the current status and estimated arrival. ## Quick Start Ask the assistant to show your current Foodora orders and their delivery status using ordercli.

Frequently Asked Questions about ordercli

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

FAQPage Schema
How do I check my Foodora order status from the command line?

Run `ordercli foodora orders` to list active orders with arrival and status information. Add `--watch` to continuously monitor updates, or use `ordercli foodora order <orderCode>` for a single order's details.

How do I view my Foodora order history in the terminal?

Use `ordercli foodora history --limit 20` to list recent past orders. To inspect one order in detail, run `ordercli foodora history show <orderCode>`, adding `--json` for machine-readable output.

Does ordercli support Deliveroo?

Deliveroo support is a work in progress and not working yet. It requires a DELIVEROO_BEARER_TOKEN environment variable and optionally DELIVEROO_COOKIE, with market configuration via `ordercli deliveroo config set --market uk`.

How do I log in to Foodora when Cloudflare blocks the CLI?

Use browser-based login with `ordercli foodora login --email [email protected] --password-stdin --browser`. You can also import Chrome cookies via `ordercli foodora cookies chrome` or import a session with `ordercli foodora session chrome`.

Can I reorder a previous Foodora order from the CLI?

Yes. Preview the reorder with `ordercli foodora reorder <orderCode>`, then confirm with `--confirm`. You can specify a delivery address using `--address-id <id>`. Always confirm before any cart-changing action.