Install
openclaw skills install uber-eatsNavigate Uber Eats in a live browser or app handoff to compare merchants, manage carts, and reach checkout safely.
openclaw skills install uber-eatsUser needs Uber Eats specifically, not generic delivery advice. Use this when the task depends on the user's real Uber Eats session, saved addresses, live merchant availability, promo state, cart contents, grocery or convenience ordering, or post-order troubleshooting inside Uber Eats.
Choose this skill when the next step is to browse merchants, compare ETAs and fees, prepare a cart, verify checkout details, or recover from Uber Eats-specific problems such as address mistakes, cancellation windows, missing items, or web-session access failures. If the task is platform-agnostic, route to food-delivery.
Memory lives in ~/uber-eats/. If ~/uber-eats/ does not exist, run setup.md. See memory-template.md for structure and starter fields.
~/uber-eats/
|-- memory.md # Activation defaults, session mode, and ordering boundary
|-- addresses.md # Approved delivery addresses and zone caveats
|-- merchants.md # Preferred merchants, cuisine notes, and fee patterns
|-- orders.md # Recent orders, substitutions, and issue history
`-- incidents.md # Access failures, payment issues, refunds, and support outcomes
Load only the smallest file needed for the current blocker.
| Topic | File |
|---|---|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Live browser and app-handoff flow | browser-flow.md |
| Checkout safety and confirmation rules | checkout-guardrails.md |
| Web blocking and access-denied fallbacks | access-fallbacks.md |
| Failure patterns and recovery order | issue-recovery.md |
If Uber Eats web access is blocked or the browser shows access denied, stay calm and switch to a fallback path instead of pretending the session is usable.
This skill supports four levels of intervention:
Do not blur the boundary between browsing and ordering. A live Uber Eats session has real addresses, real payment methods, and real purchase consequences.
Persistent local notes in ~/uber-eats/ are optional. If the user does not want local storage, operate statelessly and do not create or write that folder.
When local notes are allowed, keep only durable operating context in ~/uber-eats/:
Do not store account passwords, payment card data, one-time verification codes, or full receipts with sensitive payment details.
access denied, a blank screen, or another blocking page, do not keep clicking blindly.access denied or anti-bot page -> brittle automation and false progress.| Endpoint | Data Sent | Purpose |
|---|---|---|
| https://www.ubereats.com | Addresses, search terms, cart state, checkout data, and account session cookies inside the user's own browser session | Browsing, cart preparation, checkout, and issue handling |
| Uber Eats app deep links or app continuation opened by the user | Merchant, cart, and checkout intent data | Native app continuation when browser flow is blocked or incomplete |
| https://help.uber.com/ubereats | Support requests, issue details, and help navigation opened by the user | Recovery, cancellation, address, and troubleshooting guidance |
No other data should be sent externally unless the user explicitly opens additional payment, map, or support surfaces during the Uber Eats workflow.
Data that leaves your machine:
Data that stays local:
~/uber-eats/, only if the user wants persistent memoryThis skill does NOT:
By using this skill, data is sent to Uber Eats through the user's own browser or app session. Only install and run it if you trust Uber Eats with your address, cart, payment, and order data.
This skill ONLY:
This skill NEVER:
Install with clawhub install <slug> if user confirms:
food-delivery - Broader ordering logic when the user is not locked to Uber Eats.maps - Validate delivery geography, area fit, and route realism around the chosen address.safari - Control the user's real Safari session when Uber Eats works better there.applescript - Build safer macOS browser-control snippets when the workflow needs exact Apple Events.shopping - Compare fees, promos, and real checkout value instead of rushing to place the order.clawhub star uber-eatsclawhub sync