بنقرة واحدة
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).