
Ordercli
- 16 installs
- 869 repo stars
- Updated June 8, 2026
- beita6969/scienceclaw
This is a copy of ordercli by steipete - installs and ranking accrue to the original listing.
ordercli is a skill that checks past Foodora orders and tracks active order status through the ordercli command-line tool.
About
Uses the ordercli command-line tool to check past food-delivery orders and track active order status, currently Foodora only with Deliveroo work in progress. A developer uses it to log in, list and inspect order history, watch active orders, and add a past order back to the cart. It handles Cloudflare bot protection through browser login, profile reuse, and Chrome cookie import.
- Checks past Foodora orders and active order status from the terminal
- Supports login, order history, active tracking, and reorder-to-cart
- Handles Cloudflare bot protection via browser login and cookie import
Ordercli by the numbers
- 16 all-time installs (skills.sh)
- Data as of Aug 2, 2026 (Skillselion catalog sync)
ordercli capabilities & compatibility
Free CLI; requires a Foodora account login
- Capabilities
- order tracking · order history · reorder
- Works with
- chrome
- Runs
- Runs locally
- Pricing
- Free
What ordercli says it does
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
Use `ordercli` to check past orders and track active order status (Foodora only right now).
Confirm before any reorder or cart-changing action.
npx skills add https://github.com/beita6969/scienceclaw --skill ordercliAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 16 |
|---|---|
| repo stars | ★ 869 |
| Last updated | June 8, 2026 |
| Repository | beita6969/scienceclaw ↗ |
What it does
Check Foodora order history and track or reorder active food-delivery orders from the terminal.
Who is it for?
Checking Foodora order history and tracking or reordering active orders from the terminal
Skip if: Deliveroo, which the docs mark as work-in-progress and not working yet
When should I use this skill?
You want to check past food orders or track an active Foodora order
What you get
Order history, active status, and reorder actions available from the terminal.
- Order history and active order status
- Reorder-to-cart actions
Files
ordercli
Use ordercli to check past orders and track active order status (Foodora only right now).
Quick start (Foodora)
ordercli foodora countriesordercli foodora config set --country ATordercli foodora login --email you@example.com --password-stdinordercli foodora ordersordercli foodora history --limit 20ordercli foodora history show <orderCode>
Orders
- Active list (arrival/status):
ordercli foodora orders - Watch:
ordercli foodora orders --watch - Active order detail:
ordercli foodora order <orderCode> - History detail JSON:
ordercli foodora history show <orderCode> --json
Reorder (adds to cart)
- Preview:
ordercli foodora reorder <orderCode> - Confirm:
ordercli foodora reorder <orderCode> --confirm - Address:
ordercli foodora reorder <orderCode> --confirm --address-id <id>
Cloudflare / bot protection
- Browser login:
ordercli foodora login --email you@example.com --password-stdin --browser - Reuse profile:
--browser-profile "$HOME/Library/Application Support/ordercli/browser-profile" - Import Chrome cookies:
ordercli foodora cookies chrome --profile "Default"
Session import (no password)
ordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"ordercli foodora session refresh --client-id android
Deliveroo (WIP, not working yet)
- Requires
DELIVEROO_BEARER_TOKEN(optionalDELIVEROO_COOKIE). ordercli deliveroo config set --market ukordercli deliveroo history
Notes
- Use
--config /tmp/ordercli.jsonfor testing. - Confirm before any reorder or cart-changing action.
Related skills
FAQ
Which services are supported?
Foodora only right now; Deliveroo is marked work-in-progress and not working yet.
How does it handle bot protection?
Through browser login, browser-profile reuse, and importing Chrome cookies to get past Cloudflare bot protection.