ordercli

Track Foodora order history, status, and reordering via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users monitor and manage food delivery orders from Foodora via a lightweight command-line interface, reducing context switching and manual checks for status updates and history.

Core Features & Use Cases

  • Active order status: quickly view the current delivery status for active orders.
  • Order history: fetch past orders and related details for reference.
  • Reorder workflow: initiate a re-order for a previous purchase with minimal steps.
  • Cross-service awareness: planned support for Deliveroo in a WIP state to broaden coverage.

Quick Start

Run ordercli foodora orders to view active orders and history to review past orders.

Frequently Asked Questions about ordercli

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

FAQPage Schema
How do I track active Foodora orders from the command line?

You can track active Foodora orders by running a dedicated CLI command to fetch real-time delivery statuses. The CLI parses commands and retrieves integration-ready data to display current order progress without manual app checks.

Can I view my past Foodora order history using a CLI?

Yes, you can view past Foodora order history by executing the history command in the CLI. It fetches past orders and related details for reference, reducing context switching between the app and your terminal.

How do I reorder a previous Foodora delivery through the terminal?

You can initiate a reorder for a previous Foodora purchase by using the CLI's reorder workflow. It requires minimal steps, allowing you to quickly re-order past purchases directly through command parsing without interacting with the standard app interface.

Does the Foodora CLI support Deliveroo orders as well?

Deliveroo support is currently a work-in-progress feature within the Foodora CLI. Cross-service awareness is planned to broaden coverage, but the current scope focuses on Foodora order history, active statuses, and reordering workflows.

Do I need to configure authentication to manage Foodora orders via CLI?

Yes, authentication and config management are required to retrieve Foodora orders via the CLI. The Skill handles command parsing alongside authentication setup to ensure secure access to your active and past order data.