/install knuspr-cli
Knuspr CLI Skill
Interact with Knuspr.de (German grocery delivery) using knuspr-cli — a pure-Python CLI bundled in this skill at {baseDir}/knuspr_cli.py.
Setup
- Python 3.8+ required (no external dependencies)
- Login:
python3 {baseDir}/knuspr_cli.py auth login(or setKNUSPR_EMAIL+KNUSPR_PASSWORDenv vars) - Minimum order: €39
Critical Rules
- NEVER complete a purchase — Only build cart + reserve slot. Always tell the user to review and checkout themselves via
cart openor the Knuspr website/app. - Always use
--jsonfor parsing output programmatically. - Confirm before destructive actions (cart clear, list delete, slot release).
- Show prices and totals when adding to cart so the user stays informed.
CLI Usage
python3 {baseDir}/knuspr_cli.py \x3Cresource> \x3Caction> [options]
Core Workflows
Search & Add to Cart
# 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 \x3Cproduct_id> -q \x3Cquantity>
python3 {baseDir}/knuspr_cli.py cart show --json # verify cart & total
Delivery Slots
python3 {baseDir}/knuspr_cli.py slot list --detailed --json # show available slots with IDs
python3 {baseDir}/knuspr_cli.py slot reserve \x3Cslot_id> # reserve a 15-min ON_TIME slot
python3 {baseDir}/knuspr_cli.py slot reserve \x3Cslot_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!)
Shopping Lists
python3 {baseDir}/knuspr_cli.py list show --json # all lists
python3 {baseDir}/knuspr_cli.py list show \x3Clist_id> --json # products in a list
python3 {baseDir}/knuspr_cli.py list create "Wocheneinkauf"
python3 {baseDir}/knuspr_cli.py list add \x3Clist_id> \x3Cproduct_id>
python3 {baseDir}/knuspr_cli.py list to-cart \x3Clist_id> # move entire list to cart
python3 {baseDir}/knuspr_cli.py list duplicate \x3Clist_id> # duplicate a list
Order History & Reorder
python3 {baseDir}/knuspr_cli.py order list --json
python3 {baseDir}/knuspr_cli.py order show \x3Corder_id> --json
python3 {baseDir}/knuspr_cli.py order repeat \x3Corder_id> # add all items to cart
Full Command Reference
For all commands, options, and flags see {baseDir}/references/commands.md.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install knuspr-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/knuspr-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1047 次。
如何安装 Knuspr?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install knuspr-cli」即可一键安装,无需额外配置。
Knuspr 是免费的吗?
是的,Knuspr 完全免费(开源免费),可自由下载、安装和使用。
Knuspr 支持哪些平台?
Knuspr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Knuspr?
由 Lars147(@lars147)开发并维护,当前版本 v0.1.0。