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 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 ordercli foodora history 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. - 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: You want to know when your lunch will arrive without opening your phone. Ask the agent to run ordercli foodora orders and report the current status and estimated arrival time. ## Quick Start Ask the agent to check your current Foodora order status by running ordercli foodora orders after logging in with your account credentials.