π¦ ClawHub
Food Order
by @steipete
Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
TERMINAL
clawhub install food-orderπ About This Skill
name: food-order description: Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA. homepage: https://ordercli.sh metadata: {"clawdbot":{"emoji":"π₯‘","requires":{"bins":["ordercli"]},"install":[{"id":"go","kind":"go","module":"github.com/steipete/ordercli/cmd/ordercli@latest","bins":["ordercli"],"label":"Install ordercli (go)"}]}}
Food order (Foodora via ordercli)
Goal: reorder a previous Foodora order safely (preview first; confirm only on explicit user βyes/confirm/place the orderβ).
Hard safety rules
ordercli foodora reorder ... --confirm unless user explicitly confirms placing the order.Setup (once)
ordercli foodora countries β ordercli foodora config set --country ATordercli foodora login --email you@example.com --password-stdinordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"Find what to reorder
ordercli foodora history --limit 10ordercli foodora history show ordercli foodora history show --json Preview reorder (no cart changes)
ordercli foodora reorder Place reorder (cart change; explicit confirmation required)
ordercli foodora reorder --confirm --address-id (take from their Foodora account / prior order data) and run:ordercli foodora reorder --confirm --address-id Track the order
ordercli foodora ordersordercli foodora orders --watchordercli foodora order Debug / safe testing
ordercli --config /tmp/ordercli.json ...