recipe-to-cart
Installation
SKILL.md
Recipe to Cart
Add all product-linked items from saved recipes directly to the user's cart. Supports multiple recipes in one command with automatic deduplication — shared items (like milk across "Weekly Staples" and "Taco Tuesday") are only added once.
Important: Cart Limitations
The Kroger API is write-only for cart operations. This CLI can add items to the cart but cannot read or verify cart contents. Always remind the user to review their cart on the store website before checkout.
Commands
# Add a single recipe to cart
grocer-cli cart add-recipe 1
# Add multiple recipes (duplicates skipped automatically)
grocer-cli cart add-recipe 1 2 3
# Skip pantry check
grocer-cli cart add-recipe 1 2 --no-check