Knuspr CLI for Openclaw

A powerful CLI-based automation skill for managing grocery shopping, cart items, and delivery slots on Knuspr.de.

lars147
v0.1.0
Feb 8, 2026
0
1.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install knuspr-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install knuspr-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Knuspr CLI?

The Knuspr CLI skill enables developers and users to interact with the Knuspr.de grocery delivery service directly through a command-line interface. Built as a pure-Python tool, it facilitates seamless product discovery, shopping list organization, and delivery window management without leaving the terminal. This Openclaw Skills integration focuses on productivity by streamlining the repetitive parts of grocery ordering while maintaining a safety-first approach to final checkouts.

Knuspr CLI Use Cases

  • Automating the addition of weekly essentials to a Knuspr shopping cart.
  • Searching for discounted items using the rette filter to save on grocery bills.
  • Monitoring and reserving specific delivery slots as soon as they become available.
  • Duplicating previous orders to quickly restock household supplies.
  • Organizing items into custom shopping lists for specific recipes or meal plans.

How Knuspr CLI Works

  1. Authenticate with the Knuspr service using email/password or environment variables.
  2. Execute product searches using various filters like bio or price sorting to find specific items.
  3. Add items to the digital cart or manage specialized shopping lists.
  4. List and reserve available delivery time slots based on preference.
  5. Review the cart total and items via the CLI before manually completing the purchase on the Knuspr website.

Knuspr CLI Setup

  1. Ensure Python 3.8+ is installed on your system.
  2. Authenticate your account by running:
python3 {baseDir}/knuspr_cli.py auth login
  1. Alternatively, configure your credentials using environment variables: KNUSPR_EMAIL and KNUSPR_PASSWORD.
  2. Ensure you meet the minimum order requirement of €39 before attempting to reserve slots.

Knuspr CLI Data Schema & Taxonomy

Data Type Description Key Fields
Products Search results and item details product_id, price, name, bio_status
Cart Active shopping session data total_price, item_count, product_list
Slots Available delivery windows slot_id, time_start, type (VIRTUAL/ON_TIME)
Lists User-created shopping templates list_id, list_name, item_count
Orders Historical purchase data order_id, date, status

Knuspr CLI Advanced Features

  • JSON-formatted output for easy parsing and integration with other Openclaw Skills scripts.
  • Advanced product filtering including bio-only and discounted rette items.
  • Support for both 15-minute ON_TIME and 1-hour VIRTUAL delivery slot reservations.
  • Bulk list-to-cart migration and order duplication for rapid replenishment.
  • Command-line cart clearing and list management for clean workspace maintenance.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*