원클릭으로
hemkop
Use the hemkop CLI to search for grocery products, manage your cart, and browse stores on Hemköp
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use the hemkop CLI to search for grocery products, manage your cart, and browse stores on Hemköp
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use the coop-cli tool to search for grocery products, manage shopping carts, and find stores on Coop.se (Swedish grocery chain). Activate when the user wants to shop for groceries, search for food products, manage a Coop shopping cart, or find Coop stores.
Manages grocery shopping at Willys.se. Search for products, browse categories, and manage a shopping cart. Use when the user wants to find groceries, add/remove items from their Willys cart, or view their cart.
| name | hemkop |
| description | 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).