AgentPMT

Kroger Grocery Auto-Order from Google Doc

Saves ~25 min

Details

Reads your Google Doc named grocery list, searches Kroger for each item to find the best-priced match, adds them to your Kroger cart, checks off completed items in the Google Doc, then sends you a notification that your order is ready.

Tools In This Workflow

Workflow Steps

  1. 1Fetch Grocery List Doc
  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. 7Check Off Items in Google Doc
  8. 8Send Completion Notification
Step 1 of 8
Tool1

Fetch Grocery List Doc

Search for the Google Doc named 'grocery list' and retrieve its full content. Extract all line items as a list of grocery items to shop for. Handle bullet points, numbered lists, checkboxes, and plain text lines. Output a structured list of items with their names and quantities (default quantity to 1 if not specified). Ignore any items that are already checked off or marked as done.

Fetch Grocery List Doc

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 699679ace6055740810375df ("Kroger Grocery Auto-Order from Google Doc").

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