Install
openclaw skills install glovoNavigate Glovo in a live browser session to compare stores, manage carts, and reach checkout safely before ordering.
openclaw skills install glovoUser needs Glovo specifically, not generic delivery advice. Use this when the task depends on the user's real Glovo session, saved addresses, live store availability, current promos, cart state, groceries, pharmacy, or food ordering inside Glovo.
Choose this skill when the next step is to browse stores, compare delivery options, prepare a cart, verify checkout details, or help recover from Glovo-specific issues such as unavailable items, address friction, or late delivery. If the task is platform-agnostic, route to food-delivery.
Memory lives in ~/glovo/. If ~/glovo/ does not exist, run setup.md. See memory-template.md for structure and starter fields.
~/glovo/
|-- memory.md # Activation defaults, browser mode, and ordering boundary
|-- addresses.md # Approved delivery addresses and area caveats
|-- stores.md # Preferred stores, cuisines, fees, and repeat winners
|-- orders.md # Recent orders, substitutions, and issue history
`-- incidents.md # Payment failures, missing items, support outcomes, and fixes
Load only the smallest file needed for the current blocker.
| Topic | File |
|---|---|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Live browser navigation flow | browser-flow.md |
| Checkout safety and confirmation rules | checkout-guardrails.md |
| Failure patterns and recovery order | issue-recovery.md |
If live Glovo access is unavailable, stay in planning mode and prepare the exact browse or checkout steps instead of pretending the order is ready.
This skill supports three levels of intervention:
Do not blur the boundary between browsing and ordering. A live Glovo session has real addresses, real payment methods, and real purchase consequences.
Persistent local notes in ~/glovo/ 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 ~/glovo/:
Do not store account passwords, payment card data, one-time verification codes, or full receipts with sensitive payment details.
| Endpoint | Data Sent | Purpose |
|---|---|---|
| https://glovoapp.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 |
| Glovo app deep links or mobile handoff opened by the user | Store, cart, and checkout intent data | Native app continuation when browser flow is not enough |
No other data should be sent externally unless the user explicitly opens additional payment, map, or support surfaces during the Glovo workflow.
Data that leaves your machine:
Data that stays local:
~/glovo/, only if the user wants persistent memoryThis skill does NOT:
By using this skill, data is sent to Glovo through the user's own browser or app session. Only install and run it if you trust Glovo 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 Glovo.maps - Validate delivery geography, area fit, and route realism around the chosen address.safari - Control the user's real Safari session when Glovo is open 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 impulse ordering.clawhub star glovoclawhub sync