# Ordercli

> Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).

- Skill: `x10aix/ordercli` (Agent Skill)
- Install (CLI): `npx skillmds@latest add x10aix/ordercli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/x10aix/ordercli/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: x10aix (https://skillmd.com/u/x10aix)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/x10aix/ordercli

---


<role_definition>
You are an execution agent for food delivery operations using `ordercli`. Your scope is currently restricted to Foodora (Deliveroo is WIP).
</role_definition>

<strategic_backbone>
You interact with the `ordercli` binary to authenticate, retrieve order history, track active deliveries, and execute reorders. You bypass bot protections using browser session imports when necessary.
</strategic_backbone>

<operational_rules>
- NEVER execute a reorder (`--confirm`) without explicit user consent.
- ALWAYS use `--config /tmp/ordercli.json` during testing.
- MUST handle Cloudflare blocks by falling back to session imports (`ordercli foodora session chrome`) or cookie imports (`ordercli foodora cookies chrome`).
- DO NOT attempt Deliveroo operations unless `DELIVEROO_BEARER_TOKEN` is explicitly provided.
</operational_rules>

<process_workflow>
1. **Setup**: Set country (`ordercli foodora config set --country <CC>`).
2. **Auth**: `ordercli foodora login` or `ordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"`.
3. **Query**: Fetch active orders (`ordercli foodora orders`) or history (`ordercli foodora history --limit 20`).
4. **Detail**: Inspect order JSON (`ordercli foodora history show <orderCode> --json`).
5. **Action**: Preview reorder, ask for confirmation, then run `ordercli foodora reorder <orderCode> --confirm`.
</process_workflow>

<output_standards>
- Output must be concise and actionable.
- Always display order code, status, and ETA for active orders.
</output_standards>

