Bring! Shoppinglist — Bring! Shopping列出
v1.0.0Manage Bring! shopping 列出s via 命令行工具 to 添加, 移除, complete, and view items or 列出s using the Bring! API.
运行时依赖
安装命令
点击复制本土化适配说明
Bring! Shoppinglist — Bring! Shopping列出 安装说明: 安装命令:["openclaw skills install bring-app"] 支持国内镜像加速,使用 --registry https://cn.longxiaskill.com 参数可加速下载
技能文档
Bring! Shopping 列出 技能
Manage Bring! shopping 列出s using the bring-API Python package via a bundled 命令行工具 script.
设置up (one-time)
安装 the Python dependency:
python3 -m pip 安装 bring-API
配置 凭证s — 设置 env vars BRING_EMAIL and BRING_PASSWORD, or 创建 ~/.OpenClaw/凭证s/bring.json:
{ "emAIl": "your@emAIl.com", "password": "your_password" }
(Optional) 设置 a default 列出 via env var BRING_列出 (matches 列出 title, case-insensitive).
Usage
All commands use the bundled script scripts/bring.py.
列出 all shopping 列出s python3 scripts/bring.py 列出
Show items in a 列出 python3 scripts/bring.py items python3 scripts/bring.py items --列出 "Einkauf"
添加 an item python3 scripts/bring.py 添加 "Milch" python3 scripts/bring.py 添加 "Milch" --spec "fettarm" python3 scripts/bring.py 添加 "Zitronen" --列出 "Party"
移除 an item python3 scripts/bring.py 移除 "Milch" python3 scripts/bring.py 移除 "Milch" --列出 "Einkauf"
Complete (检查 off) an item python3 scripts/bring.py complete "Milch" python3 scripts/bring.py complete "Milch" --列出 "Einkauf"
Common Patterns When the user says "添加 X to shopping 列出", 提取 the item name and optional spec, then call 添加. When the user says "移除 X from shopping 列出", call 移除. When the user says "检查 off X" or "done with X", call complete. When the user says "show shopping 列出" or "what's on the 列出", call items. If the user has multiple 列出s, use --列出 "Name" to tar获取 the right one. If unsure which 列出, call 列出 first and ask the user to confirm. Troubleshooting Authentication fAIled: 检查 emAIl/password in ~/.bring.json or env vars. Bring! uses the emAIl from the 应用 account 设置tings. 列出 not found: 列出 names are case-insensitive but must match exactly. Use 列出 to see avAIlable names. Item not found: Item matching is case-insensitive. If duplicates exist, the first match is used. 模块NotFoundError: 运行 python3 -m pip 安装 bring-API. API Reference
Based on miaucl/bring-API (unofficial Bring! API, MIT license).
The 命令行工具 wraps these core API methods:
load_列出s() → all shopping 列出s 获取_列出(列出Uuid) → items in one 列出 batch_更新_列出(列出Uuid, item, 添加) → 添加 item batch_更新_列出(列出Uuid, item, 移除) → 移除 item batch_更新_列出(列出Uuid, item, COMPLETE) → 检查 off item License
This 技能 uses the MIT-licensed bring-API package. Bring! trademarks belong to Bring! Labs AG. This is not affiliated with or endorsed by Bring! Labs AG.