{
  "schemaVersion": "1.0",
  "item": {
    "slug": "swiggy",
    "name": "Swiggy",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/regalstreak/swiggy",
    "canonicalUrl": "https://clawhub.ai/regalstreak/swiggy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/swiggy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swiggy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "swiggy-cli.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/swiggy"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/swiggy",
    "agentPageUrl": "https://openagent3.xyz/skills/swiggy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/swiggy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/swiggy/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Swiggy Skill",
        "body": "Order food, groceries, and book restaurants in India via Swiggy's MCP servers."
      },
      {
        "title": "Installation",
        "body": "The skill includes a swiggy CLI binary. After installing the skill:\n\ncd skills/swiggy\nnpm link\n\nThis creates a global swiggy command. Verify with: which swiggy"
      },
      {
        "title": "When to Use",
        "body": "Food delivery: \"Order biryani\", \"What's open late?\", \"Team lunch for 8\"\nGroceries (Instamart): \"Get eggs and milk\", \"Weekly groceries\", \"Recipe ingredients\"\nRestaurant bookings (Dineout): \"Book dinner Saturday 8pm\", \"Italian in Koramangala\""
      },
      {
        "title": "Food Delivery",
        "body": "# Search restaurants\nswiggy food search \"biryani\" --location \"Koramangala, Bengaluru\"\n\n# Get menu\nswiggy food menu <restaurant-id>\n\n# Cart management\nswiggy food cart add <item-id> --quantity 2\nswiggy food cart show\nswiggy food cart clear\n\n# Order (requires confirmation)\nswiggy food order --address \"home\" --confirm"
      },
      {
        "title": "Instamart (Groceries)",
        "body": "# Search products\nswiggy im search \"eggs\" --location \"HSR Layout, Bengaluru\"\n\n# Cart operations\nswiggy im cart add <item-id> --quantity 3\nswiggy im cart show\nswiggy im cart clear\n\n# Checkout (requires confirmation)\nswiggy im order --address \"home\" --confirm"
      },
      {
        "title": "Dineout (Restaurant Bookings)",
        "body": "# Search restaurants\nswiggy dineout search \"Italian Indiranagar\"\n\n# Get details\nswiggy dineout details <restaurant-id>\n\n# Check availability\nswiggy dineout slots <restaurant-id> --date 2026-01-30\n\n# Book table (free bookings only, requires confirmation)\nswiggy dineout book <restaurant-id> --date 2026-01-30 --time 20:00 --guests 2 --confirm"
      },
      {
        "title": "⚠️ NEVER Auto-Order",
        "body": "ALWAYS get explicit confirmation before placing orders.\n\nShow cart preview first:\n\nAll items with quantities and prices\nTotal amount\nDelivery address\nEstimated delivery time (food/groceries)\n\n\n\nAsk for confirmation:\nReady to order:\n- 2x Chicken Biryani (₹500)\n- 1x Raita (₹60)\nTotal: ₹560 + delivery\nDeliver to: Home (HSR Layout)\nETA: 30-40 mins\n\nConfirm order? (yes/no)\n\n\n\nOnly after user says YES:\n\nRun the order command with --confirm flag\nLog to memory/swiggy-orders.json"
      },
      {
        "title": "COD Warning",
        "body": "Swiggy MCP currently supports Cash on Delivery only. Orders cannot be cancelled once placed. Always double-check before confirming."
      },
      {
        "title": "Address Handling",
        "body": "User may say \"home\", \"office\", etc. - map to actual addresses from USER.md or ask\nAlways confirm delivery location in preview\nFor Dineout, location is used for search only (not delivery)"
      },
      {
        "title": "Food Order Flow",
        "body": "# 1. Search\nswiggy food search \"biryani near Koramangala\"\n\n# 2. Browse menu (use restaurant ID from search)\nswiggy food menu rest_12345\n\n# 3. Add to cart\nswiggy food cart add item_67890 --quantity 1\n\n# 4. Preview cart\nswiggy food cart show\n\n# 5. Show preview to user, ask confirmation\n\n# 6. If confirmed, order\nswiggy food order --address \"HSR Layout, Sector 2, Bengaluru\" --confirm"
      },
      {
        "title": "Grocery Shopping Flow",
        "body": "# 1. Search items\nswiggy im search \"eggs\" --location \"Koramangala\"\nswiggy im search \"milk\" --location \"Koramangala\"\n\n# 2. Add to cart\nswiggy im cart add item_11111 --quantity 2\nswiggy im cart add item_22222 --quantity 1\n\n# 3. Preview\nswiggy im cart show\n\n# 4. Confirm with user\n\n# 5. Checkout\nswiggy im order --address \"Koramangala, Bengaluru\" --confirm"
      },
      {
        "title": "Restaurant Booking Flow",
        "body": "# 1. Search\nswiggy dineout search \"Italian Indiranagar\"\n\n# 2. Check details\nswiggy dineout details rest_99999\n\n# 3. Check slots\nswiggy dineout slots rest_99999 --date 2026-01-30\n\n# 4. Show options to user, confirm choice\n\n# 5. Book\nswiggy dineout book rest_99999 --date 2026-01-30 --time 20:00 --guests 2 --confirm"
      },
      {
        "title": "Error Handling",
        "body": "No results: Suggest broader search or different location\nOut of stock: Show alternatives\nNo slots available: Suggest different times/dates\nAuthentication required: User needs to authenticate via OAuth (handled by MCP)"
      },
      {
        "title": "Tips",
        "body": "For team orders: build cart iteratively, ask for preferences\nFor budget shopping: filter results by price, show running total\nFor recipe-to-cart: search each ingredient, add progressively\nFor late night: mention delivery time in search criteria"
      },
      {
        "title": "Order Logging",
        "body": "After successful order, append to memory/swiggy-orders.json:\n\n{\n  \"timestamp\": \"2026-01-28T21:16:00+05:30\",\n  \"type\": \"food\",\n  \"items\": [...],\n  \"total\": \"₹560\",\n  \"address\": \"HSR Layout\",\n  \"orderId\": \"...\"\n}"
      },
      {
        "title": "Authentication",
        "body": "Swiggy MCP uses OAuth. First use will trigger auth flow. The swiggy CLI handles this via mcporter."
      },
      {
        "title": "Dependencies",
        "body": "Requires mcporter skill (uses it under the hood)\nNode.js runtime for the CLI wrapper"
      },
      {
        "title": "Known Limitations",
        "body": "COD only (no online payment yet)\nOrders cannot be cancelled\nDineout: free bookings only\nDon't open Swiggy app while using MCP (session conflicts)\n\nRemember: Confirmation BEFORE ordering. Every. Single. Time. 🐾"
      }
    ],
    "body": "Swiggy Skill\n\nOrder food, groceries, and book restaurants in India via Swiggy's MCP servers.\n\nInstallation\n\nThe skill includes a swiggy CLI binary. After installing the skill:\n\ncd skills/swiggy\nnpm link\n\n\nThis creates a global swiggy command. Verify with: which swiggy\n\nWhen to Use\nFood delivery: \"Order biryani\", \"What's open late?\", \"Team lunch for 8\"\nGroceries (Instamart): \"Get eggs and milk\", \"Weekly groceries\", \"Recipe ingredients\"\nRestaurant bookings (Dineout): \"Book dinner Saturday 8pm\", \"Italian in Koramangala\"\nAvailable Commands\nFood Delivery\n# Search restaurants\nswiggy food search \"biryani\" --location \"Koramangala, Bengaluru\"\n\n# Get menu\nswiggy food menu <restaurant-id>\n\n# Cart management\nswiggy food cart add <item-id> --quantity 2\nswiggy food cart show\nswiggy food cart clear\n\n# Order (requires confirmation)\nswiggy food order --address \"home\" --confirm\n\nInstamart (Groceries)\n# Search products\nswiggy im search \"eggs\" --location \"HSR Layout, Bengaluru\"\n\n# Cart operations\nswiggy im cart add <item-id> --quantity 3\nswiggy im cart show\nswiggy im cart clear\n\n# Checkout (requires confirmation)\nswiggy im order --address \"home\" --confirm\n\nDineout (Restaurant Bookings)\n# Search restaurants\nswiggy dineout search \"Italian Indiranagar\"\n\n# Get details\nswiggy dineout details <restaurant-id>\n\n# Check availability\nswiggy dineout slots <restaurant-id> --date 2026-01-30\n\n# Book table (free bookings only, requires confirmation)\nswiggy dineout book <restaurant-id> --date 2026-01-30 --time 20:00 --guests 2 --confirm\n\nCRITICAL: Safety Rules\n⚠️ NEVER Auto-Order\n\nALWAYS get explicit confirmation before placing orders.\n\nShow cart preview first:\n\nAll items with quantities and prices\nTotal amount\nDelivery address\nEstimated delivery time (food/groceries)\n\nAsk for confirmation:\n\nReady to order:\n- 2x Chicken Biryani (₹500)\n- 1x Raita (₹60)\nTotal: ₹560 + delivery\nDeliver to: Home (HSR Layout)\nETA: 30-40 mins\n\nConfirm order? (yes/no)\n\n\nOnly after user says YES:\n\nRun the order command with --confirm flag\nLog to memory/swiggy-orders.json\nCOD Warning\n\nSwiggy MCP currently supports Cash on Delivery only. Orders cannot be cancelled once placed. Always double-check before confirming.\n\nAddress Handling\nUser may say \"home\", \"office\", etc. - map to actual addresses from USER.md or ask\nAlways confirm delivery location in preview\nFor Dineout, location is used for search only (not delivery)\nWorkflow Examples\nFood Order Flow\n# 1. Search\nswiggy food search \"biryani near Koramangala\"\n\n# 2. Browse menu (use restaurant ID from search)\nswiggy food menu rest_12345\n\n# 3. Add to cart\nswiggy food cart add item_67890 --quantity 1\n\n# 4. Preview cart\nswiggy food cart show\n\n# 5. Show preview to user, ask confirmation\n\n# 6. If confirmed, order\nswiggy food order --address \"HSR Layout, Sector 2, Bengaluru\" --confirm\n\nGrocery Shopping Flow\n# 1. Search items\nswiggy im search \"eggs\" --location \"Koramangala\"\nswiggy im search \"milk\" --location \"Koramangala\"\n\n# 2. Add to cart\nswiggy im cart add item_11111 --quantity 2\nswiggy im cart add item_22222 --quantity 1\n\n# 3. Preview\nswiggy im cart show\n\n# 4. Confirm with user\n\n# 5. Checkout\nswiggy im order --address \"Koramangala, Bengaluru\" --confirm\n\nRestaurant Booking Flow\n# 1. Search\nswiggy dineout search \"Italian Indiranagar\"\n\n# 2. Check details\nswiggy dineout details rest_99999\n\n# 3. Check slots\nswiggy dineout slots rest_99999 --date 2026-01-30\n\n# 4. Show options to user, confirm choice\n\n# 5. Book\nswiggy dineout book rest_99999 --date 2026-01-30 --time 20:00 --guests 2 --confirm\n\nError Handling\nNo results: Suggest broader search or different location\nOut of stock: Show alternatives\nNo slots available: Suggest different times/dates\nAuthentication required: User needs to authenticate via OAuth (handled by MCP)\nTips\nFor team orders: build cart iteratively, ask for preferences\nFor budget shopping: filter results by price, show running total\nFor recipe-to-cart: search each ingredient, add progressively\nFor late night: mention delivery time in search criteria\nOrder Logging\n\nAfter successful order, append to memory/swiggy-orders.json:\n\n{\n  \"timestamp\": \"2026-01-28T21:16:00+05:30\",\n  \"type\": \"food\",\n  \"items\": [...],\n  \"total\": \"₹560\",\n  \"address\": \"HSR Layout\",\n  \"orderId\": \"...\"\n}\n\nAuthentication\n\nSwiggy MCP uses OAuth. First use will trigger auth flow. The swiggy CLI handles this via mcporter.\n\nDependencies\nRequires mcporter skill (uses it under the hood)\nNode.js runtime for the CLI wrapper\nKnown Limitations\nCOD only (no online payment yet)\nOrders cannot be cancelled\nDineout: free bookings only\nDon't open Swiggy app while using MCP (session conflicts)\n\nRemember: Confirmation BEFORE ordering. Every. Single. Time. 🐾"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/regalstreak/swiggy",
    "publisherUrl": "https://clawhub.ai/regalstreak/swiggy",
    "owner": "regalstreak",
    "version": "1.0.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/swiggy",
    "downloadUrl": "https://openagent3.xyz/downloads/swiggy",
    "agentUrl": "https://openagent3.xyz/skills/swiggy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/swiggy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/swiggy/agent.md"
  }
}