ordercli

Look up past and active delivery orders via command-line subcommands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the hassle of manually checking order status and digging through past order details by providing a single command-line workflow for tracking and reordering.

Core Features & Use Cases

  • Order status & history: List active orders and retrieve past orders (optionally as JSON) for quick reference.
  • Reorder with safeguards: Preview reorders and require explicit confirmation before cart-changing actions.
  • Provider workflows (Foodora now, Deliveroo WIP): Handle login, session import, and provider-specific configuration including bot-protection friendly browser login.

Quick Start

Use the Foodora flow by running: ordercli foodora history --limit 20 to quickly see your most recent 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 food delivery order history from the command line?

You can track food delivery orders by running provider-scoped CLI commands like `ordercli foodora history` to list active orders and retrieve past order details directly in your terminal.

Can I reorder food delivery from a CLI without accidentally placing an order?

Yes, you can reorder from the CLI safely because the tool previews the reorder details and requires explicit confirmation before performing any cart-changing actions.

How do I handle session login for food delivery providers in a CLI environment?

You can handle food delivery session logins by importing an active session or using the provider-specific bot-protection friendly browser login workflow to authenticate your account.

Does this command line order tracking tool support JSON output for past orders?

Yes, the command line order tracking tool supports retrieving past delivery orders with optional JSON output to allow quick programmatic reference and integration.

Which food delivery providers are supported for order tracking and reordering?

The CLI currently supports Foodora for full order tracking and reordering workflows, while Deliveroo integration is available as a work-in-progress feature.

What is the best way to manage day-to-day food delivery orders without a web browser?

The best way to manage day-to-day food delivery orders without a browser is using a single command-line workflow that consolidates checking order status, viewing history, and preparing reorders.