Swiggy Skill for Openclaw for Openclaw

Connect your AI agent to Swiggy to automate food delivery, Instamart grocery shopping, and Dineout restaurant bookings in India.

aditya4206360-prog
v1.0.1
Jan 29, 2026
1
2.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install sr1

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install sr1 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Swiggy Skill for Openclaw?

The Swiggy skill is a robust integration designed for AI agents to interact directly with Swiggy's ecosystem via MCP servers. By incorporating this into your Openclaw Skills library, you enable your agent to handle complex logistical tasks such as searching for restaurants, managing grocery carts on Instamart, and securing table reservations through Dineout.

This skill is built with a developer-centric approach, offering a CLI-based wrapper that simplifies authentication and command execution. It emphasizes a safety-first philosophy, ensuring that agents never finalize a transaction without explicit human confirmation. Whether you are building a personal assistant or a specialized service bot, this skill provides the necessary bridge to one of India's largest delivery networks.

Swiggy Skill for Openclaw Use Cases

  • Automating team lunch orders by searching for local restaurants and building a collective cart.
  • Replenishing household essentials through Instamart by providing a list of recipe ingredients or weekly staples.
  • Planning social outings by searching for specific cuisines in city hubs and checking real-time table availability.
  • Managing late-night delivery requests by filtering for active restaurants and providing estimated delivery times.

How Swiggy Skill for Openclaw Works

  1. The AI agent initiates a search query using the swiggy CLI to find restaurants or grocery items based on the user's location.
  2. The agent retrieves specific menus or product details to identify the correct item IDs and prices.
  3. Items are added to a local session cart, or restaurant slots are identified for a specific date and time.
  4. The skill generates a comprehensive preview including the items, total cost, delivery address, and ETA.
  5. The agent presents this preview to the user and waits for an explicit confirmation response.
  6. Once confirmed, the order or booking is executed with the --confirm flag and logged to a local JSON file for record-keeping.

Swiggy Skill for Openclaw Setup

To install and configure the Swiggy integration within your Openclaw Skills environment, follow these steps:

# Navigate to the skill directory
cd skills/swiggy

# Link the CLI tool globally
npm link

# Verify the installation
which swiggy

Note: This skill requires the mcporter skill as a dependency. Upon the first command execution, an OAuth authentication flow will be triggered to link your Swiggy account.

Swiggy Skill for Openclaw Data Schema & Taxonomy

The skill organizes its transaction history and configuration using the following structure:

File Purpose Key Metadata
memory/swiggy-orders.json Persistent log of all orders timestamp, type (food/im), items, total, address, orderId
USER.md Address mapping Used to resolve location aliases like 'home' or 'office' to physical addresses
mcporter config Authentication Manages OAuth session tokens for secure API access

Swiggy Skill for Openclaw Advanced Features

  • Safety-First Workflow: Hardcoded requirement for user confirmation before any financial transaction is processed.
  • Multi-Service Support: Unified interface for Food Delivery, Instamart (Groceries), and Dineout (Bookings).
  • Local Order Memory: Automatically appends order details to a JSON log to help the agent remember past preferences.
  • Address Alias Resolution: Intelligent mapping of conversational terms like 'office' to specific delivery coordinates.
  • Iterative Cart Management: Support for adding, showing, and clearing cart items progressively during a conversation.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*