Check Foodora order history and active delivery status from the command line.
This is an open-source CLI skill with very strong community adoption, primarily used to query Foodora orders and perform account actions such as reordering/adding items to cart. No unknown exfiltration endpoint or obvious malicious sign is shown, but it handles login credentials, browser cookies/session import, and real account actions, so the overall rating is caution.
The material shows Foodora login via email plus `--password-stdin`, and Deliveroo may use `DELIVEROO_BEARER_TOKEN` with optional cookies; it also supports importing Chrome cookies/sessions. These are highly sensitive credentials, but there is no stated transmission to unrelated third parties; the main risk is misuse of local config, session files, or browser profiles.
By design, the tool needs to connect to Foodora/Deliveroo-related services to check orders, refresh sessions, and perform reorders, which is within its stated functionality. The material does not list specific hosts, and there is no evidence of sending data to unknown or unrelated endpoints.
As a CLI, it runs locally and may trigger browser-based login flows and read browser profiles/cookies, which are normal local execution capabilities. No request for system privileges beyond its stated purpose is shown, and there is no red flag for arbitrary code execution or download-and-execute behavior.
The material indicates access to order history, active order status, specified browser profiles, imported cookies/sessions, and local config files (e.g. `--config /tmp/ordercli.json`). This access is functionally relevant, but it involves sensitive data such as account history, address selection, and browser sessions, so usage should be limited to the minimum necessary scope.
The source is an open-source GitHub repository with extremely strong community adoption (~377k stars), both of which are strong risk-reducing signals. The license and maintenance status are not clearly stated in the material, so it is still advisable to verify repository activity and release provenance before installation, but no clear supply-chain red flag is evident from the provided facts.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "ordercli" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/openclaw/main/skills/ordercli/SKILL.md 2. Save it as ~/.claude/skills/ordercli/SKILL.md 3. Reload skills and tell me it's ready
Use ordercli to fetch my latest 10 Foodora orders and list the restaurant name, total amount, and order date in reverse chronological order.
A list of the 10 most recent orders with key details such as restaurant, amount, and date.
Use ordercli to check the status of my current active Foodora order, including progress, estimated delivery time, and courier status.
A real-time status summary of the active order, including delivery progress and estimated arrival time.
Use ordercli to summarize my Foodora orders from the past 30 days, including total order count, total spending, and the most frequently ordered restaurant.
A spending summary for the past 30 days, showing ordering frequency and total food delivery expenses.
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 [email protected] --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 [email protected] --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.Verify an OpenClaw release is fully published and working across all channels.
Fetch GitHub issues, create fixes, open PRs, and handle reviews.
Convert text to speech locally and offline with sherpa-onnx, no cloud needed.
Regenerate OpenClaw release changelog sections from Git history before releases.
Prepare and verify OpenClaw stable or beta releases and release notes.
Create and review technical docs and agent instruction files in repositories.
Plan meals and place food, grocery, or dining orders in chat.
View iFood store sales and payout insights with charts in chat.
Let AI agents browse menus, validate options, and confirm restaurant orders.
Let AI order DoorDash, manage carts, and track deliveries in real time.
Search products, manage carts, and order groceries through E.Leclerc Drive.
Find restaurant availability and manage bookings, cancellations, and favorite places.