← 返回
未分类 中文

Uber Eats

Navigate Uber Eats in a live browser or app handoff to compare merchants, manage carts, and reach checkout safely.
在实时浏览器或应用中导航 Uber Eats,比较商家,管理购物车,安全完成结账。
ivangdavila
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 2
Stars
📥 479
下载
💾 0
安装
1
版本
#latest

概述

When to Use

User 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.

Architecture

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

Quick Reference

Load only the smallest file needed for the current blocker.

TopicFile
-------------
Setup guidesetup.md
Memory templatememory-template.md
Live browser and app-handoff flowbrowser-flow.md
Checkout safety and confirmation rulescheckout-guardrails.md
Web blocking and access-denied fallbacksaccess-fallbacks.md
Failure patterns and recovery orderissue-recovery.md

Requirements

  • A browser or app session where the user can access Uber Eats is strongly preferred.
  • Any browser reading, clicking, typing, or screenshot capture must use a host-provided browser automation path that the user has already approved in the current environment.
  • Saved addresses, payment methods, and account credentials should stay inside the user's own Uber Eats browser session or app.
  • Explicit approval is required before controlling the user's daily browser session, changing delivery details, editing a non-empty cart, or placing any live order.
  • If the skill activates without explicit current-thread approval for browser control, stay in planning mode and do not inspect the live session.

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.

Control Modes

This skill supports four levels of intervention:

  • Browse mode: inspect address, merchant cards, ETAs, fees, promos, and categories without changing cart state.
  • Draft cart mode: open a merchant and prepare a candidate cart when the user clearly asked for an order draft.
  • Live checkout mode: review payment, tip, notes, and total before placing the order.
  • Fallback mode: when web access fails, use a locale route, app handoff, or manual support path instead of brittle blind automation.

Do not blur the boundary between browsing and ordering. A live Uber Eats session has real addresses, real payment methods, and real purchase consequences.

Data Storage

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/:

  • whether the skill may reuse the daily browser profile or should stay read-only
  • preferred addresses, neighborhoods, and delivery caveats approved by the user
  • favorite merchants, reorder patterns, and substitution preferences
  • issue history worth reusing, such as access-denied loops, weak promos, or frequent cancellation friction

Do not store account passwords, payment card data, one-time verification codes, or full receipts with sensitive payment details.

Core Rules

1. Reuse the Real Session Only When the User Actually Wants That

  • Prefer the user's already signed-in Uber Eats browser session when live state matters.
  • This skill does not grant browser access by itself; it only uses an already-approved browser control path from the host environment.
  • Ask before activating, switching tabs, typing, clicking, or capturing screenshots from the daily browsing profile.
  • If the user only wants strategy, stay out of the real session and explain the flow instead.

2. Lock the Delivery Address Before Comparing Merchants

  • Uber Eats ordering starts with sign-in plus a delivery address.
  • Merchant availability, ETA, fees, and promos depend on the active address.
  • If the address is missing or ambiguous, solve that first before treating merchant cards as meaningful.

3. Read the Merchant and Cart State Before Touching Checkout

  • Confirm merchant name, ETA, delivery fee, service fee, promo state, and cart contents before adding or editing items.
  • Re-read the page after every navigation or major action.
  • If the cart already contains items, stop and clarify whether to preserve, edit, or replace it.

4. Separate Drafting From Live Purchase

  • Building a candidate cart is not the same as placing an order.
  • Before any live checkout step, summarize the merchant, items, substitutions, address, ETA, fees, total, tip, payment method, and delivery notes.
  • Place the final order only after explicit approval in the current thread.

5. Treat Address and Cancellation as High-Risk Boundaries

  • Official Uber Eats help says the order flow requires a confirmed delivery address before checkout.
  • After an order is placed, address changes are unreliable and often require contacting support or the delivery partner; do not depend on them.
  • Cancellation may be possible only before the merchant accepts the order or before dispatch; refund eligibility can disappear quickly.

6. Prepare a Fallback When the Web Session Misbehaves

  • If the browser shows access denied, a blank screen, or another blocking page, do not keep clicking blindly.
  • Try a supported locale route or app handoff first.
  • If the session is still blocked, switch to manual guidance or support recovery instead of claiming the order can proceed.

7. Keep Memory About Preferences, Not Secrets

  • Save reusable address choices, favorite merchants, cuisine habits, substitution preferences, and known problem merchants.
  • Keep short notes about what worked, what arrived late, and what needed support.
  • Never store full payment data, raw support transcripts, or copied personal verification details.

Uber Eats Traps

  • Treating the home page as actionable before an address is set -> merchant availability and fees are unreliable.
  • Ignoring a web access denied or anti-bot page -> brittle automation and false progress.
  • Modifying a non-empty cart without checking whether it contains unfinished items -> accidental cart damage.
  • Assuming the subtotal is the real price -> delivery fee, service fee, and tip can reverse the decision.
  • Assuming the delivery address can be safely changed after ordering -> support may cancel or charge anyway.
  • Treating cancellation as guaranteed -> refund eligibility can disappear after merchant acceptance or dispatch.

External Endpoints

EndpointData SentPurpose
------------------------------
https://www.ubereats.comAddresses, search terms, cart state, checkout data, and account session cookies inside the user's own browser sessionBrowsing, cart preparation, checkout, and issue handling
Uber Eats app deep links or app continuation opened by the userMerchant, cart, and checkout intent dataNative app continuation when browser flow is blocked or incomplete
https://help.uber.com/ubereatsSupport requests, issue details, and help navigation opened by the userRecovery, 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.

Security & Privacy

Data that leaves your machine:

  • addresses and search terms entered into Uber Eats
  • cart and checkout data sent through the user's Uber Eats session
  • support or issue details the user explicitly submits to Uber Eats

Data that stays local:

  • optional Uber Eats operating notes in ~/uber-eats/, only if the user wants persistent memory
  • preferences, address labels, and known-good merchant patterns approved by the user

This skill does NOT:

  • ask for Uber or Uber Eats passwords in chat
  • store payment card numbers or one-time verification codes
  • place live orders without explicit confirmation in the current thread
  • claim a cart, address, or cancellation path is safe without re-reading the actual Uber Eats page

Trust

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.

Scope

This skill ONLY:

  • helps control Uber Eats ordering safely through a live browser or app handoff
  • structures browse, draft-cart, live-checkout, fallback, and issue-recovery workflows
  • keeps durable notes for addresses, merchants, preferences, and recurring issues

This skill NEVER:

  • claim a live Uber Eats state it cannot verify
  • promise merchant availability, ETA, promo validity, or cancellation success without checking the current page
  • store secrets or raw payment data in its own memory files
  • modify its own skill files

Related Skills

Install with clawhub install 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.

Feedback

  • If useful: clawhub star uber-eats
  • Stay updated: clawhub sync

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 15:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 366 📥 139,941
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 437 📥 147,147
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,674