Connect your AI agent to Swiggy to automate food delivery, Instamart grocery shopping, and Dineout restaurant bookings in India.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sr1
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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 |
Loading
A high-performance conversion tool that turns PDFs, Office documents, images, and audio into LLM-ready Markdown.

A location-intelligence skill providing geocoding and routing capabilities without requiring external API keys.

A comprehensive toolset for converting web pages to LLM-friendly markdown and performing multi-step deep research.

A suite of automation skills that allow AI agents to control macOS via Accessibility APIs, handling everything from window management to OCR-based interactions.

A specialized framework for AI agents to capture, analyze, and promote technical learnings and errors into permanent project memory.

An advanced reconnaissance tool for red teamers to automate asset discovery and high-precision service fingerprinting.








































