/install bring
Bring Shopping List Integration
Interact with Bring! shopping lists to manage groceries and shopping items.
Prerequisites
The bring-shopping npm package must be installed:
npm install -g bring-shopping
Initial Setup
Before first use, configure Bring credentials:
./bring configure \x3Cemail> \x3Cpassword>
Credentials are stored in ~/.openclaw/bring/config.json.
Common Operations
List All Shopping Lists
Get all available shopping lists with their UUIDs:
./bring lists
Output includes list names, UUIDs, and themes.
Find a List by Name
Search for a list by partial name match:
./bring findlist "Home"
./bring findlist "Groceries"
Returns matching lists with their UUIDs.
View List Items
Show all items in a shopping list:
./bring items \x3ClistUuid>
Or use the default list (if set):
./bring items
Returns items to purchase and recently purchased items.
Add Items
Add an item to a shopping list:
./bring add \x3ClistUuid> "\x3Citem-name>" "\x3Coptional-note>"
Examples:
./bring add abc-123 "Latte" "2 litri"
./bring add abc-123 "Pane"
Tip: Use item names that match what you already use in the Bring app to ensure icons appear.
Remove Items
Remove an item from a shopping list (moves to recent list):
./bring remove \x3ClistUuid> "\x3Citem-name>"
Set Default List
Set a default list UUID to avoid passing it each time:
./bring setdefault \x3ClistUuid>
After setting default, you can use ./bring items without specifying listUuid.
Manage List Languages
Set the language for a list (for reference):
./bring setlang \x3ClistUuid> it-IT
./bring setlang \x3ClistUuid> es-ES
./bring setlang \x3ClistUuid> en-US
Get the configured language:
./bring getlang \x3ClistUuid>
Supported locales: en-US, it-IT, es-ES, de-DE, fr-FR
Workflow Examples
Adding to a Named List
When user says "Add milk to the Home list":
-
Find the list:
./bring findlist "Home" -
Check what language/names are used in that list:
./bring items \x3ClistUuid> -
Add using the appropriate name (match existing items):
./bring add \x3ClistUuid> "Latte" # If list uses Italian # or ./bring add \x3ClistUuid> "Milk" # If list uses English
Checking What's Needed
When user asks "What's on my shopping list?":
./bring items \x3ClistUuid>
Or if default is set:
./bring items
Parse and present items in a readable format.
Marking Items as Purchased
When user says "Remove milk from the list":
./bring remove \x3ClistUuid> "Latte"
Multilingual Families
For families using multiple languages:
- Check existing items in each list to see what language is used
- Use consistent naming - match the names already in the list
- Set list language with
setlangfor reference - Learn from context - if a list has "Latte", "Pane", "Uova", it's Italian
The Bring app automatically shows icons when item names match its catalog. To ensure icons appear, use names that match what the Bring app recognizes for that language.
Technical Details
- The
bringwrapper script sets NODE_PATH for the npm package - Configuration stored in
~/.openclaw/bring/config.json - Session authenticated via email/password
- Lists can be shared among family members
- Changes sync in real-time across all devices
Notes
- Item names are case-sensitive
- The "remove" command moves items to "recent" list (not permanent deletion)
- Multiple family members can share lists
- Each list can use different language conventions
- Match item names to what's already in your lists for best icon support
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bring - 安装完成后,直接呼叫该 Skill 的名称或使用
/bring触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Bring! Shopping Lists 是什么?
Manage Bring! shopping lists - view, add, and remove grocery items from shared shopping lists. Use when the user wants to interact with their Bring! shopping list app, add groceries, check what's on the list, or remove items after shopping. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1338 次。
如何安装 Bring! Shopping Lists?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bring」即可一键安装,无需额外配置。
Bring! Shopping Lists 是免费的吗?
是的,Bring! Shopping Lists 完全免费(开源免费),可自由下载、安装和使用。
Bring! Shopping Lists 支持哪些平台?
Bring! Shopping Lists 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bring! Shopping Lists?
由 GrewingM(@grewingm)开发并维护,当前版本 v1.0.0。