swiggy-search
Installation
SKILL.md
swiggy-search
Discovery is read-only and safe to call as often as needed. Pick the server from intent; never search all three "just in case" — each call spends the user's per-server rate budget (70/min).
Route by intent
| The user wants | Command |
|---|---|
| restaurants that deliver (name or cuisine) | swiggy food search -q "<one term>" |
| a specific dish across restaurants | swiggy food search-menu -q "<dish>" (--veg for veg-only; there is no non-veg-only filter) |
| everything one restaurant sells | swiggy food menu --restaurant-id <id> |
| groceries / household / FMCG | swiggy instamart search -q "<product>" |
| "my usual" groceries | swiggy instamart go-to-items — one call replaces 3–5 searches |
| a place to eat out / book a table | swiggy dineout search -q "<one term>" --address-id <id> (or --lat --lng for a named city) |
Always append --json --no-interactive.