ordercli

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

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Cyandex/ErnOS --skill ordercli-cyandex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/Cyandex/ErnOS/tree/main/skills/ordercli
Command: npx skills add https://github.com/Cyandex/ErnOS --skill ordercli-cyandex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Checking food delivery orders 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 ordercli foodora history and view full detail in JSON for any order code. - Reordering: Preview and confirm reorders that add a previous order back to your cart, optionally specifying a delivery address. - Flexible Authentication: Log in with email and password, reuse a browser profile to bypass Cloudflare bot protection, or import an existing session from Chrome cookies. - Use Case: You want to know when your lunch will arrive without picking up your phone. Ask the assistant to run ordercli foodora orders and report the current status and estimated arrival time. ## Quick Start Ask the assistant to check 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 see full details for one order, 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 you@example.com --password-stdin --browser`. You can reuse a persistent browser profile or import cookies from Chrome with `ordercli foodora cookies chrome`.

Can I reorder a past Foodora order from the CLI?▼

Yes. Preview the reorder with `ordercli foodora reorder <orderCode>`, then confirm with `--confirm` to add items to your cart. You can specify a delivery address using `--address-id <id>`.

How do I install ordercli?▼

Install via Homebrew with the steipete/tap/ordercli formula, or via Go with `go install github.com/steipete/ordercli/cmd/ordercli@latest`. Both methods provide the ordercli binary.