ordercli

Manage Foodora and Deliveroo food delivery orders via command-line interface.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/chebizarro/swarmstr --skill ordercli-chebizarro
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/chebizarro/swarmstr/tree/main/skills/ordercli
Command: npx skills add https://github.com/chebizarro/swarmstr --skill ordercli-chebizarro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to manage and check past and active food delivery orders, specifically for Foodora and with ongoing work for Deliveroo.

Core Features & Use Cases

  • Order Status Tracking: Check the real-time status and estimated arrival of active orders.
  • Order History: Review past orders and their details.
  • Reordering: Quickly reorder previous meals.
  • Authentication: Supports various login methods including password, session import, and browser-based authentication to handle bot protection.

Quick Start

Use ordercli to check your active Foodora orders by running ordercli foodora orders.

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 food delivery order from the command line?▼

You can track Foodora food delivery orders by running `ordercli foodora orders` in the command line to check the real-time status and estimated arrival of active orders.

Can I reorder a previous meal from Deliveroo using a CLI?▼

You can reorder previous meals from Deliveroo using the command-line interface, which allows you to quickly view order history and submit reorders for past deliveries.

How do I authenticate a food delivery CLI when blocked by bot protection?▼

To bypass bot protection during food delivery CLI authentication, you can use password-stdin, import browser sessions, or provide cookie imports for login.

What is the best way to manage past Deliveroo orders without a web browser?▼

The best way to manage past Deliveroo orders without a web browser is using a command-line interface that retrieves order history and details directly from the terminal.

Does ordercli support both Foodora and Deliveroo for order tracking?▼

Ordercli supports order tracking for Foodora, while Deliveroo functionality is currently under ongoing development for the command-line interface.

Why does my food delivery CLI authentication fail on Foodora?▼

Foodora CLI authentication may fail due to bot protection; resolving this requires switching login methods to browser sessions or cookie imports instead of standard password entry.