
Ordercli
- 4.1k installs
- 385k repo stars
- Updated August 3, 2026
- steipete/clawdis
CLI tool that queries Foodora (and Deliveroo WIP) APIs to retrieve order history, display active order status with delivery progress, and initiate reorders.
About
ordercli is a command-line tool for querying and managing food delivery orders from Foodora (with Deliveroo support in progress). Developers and power users invoke it to retrieve order history, monitor active deliveries with real-time status updates, and programmatically reorder previous meals. Core workflows include listing active orders with `ordercli foodora orders`, viewing detailed order history with `ordercli foodora history`, tracking delivery progress using the `--watch` flag, and initiating reorders via `ordercli foodora reorder`. Authentication supports password login, browser-based login for Cloudflare/bot protection, and session import from Chrome cookies without re-entering credentials. The tool handles multi-country Foodora deployments through configuration commands and outputs structured JSON for integration into automation pipelines. List active orders with arrival status and watch real-time delivery updates using --watch flag. Query order history with optional JSON output for scripting and integration.
- List active orders with arrival status and watch real-time delivery updates using --watch flag
- Query order history with optional JSON output for scripting and integration
- Reorder previous meals with --confirm flag and optional --address-id parameter
- Browser-based login to bypass Cloudflare protection; reuse browser profiles for automation
- Import Chrome session cookies or Android client tokens to avoid password re-entry
Ordercli by the numbers
- 4,114 all-time installs (skills.sh)
- +162 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #47 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Aug 3, 2026 (Skillselion catalog sync)
ordercli capabilities & compatibility
Free (API calls to Foodora)
- Capabilities
- query active order status and delivery progress · retrieve detailed order history with optional js · initiate and confirm reorders with custom delive · session import from chrome cookies to skip passw · real time order tracking with watch flag · bot protection bypass via browser based login
- Works with
- chrome
- Use cases
- web scraping · api development
- Platforms
- macOS · Windows · Linux
- Runs
- Runs locally
- Pricing
- Free
npx skills add https://github.com/steipete/clawdis --skill ordercliAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 4.1k |
|---|---|
| repo stars | ★ 385k |
| Security audit | 2 / 3 scanners passed |
| Last updated | August 3, 2026 |
| Repository | steipete/clawdis ↗ |
What it does
Check past food delivery orders and track active order status from the CLI for Foodora accounts.
Who is it for?
Power users, developers, and automation workflows that need programmatic access to Foodora order data and status tracking.
Skip if: Graphical UI users; businesses requiring multi-account or multi-tenant order management; non-Foodora/Deliveroo platforms.
When should I use this skill?
Need to check delivery status without opening browser; automate reordering; integrate order data into scripts or workflows.
What you get
Developers and delivery enthusiasts can check orders, track deliveries, and reorder meals via CLI commands; supports session import and automation.
- Active order list with arrival/status
- Detailed order history (JSON or text)
- Reorder confirmation and cart management
By the numbers
- Supports Foodora multi-country deployments (e.g., AT, others via config)
- Includes Deliveroo market config (uk, WIP)
- Browser profile caching for repeated logins
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
Forks & variants (2)
Ordercli has 2 known copies in the catalog totaling 17 installs. They canonicalize to this original listing.
How it compares
Use ordercli for quick Foodora terminal lookups; build a custom API integration when you need multi-platform delivery automation.
FAQ
Does ordercli work with Deliveroo?
Deliveroo support is currently WIP and not functional. Foodora is fully supported.
How do I handle Cloudflare bot protection on login?
Use --browser flag for browser-based login or import Chrome cookies via `ordercli foodora session chrome --profile Default`.
Can I automate reorders?
Yes; use `ordercli foodora reorder <orderCode> --confirm --address-id <id>` in scripts. Always confirm before cart changes.
Is Ordercli safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.