find-store
Installation
SKILL.md
Find Store
Search for grocery stores near a zip code using the grocer-cli tool.
Commands
# Search for stores near a zip code
grocer-cli locations <zip>
# Find and set the closest store as preferred
grocer-cli locations <zip> --set
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)