Use the hemkop CLI to search for grocery products, manage your cart, and browse stores on Hemköp
A CLI for interacting with Hemköp's grocery store API. Use this skill when the user wants to search for groceries, manage their shopping cart, or look up store information on Hemköp.
The CLI requires Hemköp credentials. They can be provided via:
HEMKOP_USERNAME and HEMKOP_PASSWORD-u <username> -p <password>.env file in the current directoryhemkop product search <query>
Returns a table of matching products with code, name, price, compare price, volume, and stock status.
hemkop product show <product-code>
Product codes follow the format {id}_{unit} where unit is ST (piece) or KG (kilogram).
hemkop store list [filter]
Optionally filter by store name or town.
hemkop store show <store-id>
hemkop cart list
hemkop cart add <product-code> [quantity]
Default quantity is 1.
hemkop cart remove <product-code>
hemkop cart clear
hemkop product search with broad queries; results are paginated (max 30 per search).