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 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 history and retrieve full order details as JSON for record-keeping or expense tracking. - Reordering: Preview and confirm reorders of past orders, optionally specifying a delivery address, with confirmation required before any cart-changing action. - 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: Ask the assistant to check whether your Foodora lunch order is on its way, and it runs ordercli foodora orders to report the current status and estimated arrival. ## Quick Start Ask the assistant to show your current Foodora orders and their delivery status using ordercli.