{
  "schemaVersion": "1.0",
  "item": {
    "slug": "groww",
    "name": "Groww",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/pushp1997/groww",
    "canonicalUrl": "https://clawhub.ai/pushp1997/groww",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/groww",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=groww",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/groww"
    },
    "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/groww",
    "agentPageUrl": "https://openagent3.xyz/skills/groww/agent",
    "manifestUrl": "https://openagent3.xyz/skills/groww/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/groww/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Groww Trading",
        "body": "Trade Indian stocks via Groww. Supports portfolio management, market data, and order execution."
      },
      {
        "title": "Setup",
        "body": "Get API key from Groww app: Stocks → Settings → API Trading → Generate API key\nAdd to OpenClaw config:\nopenclaw configure\n# Add env: GROWW_API_KEY=your_key_here"
      },
      {
        "title": "MCP Server Usage",
        "body": "The groww-mcp server is configured. Call tools via mcporter:\n\n# Portfolio\nmcporter call groww-mcp.portfolio\n\n# Market data\nmcporter call groww-mcp.market-data action=live-quote symbol=TATAMOTORS\nmcporter call groww-mcp.market-data action=ltp symbols=TATAMOTORS,RELIANCE\nmcporter call groww-mcp.market-data action=ohlc symbol=TCS\n\n# Orders\nmcporter call groww-mcp.place_order symbol=TATAMOTORS quantity=10 side=BUY type=MARKET\nmcporter call groww-mcp.order_status orderId=ABC123\nmcporter call groww-mcp.cancel_order orderId=ABC123"
      },
      {
        "title": "Direct API (Alternative)",
        "body": "If MCP has issues, use the Groww API directly:"
      },
      {
        "title": "Base URL",
        "body": "https://api.groww.in/v1/"
      },
      {
        "title": "Headers",
        "body": "Authorization: Bearer $GROWW_API_KEY\nAccept: application/json\nContent-Type: application/json"
      },
      {
        "title": "Endpoints",
        "body": "Portfolio/Holdings:\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/holdings/user\"\n\nLive Quote:\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/live-data/quote?exchange=NSE&segment=CASH&trading_symbol=TATAMOTORS\"\n\nLTP (Last Traded Price):\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/live-data/ltp?segment=CASH&exchange_symbols=NSE:TATAMOTORS,NSE:RELIANCE\"\n\nOHLC:\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/live-data/ohlc?segment=CASH&exchange_symbols=NSE:TATAMOTORS\"\n\nHistorical Candles:\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/historical/candle/range?exchange=NSE&segment=CASH&trading_symbol=TATAMOTORS&interval=5m&start_time=2024-06-01T09:15:00&end_time=2024-06-01T15:30:00\"\n\nPlace Order:\n\ncurl -X POST -H \"Authorization: Bearer $GROWW_API_KEY\" \\\n  -H \"Accept: application/json\" -H \"Content-Type: application/json\" \\\n  -d '{\"trading_symbol\":\"TATAMOTORS\",\"quantity\":10,\"validity\":\"DAY\",\"exchange\":\"NSE\",\"segment\":\"CASH\",\"product\":\"CNC\",\"order_type\":\"MARKET\",\"transaction_type\":\"BUY\"}' \\\n  \"https://api.groww.in/v1/order/create\"\n\nOrder Status:\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/order/detail/{groww_order_id}?segment=CASH\"\n\nCancel Order:\n\ncurl -X POST -H \"Authorization: Bearer $GROWW_API_KEY\" \\\n  -H \"Accept: application/json\" -H \"Content-Type: application/json\" \\\n  -d '{\"segment\":\"CASH\",\"groww_order_id\":\"ABC123\"}' \\\n  \"https://api.groww.in/v1/order/cancel\""
      },
      {
        "title": "Stock Symbols",
        "body": "Use NSE trading symbols:\n\nTATAMOTORS, RELIANCE, TCS, INFY, HDFCBANK\nWIPRO, ICICIBANK, SBIN, BHARTIARTL, ITC"
      },
      {
        "title": "Market Hours",
        "body": "Pre-open: 9:00 - 9:15 AM IST\nTrading: 9:15 AM - 3:30 PM IST\nMonday to Friday (except holidays)"
      },
      {
        "title": "Example Queries",
        "body": "\"Show my Groww portfolio\"\n\"What's TATAMOTORS price?\"\n\"Buy 10 RELIANCE shares\"\n\"Sell 5 TCS at limit 4200\"\n\"Cancel order ABC123\"\n\"Get historical data for INFY\""
      }
    ],
    "body": "Groww Trading\n\nTrade Indian stocks via Groww. Supports portfolio management, market data, and order execution.\n\nSetup\nGet API key from Groww app: Stocks → Settings → API Trading → Generate API key\nAdd to OpenClaw config:\nopenclaw configure\n# Add env: GROWW_API_KEY=your_key_here\n\nMCP Server Usage\n\nThe groww-mcp server is configured. Call tools via mcporter:\n\n# Portfolio\nmcporter call groww-mcp.portfolio\n\n# Market data\nmcporter call groww-mcp.market-data action=live-quote symbol=TATAMOTORS\nmcporter call groww-mcp.market-data action=ltp symbols=TATAMOTORS,RELIANCE\nmcporter call groww-mcp.market-data action=ohlc symbol=TCS\n\n# Orders\nmcporter call groww-mcp.place_order symbol=TATAMOTORS quantity=10 side=BUY type=MARKET\nmcporter call groww-mcp.order_status orderId=ABC123\nmcporter call groww-mcp.cancel_order orderId=ABC123\n\nDirect API (Alternative)\n\nIf MCP has issues, use the Groww API directly:\n\nBase URL\nhttps://api.groww.in/v1/\n\nHeaders\nAuthorization: Bearer $GROWW_API_KEY\nAccept: application/json\nContent-Type: application/json\n\nEndpoints\n\nPortfolio/Holdings:\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/holdings/user\"\n\n\nLive Quote:\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/live-data/quote?exchange=NSE&segment=CASH&trading_symbol=TATAMOTORS\"\n\n\nLTP (Last Traded Price):\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/live-data/ltp?segment=CASH&exchange_symbols=NSE:TATAMOTORS,NSE:RELIANCE\"\n\n\nOHLC:\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/live-data/ohlc?segment=CASH&exchange_symbols=NSE:TATAMOTORS\"\n\n\nHistorical Candles:\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/historical/candle/range?exchange=NSE&segment=CASH&trading_symbol=TATAMOTORS&interval=5m&start_time=2024-06-01T09:15:00&end_time=2024-06-01T15:30:00\"\n\n\nPlace Order:\n\ncurl -X POST -H \"Authorization: Bearer $GROWW_API_KEY\" \\\n  -H \"Accept: application/json\" -H \"Content-Type: application/json\" \\\n  -d '{\"trading_symbol\":\"TATAMOTORS\",\"quantity\":10,\"validity\":\"DAY\",\"exchange\":\"NSE\",\"segment\":\"CASH\",\"product\":\"CNC\",\"order_type\":\"MARKET\",\"transaction_type\":\"BUY\"}' \\\n  \"https://api.groww.in/v1/order/create\"\n\n\nOrder Status:\n\ncurl -H \"Authorization: Bearer $GROWW_API_KEY\" -H \"Accept: application/json\" \\\n  \"https://api.groww.in/v1/order/detail/{groww_order_id}?segment=CASH\"\n\n\nCancel Order:\n\ncurl -X POST -H \"Authorization: Bearer $GROWW_API_KEY\" \\\n  -H \"Accept: application/json\" -H \"Content-Type: application/json\" \\\n  -d '{\"segment\":\"CASH\",\"groww_order_id\":\"ABC123\"}' \\\n  \"https://api.groww.in/v1/order/cancel\"\n\nStock Symbols\n\nUse NSE trading symbols:\n\nTATAMOTORS, RELIANCE, TCS, INFY, HDFCBANK\nWIPRO, ICICIBANK, SBIN, BHARTIARTL, ITC\nMarket Hours\nPre-open: 9:00 - 9:15 AM IST\nTrading: 9:15 AM - 3:30 PM IST\nMonday to Friday (except holidays)\nExample Queries\n\"Show my Groww portfolio\"\n\"What's TATAMOTORS price?\"\n\"Buy 10 RELIANCE shares\"\n\"Sell 5 TCS at limit 4200\"\n\"Cancel order ABC123\"\n\"Get historical data for INFY\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pushp1997/groww",
    "publisherUrl": "https://clawhub.ai/pushp1997/groww",
    "owner": "pushp1997",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/groww",
    "downloadUrl": "https://openagent3.xyz/downloads/groww",
    "agentUrl": "https://openagent3.xyz/skills/groww/agent",
    "manifestUrl": "https://openagent3.xyz/skills/groww/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/groww/agent.md"
  }
}