← 返回 Skills 市场
Swiggy
作者
Neil Agarwal
· GitHub ↗
· v1.0.5
2953
总下载
6
收藏
5
当前安装
6
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install swiggy - 安装完成后,直接呼叫该 Skill 的名称或使用
/swiggy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2953 次。
如何安装 Swiggy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install swiggy」即可一键安装,无需额外配置。
Swiggy 是免费的吗?
是的,Swiggy 完全免费(开源免费),可自由下载、安装和使用。
Swiggy 支持哪些平台?
Swiggy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Swiggy?
由 Neil Agarwal(@regalstreak)开发并维护,当前版本 v1.0.5。
推荐 Skills