A command-line tool for tracking and managing Foodora orders.

Install

mkdir -p .claude/skills/ordercli && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3260" && unzip -o skill.zip -d .claude/skills/ordercli && rm skill.zip

Installs to .claude/skills/ordercli

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
82 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Lists active order delivery status
  • Retrieves past order history and details
  • Adds previous meals to cart for reordering
  • Imports browser cookies for authentication

How it works

Wraps Foodora API calls through a terminal-based CLI that manages authentication tokens and session state.

Inputs & outputs

You give it
Order code or command parameter
You get back
Delivery status or order history JSON

When to use ordercli

  • Check delivery status of food orders
  • Review order history
  • Reorder previous meals

About this skill

ordercli

Use ordercli to check past orders and track active order status (Foodora only right now).

Quick start (Foodora)

  • ordercli foodora countries
  • ordercli foodora config set --country AT
  • ordercli foodora login --email [email protected] --password-stdin
  • ordercli foodora orders
  • ordercli foodora history --limit 20
  • ordercli foodora history show <orderCode>

Orders

  • Active list (arrival/status): ordercli foodora orders
  • Watch: ordercli foodora orders --watch
  • Active order detail: ordercli foodora order <orderCode>
  • History detail JSON: ordercli foodora history show <orderCode> --json

Reorder (adds to cart)

  • Preview: ordercli foodora reorder <orderCode>
  • Confirm: ordercli foodora reorder <orderCode> --confirm
  • Address: ordercli foodora reorder <orderCode> --confirm --address-id <id>

Cloudflare / bot protection

  • Browser login: ordercli foodora login --email [email protected] --password-stdin --browser
  • Reuse profile: --browser-profile "$HOME/Library/Application Support/ordercli/browser-profile"
  • Import Chrome cookies: ordercli foodora cookies chrome --profile "Default"

Session import (no password)

  • ordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"
  • ordercli foodora session refresh --client-id android

Deliveroo (WIP, not working yet)

  • Requires DELIVEROO_BEARER_TOKEN (optional DELIVEROO_COOKIE).
  • ordercli deliveroo config set --market uk
  • ordercli deliveroo history

Notes

  • Use --config /tmp/ordercli.json for testing.
  • Confirm before any reorder or cart-changing action.

When not to use it

  • For non-Foodora ordering services
  • If the account lacks active sessions

Prerequisites

Ordercli installedBrowser cookies or login credentials

Limitations

  • Deliveroo support is currently non-functional
  • Requires handling browser profiles or cookie files for authentication

How it compares

Provides command-line access to meal delivery status, bypassing traditional browser interfaces.

Compared to similar skills

ordercli side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
ordercli (this skill)12moNo flagsIntermediate
pptx3936moReviewAdvanced
nano-pdf632moReviewBeginner
video-downloader1017moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

pptx

anthropics

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

393763

nano-pdf

openclaw

Edit PDFs with natural-language instructions using the nano-pdf CLI.

63300

video-downloader

ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

101255

youtube-transcript

michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

68277

using-superpowers

obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

95205

browser-automation

browserbase

Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.

39230

Search skills

Search the agent skills registry