← Back to Skills Marketplace
187
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install uber-eats
Description
Navigate Uber Eats in a live browser or app handoff to compare merchants, manage carts, and reach checkout safely.
Usage Guidance
This skill appears coherent and cautious, but its safety depends on the host environment's enforcement of the approval and browser-control rules. Before installing: verify what mechanism the host uses to grant the skill browser automation (so it cannot access your daily profile without explicit consent), decide whether you want any local storage and, if so, restrict what gets written to ~/uber-eats/, and require explicit confirmation in-thread before any "live checkout" step. If you distrust automatic invocation or shared browser profiles, prefer browse-only mode or decline granting browser-control. Finally, inspect the created ~/uber-eats/ files after first run to confirm no sensitive data (passwords, full payment details, one-time codes, full receipts) were written.
Capability Analysis
Type: OpenClaw Skill
Name: uber-eats
Version: 1.0.0
The Uber Eats skill bundle is a well-structured set of instructions for an AI agent to navigate the Uber Eats website and app. It prioritizes user safety and privacy by implementing clear guardrails, such as requiring explicit confirmation before placing orders, forbidding the storage of sensitive credentials or payment data in local memory (`~/uber-eats/`), and providing fallback procedures for web-access failures. The instructions in SKILL.md and checkout-guardrails.md are designed to prevent accidental purchases and ensure the agent operates only within the user's approved browser session.
Capability Assessment
Purpose & Capability
Name and description match what the skill asks for: only a per-user config path (~/uber-eats/) and browser access are needed to browse, draft carts, and assist with checkout. There are no unrelated env vars, binaries, or external credentials requested.
Instruction Scope
Runtime instructions explicitly limit actions (ask before controlling browser, capture screenshots only with approval, do not store passwords/payment data). That scope is appropriate for a live-session ordering helper, but the model's ability to read the user's browser session is powerful — the safety depends on the host enforcing the 'approval' checks described in the SKILL.md.
Install Mechanism
Instruction-only skill with no install spec or downloaded code; nothing is written to disk by an installer. This minimizes supply-chain risk.
Credentials
No secret env vars or unrelated credentials are requested. The single required config path (~/uber-eats/) is proportional to the stated need for optional local memory and activation rules.
Persistence & Privilege
The skill is not always-on and does not request elevated platform privileges. However, because it is allowed to be invoked autonomously by default, the combination of model invocation + potential browser-control (if the host grants it) increases blast radius — the SKILL.md mitigates this by requiring explicit approval before live actions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install uber-eats - After installation, invoke the skill by name or use
/uber-eats - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with live-session ordering flow, access-denied fallback, checkout guardrails, and issue recovery for Uber Eats orders.
Metadata
Frequently Asked Questions
What is Uber Eats?
Navigate Uber Eats in a live browser or app handoff to compare merchants, manage carts, and reach checkout safely. It is an AI Agent Skill for Claude Code / OpenClaw, with 187 downloads so far.
How do I install Uber Eats?
Run "/install uber-eats" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Uber Eats free?
Yes, Uber Eats is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Uber Eats support?
Uber Eats is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Uber Eats?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills