swiggy-track

Installation
SKILL.md

swiggy-track

All commands here are read-only. They are the right first move for any "my order/booking" question, and the required check before retrying a failed checkout.

Commands

# history (Food needs an address; Instamart does not)
swiggy food orders --json --no-interactive               # add --active for in-progress only
swiggy instamart orders --count 10 --json --no-interactive

# one order
swiggy food order <orderId> --json --no-interactive
swiggy instamart order <orderId> --json --no-interactive

# live tracking
swiggy food track --json --no-interactive                # all active orders
swiggy food track <orderId> --json --no-interactive
swiggy instamart track <orderId> --lat <lat> --lng <lng> --json --no-interactive   # coordinates are REQUIRED upstream
Installs
4
GitHub Stars
1
First Seen
Apr 28, 2026
swiggy-track — hktitan/swiggy-cli