ordercli
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.zipInstalls 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).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
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 countriesordercli foodora config set --country ATordercli foodora login --email [email protected] --password-stdinordercli foodora ordersordercli foodora history --limit 20ordercli 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(optionalDELIVEROO_COOKIE). ordercli deliveroo config set --market ukordercli deliveroo history
Notes
- Use
--config /tmp/ordercli.jsonfor 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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ordercli (this skill) | 1 | 2mo | No flags | Intermediate |
| pptx | 393 | 6mo | Review | Advanced |
| nano-pdf | 63 | 2mo | Review | Beginner |
| video-downloader | 101 | 7mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by openclaw
View all by openclaw →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
nano-pdf
openclaw
Edit PDFs with natural-language instructions using the nano-pdf CLI.
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
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.
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
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.