instacart-automation

Automate Instacart tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:34

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-instacart-automation&locale=en&source=copy

Instacart Automation — Deliveries Automation via Rube MCP

Skills Overview

Instacart Automation is a Claude skill built on Rube MCP that lets you automatically manage your Instacart account, batch-process orders, and optimize delivery workflows—without needing an API key.

Use Cases

  • Batch Order Processing: Automatically create, modify, and cancel multiple Instacart orders. Ideal for shopper agencies and delivery companies that need to handle large volumes of orders. With RUBE_MULTI_EXECUTE_TOOL, you can execute multiple actions at once, significantly improving efficiency.
  • Delivery Business Automation: Provides automation solutions for individual shoppers and small delivery teams, including repetitive tasks such as product search, order tracking, and status updates—so delivery personnel can focus on service quality and customer communication.
  • Data Synchronization and Monitoring: Retrieve Instacart account data, order history, and product information in real time. Supports integration with other systems, making it suitable for e-commerce operations scenarios that require unified data management across multiple platforms.
  • Core Features

  • Dynamic Tool Discovery: Uses RUBE_SEARCH_TOOLS to automatically fetch the latest Instacart tool schema and execution plans, eliminating the need to manually maintain a tool list. When the Instacart API updates, the skill automatically adapts to the latest available operations.
  • Connection Management: Use RUBE_MANAGE_CONNECTIONS to easily establish and manage Instacart account connections. Supports connection status checks and reauthorization to ensure reliable workflow execution.
  • Batch Task Execution: Leverages RUBE_MULTI_EXECUTE_TOOL and a session reuse mechanism to execute multiple Instacart actions within a single call. It also preserves context within the workflow, enabling complex automation scenarios.
  • FAQ

    What is Rube MCP? Do I need an API key?

    Rube MCP is a free MCP server provided by Composio. You only need to add https://rube.app/mcp as the server address in your Claude client configuration. No account registration or API key is required.

    How do I get started with Instacart Automation?

    First, confirm that Rube MCP is connected (call RUBE_SEARCH_TOOLS to verify). Then use RUBE_MANAGE_CONNECTIONS and specify the toolkit as instacart to create the connection. If the connection status is not ACTIVE, complete login by following the authorization link returned.

    Will the tool schema change?

    Yes. Instacart’s available operations and parameter structures may be updated. Therefore, before each workflow execution, you should call RUBE_SEARCH_TOOLS to get the latest tool schema instead of hard-coding tool names and parameters—this ensures compatibility.