ordercli

Check past orders and track active order status via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Order history lookups and active order tracking are slow when done manually through web pages, especially when you need details for reordering or status checks.

Core Features & Use Cases

  • Past order search & order details: Retrieve past orders and view detailed information for a specific order code, including JSON output for history items.
  • Active order monitoring: List current orders with status/arrival information and watch for updates in real time.
  • Reorder with cart-changing safeguards: Preview reorder actions and confirm before making any changes, optionally selecting an address to complete checkout.
  • Use case: You received an order code during delivery and want to check its current status and then view its history details in structured JSON for your records.

Quick Start

Run ordercli foodora history show <orderCode> to display the history detail for a specific order code.

Frequently Asked Questions about ordercli

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

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

You can track Foodora order status from the command line by running the ordercli tool to list current orders and watch for real-time updates and arrival information.

Can I get JSON output for Foodora order history details?

Yes, you can retrieve Foodora order history details with JSON output by executing the history show command for a specific order code to structure data for your records.

Do I need to install any dependencies to use the order tracking CLI?

You must install the ordercli binary dependency before tracking orders, which can be installed via package managers like brew or through Go module installation.

How do I authenticate my Foodora account in a CLI environment?

You can authenticate your Foodora account in the CLI using browser-based login flows or cookie and session handling, including optional bot-protection session configuration.

Can I reorder past Foodora deliveries without accidentally changing my cart?

You can safely reorder past Foodora deliveries by previewing the reorder action and confirming before any cart changes are made, optionally selecting an address for checkout.

What is the best way to search past Foodora orders without logging into the website?

The best way to search past Foodora orders without the website is using a command line interface to list orders, filter by country configuration, and view specific history details.