kroger-search
SKILL.md
Product Search
Search the product catalog by keyword via the configured grocery chain.
Commands
# Basic search
grocer-cli search "organic milk"
# Search with filters
grocer-cli search "chicken breast" --brand "Simple Truth" --limit 5
# Get details for a specific product
grocer-cli product <productId>
Requirements
- grocer-cli must be installed (
npm install -g grocer-cli) - Grocery chain must be configured (
grocer-cli init) - User must be authenticated (
grocer-cli login) - A preferred store location should be set for accurate pricing (
grocer-cli locations <zip> --set)
Workflow
- Run
grocer-cli search "<term>"with the user's query - Present results with product IDs, descriptions, and prices
- If the user wants more details, run
grocer-cli product <productId> - Note the UPC/product ID for use with cart or recipe commands
Weekly Installs
1
Repository
sieteunoseis/grocer-cliFirst Seen
13 days ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
warp1