ordercli

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

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/travis-burmaster/agentbox --skill ordercli-travis-burmaster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/travis-burmaster/agentbox/tree/main/agentfork/skills/ordercli
Command: npx skills add https://github.com/travis-burmaster/agentbox --skill ordercli-travis-burmaster

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 order details as JSON. - Reordering: Preview and confirm reorders that add a previous order's items back to the cart, optionally specifying a delivery address. - 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: You want to know when your lunch will arrive without opening your phone. Ask the agent to run ordercli foodora orders and report the current status and estimated arrival time. ## Quick Start Ask the agent to check your current Foodora order status by running ordercli foodora orders after logging in with your account credentials.

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 the --watch flag to continuously monitor status changes, 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 of a specific order as JSON, run ordercli foodora history show <orderCode> --json.

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 with ordercli foodora cookies chrome or import a session with ordercli foodora session chrome.

Can I reorder a previous Foodora order from the CLI?

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