food-order

by Unknown v1.0.0

This skill allows users to reorder previous Foodora orders through the ordercli tool. It prioritizes safety by always previewing the order and explicitly asking for user confirmation before placing it. It also provides functionality to track the order's ETA and status.

The skill integrates with Foodora via the ordercli command-line tool, enabling users to quickly access their order history, preview reorders, and track deliveries. Hard safety rules are implemented to prevent accidental order placements, ensuring that no orders are confirmed without explicit user consent. The skill is designed to be user-friendly, offering guidance and prompting for confirmation at each step.

What It Does

Reorders previous Foodora orders, tracks ETA/status, and ensures user confirmation before placing any order.

When To Use

When you want to quickly reorder a previous Foodora order without manually going through the Foodora website or app, and when you need to track the order's status and ETA.

Inputs

Order code (optional), confirmation (yes/no), address ID (optional)

Outputs

Order preview, order status, ETA, confirmation prompt

Limitations

Requires `ordercli` to be installed and configured. Only supports Foodora. Relies on the accuracy of the `ordercli` tool and Foodora API.

Installation

1. Ensure you have Go installed and configured.
2. Open your terminal.
3. Install ordercli: `go install github.com/steipete/ordercli/cmd/ordercli@latest`.
4. Configure ordercli by setting the country: `ordercli foodora config set --country <COUNTRY_CODE>`
5. Login using either password: `ordercli foodora login --email <EMAIL> --password-stdin` OR session: `ordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"`

View Cline documentation

1. Open Cursor IDE.
2. Open a terminal within Cursor.
3. Install Go if it's not already installed.
4. Install ordercli: `go install github.com/steipete/ordercli/cmd/ordercli@latest`.
5. Configure ordercli: `ordercli foodora config set --country <COUNTRY_CODE>` and `ordercli foodora login ...`

View Cursor IDE documentation

Have a Skill to Share?

Join the community and help AI agents learn new capabilities. Submit your skill and reach thousands of developers.