ordercli

Manage food delivery orders via command-line status, history, and reordering.

5.5k|641|Updated May 29, 2020
One-click install
npx skills add https://github.com/the-open-agent/openagent --skill ordercli-the-open-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ordercli
Source: https://github.com/the-open-agent/openagent/tree/main/skills/ordercli
Command: npx skills add https://github.com/the-open-agent/openagent --skill ordercli-the-open-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies managing and tracking food delivery orders from providers like Foodora and Deliveroo, reducing manual checking and updates.

Core Features & Use Cases

  • Order Status & History: Check active orders and view past orders with ease.
  • Reordering & Cart Management: Reorder previous meals and manage orders directly from the command line.
  • Use Case: A user wants to quickly verify their current food delivery status or reorder their last meal without opening a browser or app. They can do this by issuing simple command-line prompts.

Quick Start

Use the ordercli skill to view your current deliveries and check details 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 food delivery orders from the command line?

You can track food delivery orders from the command line by using scripts that access order status and history from delivery services like Foodora and Deliveroo. This method requires setting up specific commands and may utilize browser cookie sessions for authentication.

Can I reorder previous meals without opening a browser or app?

Yes, you can reorder previous meals without a browser by executing command-line prompts that manage your cart and reorder directly. This scriptable workflow automates food order management by utilizing your existing browser cookie sessions for login.

Does ordercli work with Foodora and Deliveroo for order tracking?

Yes, ordercli works with Foodora and Deliveroo for order tracking. It provides command-line access to check active orders, view past order history, and reorder meals from these specific delivery services.

How do I authenticate with food delivery services using a command-line script?

To authenticate with food delivery services using a command-line script, you may utilize browser cookie sessions for login. This requires specific command setup to pass your session credentials directly to the script for accessing your Foodora or Deliveroo account.

What are the limitations of automating food delivery tasks via command line?

Limitations of automating food delivery tasks via command line include the requirement for specific command setup and reliance on browser cookie sessions for authentication. It is a basic implementation suited for quick, scriptable workflows rather than complex cart manipulations.