Bring! Shopping Lists
/install bring-shopping-list
Bring! Shopping List
Manage a Bring! shopping list — add items, remove items, mark items as completed, and check what's on the list.
Setup
- Install uv if not already installed
- Set environment variables for your Bring! account:
Or add them to aexport BRING_EMAIL="[email protected]" export BRING_PASSWORD="your-password".envfile in your project root.
If you use Google login for Bring!, go to your Bring! account settings and set a separate password first.
Usage
All commands use bring.py in this skill's directory. Adjust the path based on where you installed the skill.
With uv (recommended)
uv run --with bring-api --with python-dotenv python bring.py list --json
uv run --with bring-api --with python-dotenv python bring.py add "Milk" "Eggs" "Butter:Irish"
uv run --with bring-api --with python-dotenv python bring.py remove "Milk"
uv run --with bring-api --with python-dotenv python bring.py complete "Eggs"
With pip
pip install -r requirements.txt
python bring.py list --json
python bring.py add "Milk" "Eggs" "Butter:Irish"
python bring.py remove "Milk"
python bring.py complete "Eggs"
Handling Requests
-
Parse the user's message for:
- Items to add ("add milk and eggs to the list")
- Items to remove ("remove milk from the list")
- Checking the list ("what's on the shopping list?")
- Item details/specs ("milk, but low fat" ->
Milk:low fat)
-
Run the appropriate CLI command
-
Confirm the action naturally
Notes
- Requires
BRING_EMAILandBRING_PASSWORDenvironment variables - Items can have optional specs via colon syntax:
name:specification - Uses the first (default) shopping list in the account
- Dependencies (
bring-api,python-dotenv) are handled inline byuv run --with, or viapip install -r requirements.txt
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bring-shopping-list - 安装完成后,直接呼叫该 Skill 的名称或使用
/bring-shopping-list触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Bring! Shopping Lists 是什么?
Manage your Bring! shopping list by adding, removing, completing items, or checking the current groceries via your Bring! account. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 570 次。
如何安装 Bring! Shopping Lists?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bring-shopping-list」即可一键安装,无需额外配置。
Bring! Shopping Lists 是免费的吗?
是的,Bring! Shopping Lists 完全免费(开源免费),可自由下载、安装和使用。
Bring! Shopping Lists 支持哪些平台?
Bring! Shopping Lists 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bring! Shopping Lists?
由 Johann Zahlmann(@zahlmann)开发并维护,当前版本 v1.0.0。