instacart-automation

Automate Instacart operations and task workflows through the Rube MCP integration.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill instacart-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instacart-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/instacart-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill instacart-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need for manual interaction with the Instacart interface by providing a structured, automated pathway to execute operations via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically query available Instacart tools and schemas to ensure compatibility before execution.
  • Connection Management: Verify and maintain active authentication sessions for seamless tool interaction.
  • Workflow Execution: Perform multi-step Instacart tasks using a standardized execution pattern that includes memory and session management.

Quick Start

Use the instacart-automation skill to search for available tools and execute a grocery management task.

Frequently Asked Questions about instacart-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find available Instacart tools?

Call the RUBE_SEARCH_TOOLS function with an Instacart-specific use case query to retrieve a list of available tool slugs, input schemas, and recommended execution plans.

How do I verify my Instacart connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'instacart' toolkit parameter to check if your connection is currently ACTIVE before attempting any automated workflows.

Can I reuse session IDs for different tasks?

Reuse session IDs within a single, continuous workflow to maintain state, but generate new session IDs for distinct, unrelated tasks to ensure clean execution and error tracking.

What should I do if tool execution fails?

Verify that your connection status is ACTIVE, ensure your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS, and confirm that the memory parameter is included in your call.