swiggy-cart
Installation
SKILL.md
swiggy-cart
Cart commands are split per server because food and groceries are physically separate carts upstream.
Read
swiggy food cart --json --no-interactive
swiggy instamart cart --json --no-interactive
data is the upstream cart object — items, totals, applied coupons. Always read before any mutation so you can tell the human what's about to change.
Mutate
swiggy food add-to-cart --restaurant-id <id> --item-id <itemId> --quantity 2 --json
swiggy instamart add-to-cart --product-id <id> --quantity 1 --json