ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

knuspr

Manage 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.

Why use this skill?

Automate your Knuspr.de grocery shopping with OpenClaw. Search products, manage carts, reserve delivery slots, and track orders via simple natural language commands.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lars147/knuspr-cli
Or

What This Skill Does

The Knuspr CLI skill allows OpenClaw users to interact directly with the Knuspr.de online grocery service. By leveraging the knuspr-cli Python tool, the agent can perform sophisticated operations such as searching for grocery items, managing shopping carts, reserving delivery slots, and tracking order histories. It acts as a bridge between the terminal and the Knuspr ecosystem, enabling users to orchestrate their grocery shopping through natural language commands without needing to navigate the website manually.

Installation

  1. Ensure your system meets the requirements: Python 3.8+ and access to the {baseDir} directory.
  2. Execute the following command in your OpenClaw terminal: clawhub install openclaw/skills/skills/lars147/knuspr-cli.
  3. Complete the authentication process by running python3 {baseDir}/knuspr_cli.py auth login or by setting your KNUSPR_EMAIL and KNUSPR_PASSWORD environment variables. Always ensure your minimum order value of €39 is met before attempting to finalize slots.

Use Cases

This skill is designed for busy households looking to automate their routine shopping. Common use cases include converting a saved 'Wocheneinkauf' shopping list into a live cart, quickly finding discounted items using the --rette flag to minimize waste, and securing a delivery window for the weekend. Users can also review previous orders to quickly repeat successful past purchases or compare prices across different product categories.

Example Prompts

  1. "Find some organic oat milk on Knuspr and add the cheapest option to my cart."
  2. "Show me all available delivery slots for Friday and reserve the earliest one."
  3. "Move my 'Wocheneinkauf' list items into the cart and tell me the total price."

Tips & Limitations

  • Safety First: The agent is strictly programmed to build carts and reserve slots only. It will never complete a purchase; you must always perform the final checkout manually on the website.
  • Efficiency: Always use the --json flag when interacting with the CLI; this allows the agent to parse responses accurately and provide you with data-driven answers.
  • Maintenance: Regularly verify your cart total using cart show to ensure you meet the minimum order requirements. Always confirm destructive actions, such as clearing a cart or deleting a list, to prevent accidental data loss.

Metadata

Author@lars147
Stars1656
Views0
Updated2026-02-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lars147-knuspr-cli": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#knuspr#groceries#automation#shopping#cli
Safety Score: 4/5

Flags: network-access, file-read, external-api