with one click
food-order
// Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
// Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
Set up and run LettaBot - a multi-channel AI assistant for Telegram, Slack, Discord, WhatsApp, and Signal. Supports both interactive wizard and non-interactive (agent-friendly) configuration.
Reply with voice memos using text-to-speech. Use when the user sends a voice message, asks for an audio reply, or when a voice response would be more natural.
Post, reply, like, and repost on Bluesky using the lettabot-bluesky CLI. Read-only by default; explicit actions required.
Create and manage scheduled tasks (cron jobs) that send you messages at specified times.
Google Workspace CLI (gog) for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Create scheduled tasks and one-off reminders. Use for recurring jobs (daily, weekly) or future reminders (in 5 minutes, tomorrow at 3pm).
| 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)"}]}} |
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 <orderCode>ordercli foodora history show <orderCode> --jsonPreview reorder (no cart changes)
ordercli foodora reorder <orderCode>Place reorder (cart change; explicit confirmation required)
ordercli foodora reorder <orderCode> --confirm--address-id (take from their Foodora account / prior order data) and run:
ordercli foodora reorder <orderCode> --confirm --address-id <id>Track the order
ordercli foodora ordersordercli foodora orders --watchordercli foodora order <orderCode>Debug / safe testing
ordercli --config /tmp/ordercli.json ...