ordercli

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

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill ordercli-amirulandalib
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/AmirulAndalib/Vilvona-AI/tree/main/skills/ordercli
Command: npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill ordercli-amirulandalib

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 using 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 by code. - 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 the cart, optionally specifying a delivery address. - Flexible Authentication: Log in with email and password, reuse a browser profile to bypass Cloudflare bot protection, import Chrome cookies, or import an existing session without a password. - 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 order status using ordercli after logging in with your Foodora email and password.

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 detail.

How do I view my Foodora order history in a 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 or only Foodora?

ordercli currently supports Foodora only. Deliveroo integration is a work in progress and not functional yet; it requires a DELIVEROO_BEARER_TOKEN and optionally a DELIVEROO_COOKIE environment variable.

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, import Chrome cookies with `ordercli foodora cookies chrome`, or import a session without a password.

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 pass `--address-id <id>` to set the delivery address, and confirmation is required before any cart change.