ordercli

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

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/srgaba/open-claw --skill ordercli-srgaba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/srgaba/open-claw/tree/main/project/skills/ordercli
Command: npx skills add https://github.com/srgaba/open-claw --skill ordercli-srgaba

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 items directly from the command line. ## Core Features & Use Cases - Order Tracking: List active orders with arrival and status updates, watch them live, or inspect a specific order's details. - Order History: Browse past orders with configurable limits and view full order details as JSON. - Reorder Workflow: Preview a reorder from a past order code and confirm it to add items to your cart, optionally specifying a delivery address. - Use Case: You want to know when your lunch will arrive without opening your phone. Run the active orders command to see the current status and estimated arrival time instantly. ## Quick Start Use ordercli to show my active Foodora orders and their current delivery status.

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 updates, or use ordercli foodora order <orderCode> for a specific order's details.

How to view Foodora order history in terminal?

Use ordercli foodora history --limit 20 to list recent past orders. To see full details of 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.

How do I log in to Foodora without a password using ordercli?

Import an existing browser session with ordercli foodora session chrome --url https://www.foodora.at/ --profile Default, or import Chrome cookies via ordercli foodora cookies chrome. This avoids entering your password directly.

Why does Foodora login fail with Cloudflare bot protection?

Foodora uses Cloudflare bot protection that can block scripted logins. Use the --browser flag with ordercli foodora login to authenticate through a real browser, and reuse the profile with --browser-profile for subsequent runs.