zomato-order

Installation
SKILL.md

Zomato Order Skill πŸ›΅

Core Principles

Ordering food through Zomato programmatically has a key constraint: Zomato has no public consumer ordering API. The only way to automate order creation is through browser automation (Playwright/Puppeteer).

The smartest approach is cookie-based session reuse:

  1. Phase 1 β€” Setup (one-time): Open a visible browser, let the user log in manually, capture session cookies
  2. Phase 2 β€” Auto-Order (reusable): Load saved cookies (auto-logged in), browse restaurants, build cart, generate payment link

This avoids OTP prompts on every order while keeping payment in the user's hands (they pay via the shared link).


How It Works

Phase 1 β€”Initial Setup

Installs
11
GitHub Stars
464
First Seen
May 16, 2026
zomato-order β€” cosmicstack-labs/mercury-agent-skills