← Back to Skills Marketplace
Swiggy
by
Neil Agarwal
· GitHub ↗
· v1.0.5
2953
Downloads
6
Stars
5
Active Installs
6
Versions
Install in OpenClaw
/install swiggy
Description
Order food, groceries, and book restaurants in India via Swiggy's MCP servers. Food delivery, Instamart groceries, and Dineout restaurant bookings with safety-first confirmation workflow.
Usage Guidance
This skill appears to do what it says: it wraps mcporter to call Swiggy MCP servers and requires Node and the mcporter skill. Before installing: 1) Note the source/homepage is missing — verify the author or obtain the package from a trusted registry. 2) Ensure you install and trust the mcporter skill, since mcporter will handle OAuth and network access to https://mcp.swiggy.com/*. 3) Be aware SKILL.md promises logging to memory/swiggy-orders.json and address mapping from USER.md but the CLI doesn't implement those; if you rely on those features, inspect/modify the code. 4) The CLI shells out using execSync with JSON-inserted arguments — treat inputs carefully and avoid passing untrusted/unsanitized values. 5) Test in a controlled environment and verify OAuth prompts and account behavior (COD-only and orders reportedly non-cancellable). If you need higher assurance, ask the author for provenance or a signed release, or have a developer review/patch the small mismatches noted above.
Capability Analysis
Type: OpenClaw Skill
Name: swiggy
Version: 1.0.5
The skill is designed to interact with Swiggy's MCP servers for food, groceries, and restaurant bookings. Both the `SKILL.md` instructions and the `swiggy-cli.js` code implement robust safety checks, most notably requiring an explicit `--confirm` flag for all ordering and booking actions. The `swiggy-cli.js` uses `execSync` to call the `mcporter` utility, but this is done with hardcoded, legitimate Swiggy MCP server URLs and structured arguments, preventing arbitrary command execution or data exfiltration. There is no evidence of malicious intent, credential theft, persistence mechanisms, or harmful prompt injection attempts; in fact, the `SKILL.md` actively guides the agent towards safe, user-confirmed interactions.
Capability Assessment
Purpose & Capability
Name/description, README, SKILL.md, package.json and the CLI wrapper all consistently implement a Swiggy MCP client. The declared dependencies (Node.js runtime and the mcporter skill) are appropriate and expected for this functionality.
Instruction Scope
SKILL.md instructs the agent to confirm addresses from USER.md and to append successful orders to memory/swiggy-orders.json, but the provided CLI (swiggy-cli.js) does not read USER.md nor write the memory file. The safety-first confirmation guidance is explicit (good), but some required behaviors described in SKILL.md are not implemented in the shipped code — an operational mismatch to be aware of.
Install Mechanism
No install spec is present (instruction-only plus a single CLI file). The package exposes a CLI via npm link; nothing is downloaded from arbitrary URLs and no extra packages are installed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. Authentication is delegated to mcporter/OAuth (as described). There are no unexpected credential requests in package.json or SKILL.md.
Persistence & Privilege
Skill does not request always:true and does not attempt to modify other skills or system-wide settings. It shells out to mcporter to perform network operations — expected for this use — and relies on mcporter to manage OAuth/session state.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install swiggy - After installation, invoke the skill by name or use
/swiggy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
Fix: Point bin entry to swiggy-cli.js at root level (ClawdHub doesn't package subdirectories)
v1.0.4
Fix: Add swiggy CLI at root level (swiggy-cli.js) and in bin/ directory. Remove trailing slashes from files field.
v1.0.3
Fix: Explicitly include bin/ directory in package files field to ensure swiggy CLI binary is bundled
v1.0.2
Add installation instructions for the swiggy CLI binary to SKILL.md and README.md
v1.0.1
Include swiggy CLI binary in bin/ for direct command-line usage. Users can npm link after install to get global swiggy command.
v1.0.0
Initial release: Food delivery, Instamart groceries, and Dineout restaurant bookings for India via MCP
Metadata
Frequently Asked Questions
What is Swiggy?
Order food, groceries, and book restaurants in India via Swiggy's MCP servers. Food delivery, Instamart groceries, and Dineout restaurant bookings with safety-first confirmation workflow. It is an AI Agent Skill for Claude Code / OpenClaw, with 2953 downloads so far.
How do I install Swiggy?
Run "/install swiggy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Swiggy free?
Yes, Swiggy is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Swiggy support?
Swiggy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Swiggy?
It is built and maintained by Neil Agarwal (@regalstreak); the current version is v1.0.5.
More Skills