$npx -y skills add SafeAI-Lab-X/ClawKeeper --skill ordercliFoodora-only CLI for checking past orders and active order status (Deliveroo WIP).
| 1 | # ordercli |
| 2 | |
| 3 | Use `ordercli` to check past orders and track active order status (Foodora only right now). |
| 4 | |
| 5 | Quick start (Foodora) |
| 6 | |
| 7 | - `ordercli foodora countries` |
| 8 | - `ordercli foodora config set --country AT` |
| 9 | - `ordercli foodora login --email you@example.com --password-stdin` |
| 10 | - `ordercli foodora orders` |
| 11 | - `ordercli foodora history --limit 20` |
| 12 | - `ordercli foodora history show <orderCode>` |
| 13 | |
| 14 | Orders |
| 15 | |
| 16 | - Active list (arrival/status): `ordercli foodora orders` |
| 17 | - Watch: `ordercli foodora orders --watch` |
| 18 | - Active order detail: `ordercli foodora order <orderCode>` |
| 19 | - History detail JSON: `ordercli foodora history show <orderCode> --json` |
| 20 | |
| 21 | Reorder (adds to cart) |
| 22 | |
| 23 | - Preview: `ordercli foodora reorder <orderCode>` |
| 24 | - Confirm: `ordercli foodora reorder <orderCode> --confirm` |
| 25 | - Address: `ordercli foodora reorder <orderCode> --confirm --address-id <id>` |
| 26 | |
| 27 | Cloudflare / bot protection |
| 28 | |
| 29 | - Browser login: `ordercli foodora login --email you@example.com --password-stdin --browser` |
| 30 | - Reuse profile: `--browser-profile "$HOME/Library/Application Support/ordercli/browser-profile"` |
| 31 | - Import Chrome cookies: `ordercli foodora cookies chrome --profile "Default"` |
| 32 | |
| 33 | Session import (no password) |
| 34 | |
| 35 | - `ordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"` |
| 36 | - `ordercli foodora session refresh --client-id android` |
| 37 | |
| 38 | Deliveroo (WIP, not working yet) |
| 39 | |
| 40 | - Requires `DELIVEROO_BEARER_TOKEN` (optional `DELIVEROO_COOKIE`). |
| 41 | - `ordercli deliveroo config set --market uk` |
| 42 | - `ordercli deliveroo history` |
| 43 | |
| 44 | Notes |
| 45 | |
| 46 | - Use `--config /tmp/ordercli.json` for testing. |
| 47 | - Confirm before any reorder or cart-changing action. |