ordercli

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

1|Updated Aug 5, 2026
One-click install
npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill ordercli-solizardking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/Solizardking/Solana-Robotics-Kit/tree/main/eliza/packages/skills/skills/ordercli
Command: npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill ordercli-solizardking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the need to open the Foodora app or website to check where your delivery is, review past orders, or reorder a previous meal, by exposing all of that through a terminal command. ## Core Features & Use Cases - Order Tracking: List active orders with arrival and status info, watch them live, or inspect a single order's details. - Order History: Browse past orders with configurable limits and view full order details as JSON. - Reordering: Preview and confirm reorders of past meals, optionally specifying a delivery address. - Session Management: Log in with credentials, browser-based login to bypass Cloudflare bot protection, or import sessions from Chrome cookies. - Use Case: You want to know when your lunch will arrive without picking up your phone, so you run a single command to see the live status of your active Foodora delivery. ## 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 status changes, or use ordercli foodora order <orderCode> for a single order's details.

How to view Foodora order history in the terminal?

Use ordercli foodora history --limit 20 to list recent past orders. To inspect a specific order, run ordercli foodora history show <orderCode>, adding --json for machine-readable output.

How do I install ordercli?

Install ordercli 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.

Can I log in to Foodora without a password using ordercli?

Yes, ordercli supports session import without a password. Use ordercli foodora session chrome to import a session from Chrome cookies, or ordercli foodora cookies chrome to import cookies directly.

Why does Foodora login fail due to Cloudflare bot protection?

Foodora uses Cloudflare bot protection that can block scripted logins. Use ordercli foodora login with the --browser flag for browser-based login, optionally reusing a persistent browser profile to avoid repeated challenges.

How do I reorder a previous Foodora meal from the CLI?

Run ordercli foodora reorder <orderCode> to preview adding the order to your cart, then confirm with the --confirm flag. You can specify a delivery address with --address-id <id>.