AgentPMT

Kroger Grocery Order From List Photo

Saves ~25 min
Remixed from Kroger Grocery Auto-Order from Google Doc (original by firef1ie)

Details

Upload a photo of your handwritten or printed grocery list, and the agent will extract the items using OCR, search Kroger for each item to find the best-priced match, add them to your Kroger cart, then send you a notification that your order is ready for checkout.

Tools In This Workflow

Workflow Steps

  1. 1Upload Grocery List Photo to File Management
  2. 2Extract Text via OCR
  3. 3Parse Grocery Items
  4. 4For Each Grocery Item
  5. 5Search Kroger for Item
  6. 6Select Best Priced Match
  7. 7Add Item to Kroger Cart
  8. 8Send Completion Notification
Step 1 of 8
Tool1

Upload Grocery List Photo to File Management

Upload the user's grocery list photo with File Management using action 'upload_standard'. The user will provide an image file of a handwritten or printed grocery list. Save the returned file_id and any available URL so it can be passed to the OCR step.

Upload Grocery List Photo to File Management

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 6999205cc82e9d41dc77fb0e ("Kroger Grocery Order From List Photo").

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