gurkerlcliAustrian 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.
Install via ClawdBot CLI:
clawdbot install pasogott/gurkerlcliCommand-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
--json flag for scripting/automationAI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip, monitoring competitor pricing, tracking price history, identifying arbitrage opportunities, or setting automated price alerts.
Shopify integration - currently under maintenance. Contact founders@maton.ai for assistance.
Find and compare products online (Google Shopping) and locally (stores near you). Auto-selects best products based on price, ratings, availability, and preferences. Generates shopping list with buy links and store locations. Use when asked to shop for products, find best deals, compare prices, or locate items locally. Supports budget constraints (low/medium/high or "$X"), preference filtering (brand, features, color), and dual-mode search (online + local stores).
Monitor CamelCamelCamel price drop alerts via RSS and send Telegram notifications when items go on sale. Use when setting up automatic price tracking for Amazon products with CamelCamelCamel price alerts.
Navigate Amazon for buying, selling, and affiliating using price tracking, listing optimization, deal analysis, and affiliate link management.
Manage Shopify store data including orders, products, variants, customers, inventory, fulfillments, refunds, returns, and transactions via the Admin REST API.