ordercli

Fetches and displays Foodora order status and history from the command line.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill ordercli-kastalien-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/Kastalien-Research/kastalien-factory/tree/main/lettabot/.skills/ordercli
Command: npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill ordercli-kastalien-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to quickly check Foodora order status and access past orders, eliminating manual navigation through dashboards.

Core Features & Use Cases

  • Active order tracking: list currently active orders with statuses.
  • History viewing: fetch and review past orders with details.
  • Session and authentication: supports browser login and session reuse as described in the entry point.

Quick Start

Run ordercli foodora orders to view active orders and order history, then inspect a specific order with ordercli foodora order <orderCode>.

Frequently Asked Questions about ordercli

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

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

Track Foodora order status from the command line by running ordercli foodora orders to list active orders, then inspect specific details with ordercli foodora order <orderCode>.

Can I view past Foodora order history in a CLI?

Yes, you can view past Foodora order history in a CLI by executing the active order listing command, which simultaneously fetches and displays historical order records.

Do I need to log in with a browser to check Foodora orders via CLI?

Browser login is supported for Foodora order tracking via CLI, allowing you to establish authentication and optionally reuse sessions for subsequent order history requests.

What's the best way to inspect a specific Foodora order without opening a dashboard?

The best way to inspect a specific Foodora order without a dashboard is using a CLI tool to fetch order details directly by providing the unique order code.

Does ordercli support multiple Foodora accounts for tracking active orders?

The CLI workflow supports reviewing active and past orders across Foodora accounts by utilizing browser login and session options as described in the entry point.