kroger-api-skillSearch Kroger/QFC products, manage cart, check pickup availability, and create pickup orders using the official Kroger API.
Install via ClawdBot CLI:
clawdbot install jasonahorn/kroger-api-skillSkill for searching Kroger/QFC products, managing cart, checking pickup availability, and creating pickup orders.
Uses official Kroger API. QFC chain ID: 213.
product.compact locations.read fulfillment.readwrite orders.pickup.createstate.json: add client_id, client_secret, chain_id: \"213\"python3 scripts/client.py --state state.json oauth-urlpython3 scripts/client.py --state state.json oauth-exchange ABC123Run from workspace root:
python3 kroger-api.skill/scripts/client.py search \"milk\" --chain-id 213 --limit 5
Output: JSON products with id (UPC), attributes.description, attributes.brand etc.
python3 kroger-api.skill/scripts/client.py locations 98101 --chain-id 213
Output: locations with id, attributes.address.addressLine1 etc.
python3 kroger-api.skill/scripts/client.py cart-add 0001111101001 2 # UPC qty
python3 kroger-api.skill/scripts/client.py cart-get
python3 kroger-api.skill/scripts/client.py cart-clear
python3 kroger-api.skill/scripts/client.py availability LOC123 --items '[{"upc":"UPC","quantity":1}]'
python3 kroger-api.skill/scripts/client.py order-create LOC123 \"2026-02-14T10:00:00Z\" --items '[{"upc":"UPC","quantity":1}]'
Create grocery-list.txt:
milk
bread
eggs
python3 kroger-api.skill/scripts/client.py grocery --zip 98101
Lists items & locations. Agent: for each item search, pick UPC (e.g. first result), add_to_cart, then availability, order.
state.json: tokens, cart, location_id.
Package as kroger-api.skill/
Generated Mar 1, 2026
An AI agent helps users build and manage grocery lists by searching for products, adding items to a cart, and checking availability at nearby stores. It streamlines the process of preparing for pickup orders, reducing time spent on manual searches and cart management.
Integrate with meal planning apps to automatically generate grocery lists based on recipes, then use this skill to search for ingredients, add them to a cart, and schedule pickup orders. This enhances user convenience by linking meal ideas directly to grocery procurement.
A subscription service uses this skill to curate and order grocery items for customers based on preferences or dietary needs. It automates product selection, cart management, and order creation for regular deliveries, improving operational efficiency.
Companies integrate this skill into wellness platforms to help employees order healthy groceries for pickup. It supports bulk ordering for office events or individual use, promoting healthy eating habits through seamless grocery access.
Small businesses or community groups use this skill to check product availability and place pickup orders at Kroger/QFC locations for supplies or events. It aids in inventory planning and reduces last-minute shopping trips.
Offer a basic free version for personal grocery management, with premium features like advanced meal planning integration, bulk ordering, and priority support for a subscription fee. Revenue comes from monthly or annual subscriptions from individual users and families.
License this skill to other retailers or grocery chains as a white-label solution to enhance their own apps with AI-powered shopping features. Revenue is generated through licensing fees and custom integration services for businesses looking to improve customer experience.
Monetize by integrating affiliate links or promotions for specific products within the skill, earning commissions on purchases made through the AI agent. Partner with brands for sponsored product placements to drive sales and generate additional income.
💬 Integration Tip
Ensure proper OAuth setup and token management to handle API authentication seamlessly; test with sample grocery lists to validate the workflow from search to order creation.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Scaffold, test, document, and debug REST and GraphQL APIs. Use when the user needs to create API endpoints, write integration tests, generate OpenAPI specs, test with curl, mock APIs, or troubleshoot HTTP issues.
Search for jobs across LinkedIn, Indeed, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, and BDJobs using the JobSpy MCP server.