# Send Gurkerl.at Grocery Shopping to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gurkerl",
    "name": "Gurkerl.at Grocery Shopping",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/florianbeer/gurkerl",
    "canonicalUrl": "https://clawhub.ai/florianbeer/gurkerl",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gurkerl",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gurkerl",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "gurkerl",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T01:35:33.956Z",
      "expiresAt": "2026-05-11T01:35:33.956Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gurkerl",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gurkerl",
        "contentDisposition": "attachment; filename=\"gurkerl-1.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gurkerl"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gurkerl"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gurkerl",
    "downloadUrl": "https://openagent3.xyz/downloads/gurkerl",
    "agentUrl": "https://openagent3.xyz/skills/gurkerl/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gurkerl/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gurkerl/agent.md"
  }
}
```
## Documentation

### Gurkerl.at MCP Skill

Austrian grocery delivery service (part of Rohlik Group). Search products, manage your cart, view orders, browse recipes, and more.

Note: This skill uses Gurkerl's official MCP server. The same approach works for other Rohlik Group brands (Rohlik.cz, Knuspr.de, Kifli.hu) — just change the MCP URL in the script.

### Setup

Set environment variables:

export GURKERL_EMAIL="your@email.com"
export GURKERL_PASS="your-password"

For persistent access, add to ~/.config/systemd/user/clawdbot-gateway.service.d/gurkerl.conf:

[Service]
Environment="GURKERL_EMAIL=your@email.com"
Environment="GURKERL_PASS=your-password"

### CLI Usage

# Search products (German keywords)
gurkerl search_products '{"keyword":"Milch"}'
gurkerl search_products '{"keyword":"Bio Eier","sort_type":"orderPriceAsc"}'

# Get cart
gurkerl get_cart

# Add to cart
gurkerl add_items_to_cart '{"items":[{"productId":1234567,"quantity":2}]}'

# View orders
gurkerl fetch_orders '{"limit":3}'
gurkerl fetch_orders '{"order_type":"upcoming"}'

# Search recipes
gurkerl search_recipes_by_vector_similarity '{"query":"vegetarisch schnell"}'

### Products & Search

ToolDescriptionsearch_productsSearch by keyword, filters, sort. Use German keywords.get_products_details_batchGet details for multiple product IDsget_product_compositionNutritional info, allergens, ingredientsget_category_productsBrowse products in a categoryget_main_categoriesList store categoriesget_brands_navigationList available brands

### Cart

ToolDescriptionget_cartView current cartadd_items_to_cartAdd products: {"items":[{"productId":123,"quantity":1}]}update_cart_itemChange quantity: {"product_id":123,"quantity":3}remove_cart_itemRemove item: {"product_id":123}clear_cartEmpty entire cart

### Orders

ToolDescriptionfetch_ordersGet order history. Params: limit, order_type (delivered/upcoming/both), date_from, date_torepeat_orderReorder: {"order_id":12345678}cancel_orderCancel upcoming order (two-step: first customer_confirmed:false, then true)get_alternative_timeslotsGet available delivery timeschange_order_timeslotChange delivery slot

### Recipes

ToolDescriptionsearch_recipes_by_vector_similaritySemantic recipe searchget_recipe_detailFull recipe with ingredients mapped to productsgenerate_recipe_with_ingredients_searchAI-generated recipes with product matchesget_recipes_navigationBrowse recipe categories

### User & Favorites

ToolDescriptionget_user_infoAccount profileget_user_creditsAvailable credits/vouchersget_user_addressesSaved delivery addressesget_all_user_favoritesAll favorited productsget_user_shopping_lists_previewList all shopping listsget_user_shopping_list_detailView list contentscreate_shopping_listCreate new listadd_products_to_shopping_listAdd product to list

### Customer Care

ToolDescriptionsubmit_claimFile warranty claim for missing/damaged itemsget_customer_support_contact_infoPhone, email, WhatsAppget_user_reusable_bags_infoCheck bag deposit statusadjust_user_reusable_bagsCorrect bag count

### Other

ToolDescriptioncalculate_average_user_orderGenerate typical order from historyget_faq_contentFAQ for: general, xtra_general, xtra_price, baby_club, christmasfetch_all_job_listingsCareer opportunities

### Search Tips

Use German keywords for Austrian Gurkerl: "Milch", "Brot", "Eier", "Käse"
Filters available: news (new products), sales (on sale)
Sort: orderPriceAsc, orderPriceDesc, recommended (default)
Include nutrition: "include_nutritions":true
Include allergens: "include_allergens":true

### Weekly Shopping

# Check what's on sale
gurkerl search_products '{"filters":[{"filterSlug":"sales","valueSlug":"sales"}]}'

# Add milk to cart
gurkerl search_products '{"keyword":"Milch"}'  # Get product ID
gurkerl add_items_to_cart '{"items":[{"productId":MILK_ID,"quantity":2}]}'

# Review cart
gurkerl get_cart

### Reorder Last Order

gurkerl fetch_orders '{"limit":1}'  # Get order ID
gurkerl repeat_order '{"order_id":ORDER_ID}'

### Find Recipe & Add Ingredients

gurkerl search_recipes_by_vector_similarity '{"query":"schnelles Abendessen"}'
gurkerl get_recipe_detail '{"recipe_id":RECIPE_ID,"include_product_mapping":true}'
# Add matched products to cart
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: florianbeer
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T01:35:33.956Z
- Expires at: 2026-05-11T01:35:33.956Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gurkerl)
- [Send to Agent page](https://openagent3.xyz/skills/gurkerl/agent)
- [JSON manifest](https://openagent3.xyz/skills/gurkerl/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gurkerl/agent.md)
- [Download page](https://openagent3.xyz/downloads/gurkerl)