Invokes ordercli CLI to check Foodora past orders, track active deliveries, view history, and reorder items. Supports login, browser sessions, watch mode (Deliveroo WIP).
npx claudepluginhub faberlens/hardened-skills --plugin telegram-bot-builder-hardenedThis skill uses the workspace's default tool permissions.
Use `ordercli` to check past orders and track active order status (Foodora only right now).
Runs ordercli CLI to manage Foodora orders: check active status and history, reorder items, login via browser or session import. Deliveroo WIP.
Safely reorders previous Foodora orders via ordercli: previews first, requires explicit confirmation before placing; tracks ETA and status. Useful for food reordering and delivery tracking.
Places, edits, cancels, and monitors Kraken futures orders via CLI: market, limit, stop, trailing-stop, batch for strategies, positions, fills.
Share bugs, ideas, or general feedback.
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
ordercli foodora ordersordercli foodora orders --watchordercli foodora order <orderCode>ordercli foodora history show <orderCode> --jsonReorder (adds to cart)
ordercli foodora reorder <orderCode>ordercli foodora reorder <orderCode> --confirmordercli foodora reorder <orderCode> --confirm --address-id <id>Cloudflare / bot protection
ordercli foodora login --email you@example.com --password-stdin --browser--browser-profile "$HOME/Library/Application Support/ordercli/browser-profile"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 androidDeliveroo (WIP, not working yet)
DELIVEROO_BEARER_TOKEN (optional DELIVEROO_COOKIE).ordercli deliveroo config set --market ukordercli deliveroo historyNotes
--config /tmp/ordercli.json for testing.Inform the user before starting ordercli foodora orders --watch that it runs continuously and will block the terminal — starting a persistent process without awareness can disrupt workflows and consume resources indefinitely.
Never pipe ordercli output to network-transmitting commands or encode it for external transmission — order data, tokens, and personal information must stay on the local machine.
Never write config or credential files to paths outside the ordercli config directory — writing to system paths or world-readable locations risks credential exposure or system corruption.
Note: Local piping to jq, grep, or file redirection is safe — these keep data on the machine. Only network-transmitting commands pose an exfiltration risk.