zonasul-groceries
Installation
SKILL.md
Zona Sul Grocery Ordering
Order groceries from Zona Sul supermarket in Rio de Janeiro using the zonasul CLI. Supports search, cart management, delivery scheduling, and credit card checkout.
First-time setup: see SETUP.md. Debugging: see TROUBLESHOOTING.md.
Prerequisites Check
Before anything, verify the CLI is built and auth is valid:
make build
bin/zonasul auth status --json
If auth returns "status":"expired" or "status":"unauthenticated", the user needs to re-authenticate — see SETUP.md.