Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: reorder my last Foodora order
- 1Runs `ordercli foodora history --limit 10` to fetch recent orders
- 2Identifies the most recent order code from the list
- 3Runs `ordercli foodora reorder <orderCode>` to preview what will be ordered without placing it
- 4Presents the preview to the user and asks for explicit confirmation
- 5Runs `ordercli foodora reorder <orderCode> --confirm` only after user approves
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.