ordercli

Check Foodora order history and active order status from the command line.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/JOHNNYWHITEMIKE/openclaw --skill ordercli-johnnywhitemike
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/JOHNNYWHITEMIKE/openclaw/tree/main/openclaw/.openclaw/openclaw/skills/ordercli
Command: npx skills add https://github.com/JOHNNYWHITEMIKE/openclaw --skill ordercli-johnnywhitemike

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ordercli helps you avoid manually logging into Foodora to check active orders and review past order history by providing a command-line workflow for searching, tracking, and viewing order details.

Core Features & Use Cases

  • Active and past order lookup: View current order status and retrieve historical orders, including code-based lookups.
  • History inspection with detail formats: Fetch specific order history entries and optionally request JSON output for downstream use.
  • Reorder workflow with safety guardrails: Preview and then confirm reorder actions, including selecting an address for the confirmation step.

Quick Start

Run the command ordercli foodora orders to see your active order list (arrival/status) for Foodora.

Frequently Asked Questions about ordercli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Foodora order status from the command line?▼

You can check Foodora order status from the command line by running the ordercli foodora orders command, which lists your active orders and their arrival statuses without needing to browse the website manually.

Can I retrieve past Foodora order history and output it as JSON?▼

Yes, you can retrieve past Foodora order history and output it as JSON by querying specific historical orders using their order code, allowing you to fetch detailed entries for downstream data processing.

How do I safely reorder a previous Foodora order using a CLI?▼

To safely reorder a previous Foodora order using a CLI, you can utilize built-in safety guardrails that let you preview the reorder action and select a delivery address before submitting the final confirmation.

What do I need to configure before using a CLI to track Foodora orders?▼

Before tracking Foodora orders via CLI, you need to configure your login credentials and set up the necessary YAML-frontmatter installation metadata to ensure the command-line environment can authenticate and interact with your account.

Does the Foodora CLI support automatically refreshing active order tracking?▼

Yes, the Foodora CLI supports automatically refreshing active order tracking through a dedicated watch mode, which continuously monitors and updates your current order status without manual command re-entry.