AgentPMT

Kroger Grocery Order From Google Sheet

Saves ~25 min
Remixed from Kroger Grocery Order From List Photo (original by firef1ie)

Details

Reads your grocery list from a Google Sheet, searches Kroger for each item to find the best-priced match, adds them to your Kroger cart, then sends you a notification that your order is ready for checkout.

Tools In This Workflow

Workflow Steps

  1. 1Fetch Grocery List from Google Sheet
  2. 2Parse Grocery Items
  3. 3For Each Grocery Item
  4. 4Search Kroger for Item
  5. 5Select Best Priced Match
  6. 6Add Item to Kroger Cart
  7. 7Update Sheet with Results
  8. 8Send Completion Notification
Step 1 of 8
Tool1

Fetch Grocery List from Google Sheet

Read the user's grocery list Google Sheet. Look for a sheet or spreadsheet named 'grocery list' (or as specified by the user). Read all rows containing grocery items. Expect columns for item name and optionally quantity, unit, and notes/brand preferences. Return the full contents of the sheet so items can be parsed in the next step.

Fetch Grocery List from Google Sheet

Frequently Asked Questions

How do I connect this workflow to my local agent like OpenClaw or Claude Code?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How do I trigger this workflow?

Agent prompt

Call the AgentPMT-Workflow-Skills tool with action 'get_workflow_skill' and skill_id 699bbdea59d1eba203cdc798 ("Kroger Grocery Order From Google Sheet").

Looking for help integrating AI into your business? Set up a free consultation.