food-order

Reorder Foodora orders and track delivery status using the ordercli command-line tool.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/travis-burmaster/agentbox --skill food-order-travis-burmaster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: food-order
Source: https://github.com/travis-burmaster/agentbox/tree/main/agentfork/skills/food-order
Command: npx skills add https://github.com/travis-burmaster/agentbox --skill food-order-travis-burmaster

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ordercli.

What problem does it solve? Reordering food and tracking deliveries normally requires navigating the Foodora website or app repeatedly. This Skill automates reordering past Foodora orders and monitoring their ETA directly from the command line, with strict confirmation safeguards to prevent accidental purchases. ## Core Features & Use Cases - Safe Reordering: Preview a previous order before placing it, and only confirm the purchase after explicit user approval. - Order History Lookup: List recent Foodora orders and inspect details of any past order by its order code. - Live Order Tracking: Check ETA and status of active orders, watch live updates, or inspect a single order. - Use Case: You want to reorder last week's lunch. The Skill previews the reorder, shows exactly what will be placed, waits for your explicit confirmation, and then tracks the delivery until it arrives. ## Quick Start Ask the assistant to reorder your most recent Foodora order and track its delivery status, confirming only after you approve the preview.

Frequently Asked Questions about food-order

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reorder a previous Foodora order from the command line?

Use ordercli foodora history to find the order code, then run ordercli foodora reorder <orderCode> to preview it. Only after explicit confirmation does the Skill run the same command with --confirm to actually place the order.

How do I track a Foodora order status and ETA?

Run ordercli foodora orders to see the ETA and status of all active orders, or ordercli foodora orders --watch for live updates. For a single order, use ordercli foodora order <orderCode>.

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

Use ordercli foodora session chrome --url https://www.foodora.at/ --profile "Default" to reuse an existing Chrome browser session. Alternatively, log in with email and password via ordercli foodora login --email [email protected] --password-stdin.

Can the Skill place a food order without my confirmation?

No. The Skill enforces a hard safety rule that ordercli foodora reorder --confirm is never run unless the user explicitly approves. It always previews the reorder first and stops to ask if the user is unsure.

What if I have multiple delivery addresses on my Foodora account?

The Skill asks which address to use and passes it with the --address-id flag, for example ordercli foodora reorder <orderCode> --confirm --address-id <id>. The address ID comes from your Foodora account or prior order data.