ordercli

Checks Foodora order history and tracks active order status via the ordercli command-line tool.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/shalevamin/Tau_agent --skill ordercli-shalevamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/shalevamin/Tau_agent/tree/main/tau-agent-main/skills/ordercli
Command: npx skills add https://github.com/shalevamin/Tau_agent --skill ordercli-shalevamin

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. ## Core Features & Use Cases - Order Tracking: List active orders with arrival and status details, watch them live, or inspect a specific order by code. - Order History: Browse past orders with configurable limits 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. - Session Management: Log in with credentials, reuse a browser profile, or import Chrome cookies to bypass Cloudflare bot protection. - Use Case: You want to know when your lunch will arrive without opening your phone. Run a single command to see the live status of your active Foodora order, or set up a watch to monitor it continuously. ## Quick Start Use ordercli to log in to my Foodora account and show the status of my active orders.

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 details. Use ordercli foodora orders --watch to monitor continuously, or ordercli foodora order <orderCode> for a specific order's detail.

How do I view my Foodora order history with ordercli?

Run ordercli foodora history --limit 20 to list recent past orders. For full details on one order, use 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 reuse a browser profile or import Chrome cookies with ordercli foodora cookies chrome --profile Default.

Can I reorder a previous Foodora order from the CLI?

Yes. Preview the reorder with ordercli foodora reorder <orderCode>, then confirm with --confirm to add items to the 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.