一键导入
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 页面并帮你完成安装。
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.
基于 SOC 职业分类
| 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).