swiggy-search
Installation
SKILL.md
swiggy-search
Discovery on Swiggy spans three servers. Pick by intent:
| User intent | Server | Command |
|---|---|---|
| restaurants delivering food | food |
swiggy food search-restaurants -q <query> |
| a specific dish across restaurants | food |
swiggy food search-menu -q <query> |
| the menu of one known restaurant | food |
swiggy food menu --restaurant-id <id> |
| grocery / FMCG | instamart |
swiggy instamart search -q <query> |
| frequent grocery items | instamart |
swiggy instamart go-to-items |
| dine-in / reservations | dineout |
swiggy dineout search -q <query> -c <city> |
| details of a dineout restaurant | dineout |
swiggy dineout details <id> |
Always
- Append
--json --no-interactiveso the result is machine-parseable. - Filter and rank in your own prompt; do not assume the upstream sort order is meaningful.
- If
error.code === "AUTH_REQUIRED"(exit 3), ask the human to runswiggy auth initand stop.