food-order

food-order is a skill for Claude Code, Codex from geezerrrr/motive. It costs 34 tokens per session (504 once invoked), scanned A, a copy of food-order, MIT.

A Foodora ordering helper that uses ordercli to find previous orders, preview a reorder, place it after your explicit approval, and track its delivery status.

In plain words
What is it for?
Use it to review order history, inspect an old order, preview a reorder, place the order after saying yes, and check its ETA or status.
Why use it?
It reduces the steps needed to repeat a past Foodora order while keeping the final purchase under your control.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to review order history, inspect an old order, preview a reorder, place the order after saying yes, and check its ETA or status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/geezerrrr/motive/food-order
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add geezerrrr/motive --skill food-order
Clone the repo
git clone --depth 1 https://github.com/geezerrrr/motive

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for food-order

README.md
[![agentmods](https://agentmods.dev/badge/skills/geezerrrr/motive/food-order/github.svg)](https://agentmods.dev/skills/geezerrrr/motive/food-order)
Your own site
<a href="https://agentmods.dev/skills/geezerrrr/motive/food-order"><img src="https://agentmods.dev/badge/skills/geezerrrr/motive/food-order/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for food-order

Your own site · 80×15
<a href="https://agentmods.dev/skills/geezerrrr/motive/food-order"><img src="https://agentmods.dev/badge/skills/geezerrrr/motive/food-order.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 504 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 89% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00504
Opus 5 $0.00017 $0.00252
Sonnet 5 $0.00007 $0.00101
Haiku 4.5 $0.00003 $0.00050

Measured 11d ago against content hash 2754deb16655, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

food-order scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

89% identical to food-order — 21 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

Motive/Resources/Skills.bundle/food-order/SKILL.md · 49 lines

What it actually says

Food order (Foodora via ordercli)

Goal: reorder a previous Foodora order safely (preview first; confirm only on explicit user “yes/confirm/place the order”).

Hard safety rules

  • Never run ordercli foodora reorder ... --confirm unless user explicitly confirms placing the order.
  • Prefer preview-only steps first; show what will happen; ask for confirmation.
  • If user is unsure: stop at preview and ask questions.

Setup (once)

  • Country: ordercli foodora countriesordercli foodora config set --country AT
  • Login (password): ordercli foodora login --email [email protected] --password-stdin
  • Login (no password, preferred): ordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"

Find what to reorder

  • Recent list: ordercli foodora history --limit 10
  • Details: ordercli foodora history show <orderCode>
  • If needed (machine-readable): ordercli foodora history show <orderCode> --json

Preview reorder (no cart changes)

  • ordercli foodora reorder <orderCode>

Place reorder (cart change; explicit confirmation required)

  • Confirm first, then run: ordercli foodora reorder <orderCode> --confirm
  • Multiple addresses? Ask user for the right --address-id (take from their Foodora account / prior order data) and run:
    • ordercli foodora reorder <orderCode> --confirm --address-id <id>

Track the order

  • ETA/status (active list): ordercli foodora orders
  • Live updates: ordercli foodora orders --watch
  • Single order detail: ordercli foodora order <orderCode>

Debug / safe testing

  • Use a throwaway config: ordercli --config /tmp/ordercli.json ...
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 49 lines · 0 tokens per session scan A 2754deb16655

Subscribe to this mod's changes

food-order is a skill published in the GitHub repository geezerrrr/motive (118 stars, last pushed 6mo ago), licensed MIT. It adds 34 tokens to every session and 504 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to food-order, differing in 21 lines, and is treated as a copy.

Related

Other skills, from other repositories

product-image-processor

Download, resize, and remove backgrounds from product images at scale. Use when the user asks to "process product images", batch-download images from the schedule, strip backgrounds, or standardize product photos.

AlpacaLabsLLC/skills-for-architects · 45 tokens

product-match

Find visually or functionally similar products from an image, name, or description. Use when the user asks to "find something like this", match a product from a photo, or source alternates to a given item.

AlpacaLabsLLC/skills-for-architects · 47 tokens

product-spec-bulk-fetch

Extract structured FF&E specs from a list of product URLs into a schedule. Use to pull or bulk-import product-page data; not for PDF catalogs.

AlpacaLabsLLC/skills-for-architects · 36 tokens

master-schedule

Initialize, validate, inspect, or import the current project's local FF&E product library. Use when a product workflow needs product-library.csv, when the user invokes /as:master-schedule, or when legacy master-schedule.json or canoa.json configuration is present.

AlpacaLabsLLC/skills-for-architects · 57 tokens

offer-codes-setup

Generates offer code distribution strategies and configuration guides for subscription and IAP promotions — including partner campaigns, influencer programs, and email re-engagement. Use when setting up offer codes for distribution.

rshankras/claude-code-apple-skills · 44 tokens

promoted-iap

Generates Promoted In-App Purchase setup with StoreKit 2 product configuration, paywall integration, and App Store product page display. Use when setting up promoted purchases that appear on the App Store product page.

rshankras/claude-code-apple-skills · 47 tokens