JSON / Human / Plain
--json for agents, colored output for humans, --plain for pipelines. Stderr for hints, stdout for data.
Open Source CLI
Search products, build a cart, schedule delivery, and place orders. Structured output for AI agents, colored text for humans.
Install the zonasul CLI skill for grocery ordering in Rio de Janeiro. Run: npx skills add -g voska/zonasul
Copy and paste into Claude Code or any AI agent
Three output modes, structured exit codes, and a full grocery workflow. From search to doorstep.
--json for agents, colored output for humans, --plain for pipelines. Stderr for hints, stdout for data.
Structured exit codes, --no-input mode, and zonasul schema for JSON introspection. Built for Claude Code.
Search products, manage your cart, pick a delivery window, and checkout. Handles address, payment, and order placement.
JWT tokens stored in macOS Keychain. CVV passed via flag or environment variable, never stored on disk.
Give an AI agent a recipe and it searches, prices, and orders all the ingredients. Includes Portuguese grocery term translations.
Pure Go binary. Install via Homebrew, go install, or download from GitHub Releases. No dependencies.
One command. No dependencies.
$ brew install voska/tap/zonasul
macOS and Linux
From install to groceries at your door.
$ zonasul auth login Paste JWT token: eyJhbGciOi... Logged in as: maria@example.com
$ zonasul search "arroz" --limit 3 1 Arroz Camil Tipo 1 5kg SKU:11234 R$29.90 2 Arroz Integral Tio Joao 1kg SKU:11240 R$8.49 3 Arroz Arborio Riso Gallo 500g SKU:11251 R$15.90 $ zonasul cart add 11234
$ zonasul delivery windows 0 Thu 06 Mar 14:01 — 16:00 R$7.00 1 Thu 06 Mar 16:01 — 21:00 Gratis 2 Fri 07 Mar 08:01 — 13:00 Gratis
$ zonasul checkout --window 1 --cvv 123 --confirm Order placed! ID: v-1234567890
brew install voska/tap/zonasul. With Go: go install github.com/voska/zonasul/cmd/zonasul@latest. Or download binaries directly from GitHub Releases.
--json, machine-readable exit codes (0-10), a --no-input flag for non-interactive use, and a zonasul schema command for introspection. Install as a Claude Code skill with: npx skills add -g voska/zonasul. Give it a recipe and it will search, price, and order all ingredients.