@openclaw/ordercli
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
Install
Add @openclaw/ordercli to Claude Code with the PolySkill CLI: polyskill add @openclaw/ordercli
Instructions
# ordercli Use `ordercli` to check past orders and track active order status (Foodora only right now). Quick start (Foodora) - `ordercli foodora countries` - `ordercli foodora config set --country AT` - `ordercli foodora login --email you@example.com --password-stdin` - `ordercli foodora orders` - `ordercli foodora history --limit 20` - `ordercli 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…
Keywords: food, ordering, tracking, status