Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Austrian online grocery shopping via gurkerl.at. Use when user asks about "groceries", "Einkauf", "Lebensmittel bestellen", "Gurkerl", shopping cart, or wants to search/order food online in Austria.
Austrian online grocery shopping via gurkerl.at. Use when user asks about "groceries", "Einkauf", "Lebensmittel bestellen", "Gurkerl", shopping cart, or wants to search/order food online in Austria.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Command-line interface for gurkerl.at online grocery shopping (Austria only).
# Via Homebrew brew tap pasogott/tap brew install gurkerlcli # Or via pipx pipx install gurkerlcli
Login required before use: gurkerlcli auth login --email user@example.com --password xxx gurkerlcli auth whoami # Check login status gurkerlcli auth logout # Clear session Session is stored securely in macOS Keychain. Alternative: Environment variables export GURKERL_EMAIL=your-email@example.com export GURKERL_PASSWORD=your-password Or add to ~/.env.local for persistence.
gurkerlcli search "bio milch" gurkerlcli search "Γ€pfel" --limit 10 gurkerlcli search "brot" --json # JSON output for scripting
gurkerlcli cart list # View cart contents gurkerlcli cart add <product_id> # Add product gurkerlcli cart add <product_id> -q 3 # Add with quantity gurkerlcli cart remove <product_id> # Remove product gurkerlcli cart clear # Empty cart (asks for confirmation) gurkerlcli cart clear --force # Empty cart without confirmation
gurkerlcli lists list # Show all lists gurkerlcli lists show <list_id> # Show list details gurkerlcli lists create "Wocheneinkauf" # Create new list gurkerlcli lists delete <list_id> # Delete list
gurkerlcli orders list # View past orders
gurkerlcli cart list Output: π Shopping Cart βββββββββββββββββββββββββββββββββββ¬βββββββββββββββ¬ββββββββββββββββ¬βββββββββββ β Product β Qty β Price β Subtotal β βββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββββββββββΌβββββββββββ€ β π₯ nΓΆm BIO-Vollmilch 3,5% β 2x 1.0 l β β¬1.89 β β¬1.70 β β¬3.40 β β π§ Bergbaron β 1x 150 g β β¬3.99 β β¬3.99 β βββββββββββββββββββββββββββββββββββΌβββββββββββββββΌββββββββββββββββΌβββββββββββ€ β β β Total: β β¬7.39 β βββββββββββββββββββββββββββββββββββ΄βββββββββββββββ΄ββββββββββββββββ΄βββββββββββ β οΈ Minimum order: β¬39.00 (β¬31.61 remaining)
# Find product gurkerlcli search "hafermilch" # Add to cart (use product ID from search results) gurkerlcli cart add 123456 -q 2
# List cart to see product IDs gurkerlcli cart list --json | jq '.items[].product_id' # Remove specific product gurkerlcli cart remove 123456
Use --debug flag for verbose output: gurkerlcli cart add 12345 --debug gurkerlcli cart remove 12345 --debug
Minimum order: β¬39.00 for delivery Delivery slots: Check gurkerl.at website for available times Sale items: Prices with arrows (β¬1.89 β β¬1.70) indicate discounts JSON output: Use --json flag for scripting/automation
β³ Checkout not yet implemented (use website) π¦πΉ Austria only (Vienna, Graz, Linz areas) π Requires active gurkerl.at account
v0.1.6 - Fix cart remove (use DELETE instead of POST) v0.1.5 - Fix cart add for existing items (use POST instead of PUT)
gurkerl.at GitHub Repository
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.