LaunchKit · 2026
Back to Skills

food-order

Reorder Foodora orders + track ETA/status with ordercli.

6
2.9k downloads
by @steipete

Setup & Installation

openclaw skills install @steipete/food-order

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install food-order

What This Skill Does

Reorders previous Foodora deliveries and tracks active order status using the ordercli command-line tool. Always previews an order before placing it, requiring explicit user confirmation. Supports multiple delivery addresses and live ETA watching.

Lets you reorder and track Foodora deliveries from the terminal without opening a browser, with a mandatory preview step that prevents accidental orders.

When to use it

  • Reordering last night's takeout from the same restaurant
  • Checking estimated delivery time for an active order
  • Browsing recent Foodora order history from the terminal
  • Placing a reorder to a specific saved delivery address
  • Watching live status updates while waiting for delivery

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: reorder my last Foodora order

AGENT
  1. 1Runs `ordercli foodora history --limit 10` to fetch recent orders
  2. 2Identifies the most recent order code from the list
  3. 3Runs `ordercli foodora reorder <orderCode>` to preview what will be ordered without placing it
  4. 4Presents the preview to the user and asks for explicit confirmation
  5. 5Runs `ordercli foodora reorder <orderCode> --confirm` only after user approves
OUTPUT

Order placed; user can run `ordercli foodora orders --watch` to track live delivery status

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

ordercli binary installedFoodora account with login credentials