knuspr-cliManage grocery shopping on Knuspr.de via the knuspr-cli. Use for product search, cart management, delivery slot reservation, shopping lists, order history, deals, favorites, and meal suggestions. Trigger when the user mentions Knuspr, groceries, Einkauf, Lebensmittel, Warenkorb, Lieferslot, or shopping list tasks.
Install via ClawdBot CLI:
clawdbot install Lars147/knuspr-cliInteract with Knuspr.de (German grocery delivery) using knuspr-cli β a pure-Python CLI bundled in this skill at {baseDir}/knuspr_cli.py.
python3 {baseDir}/knuspr_cli.py auth login (or set KNUSPR_EMAIL + KNUSPR_PASSWORD env vars)cart open or the Knuspr website/app.--json for parsing output programmatically.python3 {baseDir}/knuspr_cli.py <resource> <action> [options]
# Search products (use --json for parsing)
python3 {baseDir}/knuspr_cli.py product search "Hafermilch" --json
python3 {baseDir}/knuspr_cli.py product search "KΓ€se" --bio --sort price_asc --json
python3 {baseDir}/knuspr_cli.py product search "Joghurt" --rette --json # discounted items
# Add to cart
python3 {baseDir}/knuspr_cli.py cart add <product_id> -q <quantity>
python3 {baseDir}/knuspr_cli.py cart show --json # verify cart & total
python3 {baseDir}/knuspr_cli.py slot list --detailed --json # show available slots with IDs
python3 {baseDir}/knuspr_cli.py slot reserve <slot_id> # reserve a 15-min ON_TIME slot
python3 {baseDir}/knuspr_cli.py slot reserve <slot_id> --type VIRTUAL # 1-hour window
python3 {baseDir}/knuspr_cli.py slot current --json # check current reservation
python3 {baseDir}/knuspr_cli.py slot release # cancel reservation (ask first!)
python3 {baseDir}/knuspr_cli.py list show --json # all lists
python3 {baseDir}/knuspr_cli.py list show <list_id> --json # products in a list
python3 {baseDir}/knuspr_cli.py list create "Wocheneinkauf"
python3 {baseDir}/knuspr_cli.py list add <list_id> <product_id>
python3 {baseDir}/knuspr_cli.py list to-cart <list_id> # move entire list to cart
python3 {baseDir}/knuspr_cli.py list duplicate <list_id> # duplicate a list
python3 {baseDir}/knuspr_cli.py order list --json
python3 {baseDir}/knuspr_cli.py order show <order_id> --json
python3 {baseDir}/knuspr_cli.py order repeat <order_id> # add all items to cart
For all commands, options, and flags see {baseDir}/references/commands.md.
Generated Feb 24, 2026
A professional uses the skill to search for products like 'Hafermilch' or 'KΓ€se' with filters such as --bio for organic options, add items to their cart, and reserve a delivery slot for convenience. They rely on cart totals and slot details to plan their week efficiently without manual browsing.
A user creates shopping lists like 'Wocheneinkauf' for meal prep, adds products from search results, and duplicates lists for recurring needs. They can move entire lists to the cart and use deals (--rette) to save money, streamlining grocery organization.
Families or individuals use order history to repeat past orders, adding all items to the cart quickly. They check available delivery slots and reserve one, ensuring timely restocking of essentials like 'Joghurt' without re-searching products.
A budget-conscious shopper searches for discounted items using --rette, sorts by price_asc to find affordable options, and adds them to the cart while monitoring totals. They reserve delivery slots strategically to minimize costs and avoid purchase completion as per rules.
Someone planning an event uses the skill to list detailed delivery slots, reserve a VIRTUAL type slot for a wider window, and manage cart items for bulk purchases. They confirm actions before releasing slots to avoid errors, ensuring smooth logistics.
Offer premium memberships with benefits like priority slot reservations, exclusive deals, and automated list management. Revenue comes from monthly fees and partnerships with brands for featured products in searches.
License the knuspr-cli tool to other grocery platforms or apps, enabling them to integrate Knuspr.de functionalities. Revenue is generated through licensing fees and support services for customization and maintenance.
Analyze user search and purchase data from the skill to provide insights on shopping trends, such as popular products or peak slot times. Revenue streams include selling anonymized reports to retailers and advertisers for targeted marketing.
π¬ Integration Tip
Integrate with calendar apps to sync delivery slots and set up environment variables for automated login to streamline user authentication.
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.