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.
npx agentmods add skills/pockebot/openpocket/uber-eats-ordernpx skills add pockebot/openpocket --skill uber-eats-ordergit clone --depth 1 https://github.com/pockebot/openpocketWrote 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.
[](https://agentmods.dev/skills/pockebot/openpocket/uber-eats-order)<a href="https://agentmods.dev/skills/pockebot/openpocket/uber-eats-order"><img src="https://agentmods.dev/badge/skills/pockebot/openpocket/uber-eats-order.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00055 | $0.01180 |
| Opus 5 | $0.00028 | $0.00590 |
| Sonnet 5 | $0.00011 | $0.00236 |
| Haiku 4.5 | $0.00006 | $0.00118 |
Grade A, and why
uber-eats-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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Uber Eats Order
Use this skill to complete Uber Eats ordering flows with high reliability and low spend risk.
This skill is aligned with Uber Eats official help flows:
- place order path (
View cart->Go to checkout->Place order) - cancellation behavior (free before merchant accepts; possible charges after acceptance)
- post-order tracking and support entry points.
Preconditions
- Confirm Uber Eats app is in foreground (
com.ubercab.eats). - If app is not installed, install and open it first.
- If login/sign-up is required, trigger
request_human_auth(oauth). - If payment verification (card CVC, bank OTP, 3DS) appears, use
request_human_auth(payment)and/orrequest_human_auth(sms-2fa).
Canonical Ordering Flow
Follow this baseline sequence unless the current screen requires a detour:
- Choose merchant.
- Add item(s) to cart.
- Tap
View cart, thenGo to checkout. - Review delivery details and payment.
- Tap
Place order. - Track order status.
UI Anchors (Common)
Treat labels as variants; exact wording may differ by locale/A-B test.
- Bottom tabs:
Home,Search,Cart,Account. - Entry controls:
Delivery/Pickup,ASAP/Schedule, address chip near top. - Item actions:
Add to cart,Customize,Required,Optional,Add. - Cart/checkout actions:
View cart,Go to checkout,Checkout,Place order. - Order status actions:
Cancel order,Help, contact courier/support.
Execution Procedure
1) Set fulfillment context first
- Confirm fulfillment mode with user intent:
DeliveryvsPickup. - Confirm destination/address before selecting items.
- If scheduling is requested, set
Schedulebefore checkout.
2) Find the right merchant
- Prefer
Searchtab for deterministic lookup by merchant/dish. - If user gave constraints (budget, ETA, cuisine, rating), apply them before opening merchant page.
- Avoid random browsing loops; open one candidate merchant and proceed.
3) Add items with correct modifiers
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.
- 4d ago First seen · 137 lines · 55 tokens per session scan A 8c124b218325
uber-eats-order is a skill published in the GitHub repository pockebot/openpocket (841 stars, last pushed 1mo ago), licensed MIT. It adds 55 tokens to every session and 1,180 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
cloudflare-registrar
Cloudflare Registrar: domain availability, prices, registration via mcporter.
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
weekly-report
Structure and data sources for the weekly inventory report. Load this when the task is "weekly report", "Monday report", or "summarize inventory status".
shopify-functions
Shopify Functions allow developers to customize the backend logic that powers parts of Shopify. Available APIs: Discount, Cart and Checkout Validation, Cart Transform, Pickup Point Delivery Option Generator, Delivery Customization, Fulfillment Constraints, Local Pickup Delivery Option Generator, Order Routing Location…
asc-subscription-localization
Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.