bringManage 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.
Install via ClawdBot CLI:
clawdbot install GrewingM/bringInteract with Bring! shopping lists to manage groceries and shopping items.
The bring-shopping npm package must be installed:
npm install -g bring-shopping
Before first use, configure Bring credentials:
./bring configure <email> <password>
Credentials are stored in ~/.openclaw/bring/config.json.
Get all available shopping lists with their UUIDs:
./bring lists
Output includes list names, UUIDs, and themes.
Search for a list by partial name match:
./bring findlist "Home"
./bring findlist "Groceries"
Returns matching lists with their UUIDs.
Show all items in a shopping list:
./bring items <listUuid>
Or use the default list (if set):
./bring items
Returns items to purchase and recently purchased items.
Add an item to a shopping list:
./bring add <listUuid> "<item-name>" "<optional-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 an item from a shopping list (moves to recent list):
./bring remove <listUuid> "<item-name>"
Set a default list UUID to avoid passing it each time:
./bring setdefault <listUuid>
After setting default, you can use ./bring items without specifying listUuid.
Set the language for a list (for reference):
./bring setlang <listUuid> it-IT
./bring setlang <listUuid> es-ES
./bring setlang <listUuid> en-US
Get the configured language:
./bring getlang <listUuid>
Supported locales: en-US, it-IT, es-ES, de-DE, fr-FR
When user says "Add milk to the Home list":
./bring findlist "Home"
./bring items <listUuid>
./bring add <listUuid> "Latte" # If list uses Italian
# or
./bring add <listUuid> "Milk" # If list uses English
When user asks "What's on my shopping list?":
./bring items <listUuid>
Or if default is set:
./bring items
Parse and present items in a readable format.
When user says "Remove milk from the list":
./bring remove <listUuid> "Latte"
For families using multiple languages:
setlang for referenceThe 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.
bring wrapper script sets NODE_PATH for the npm package~/.openclaw/bring/config.jsonAI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip, monitoring competitor pricing, tracking price history, identifying arbitrage opportunities, or setting automated price alerts.
Shopify integration - currently under maintenance. Contact founders@maton.ai for assistance.
Find and compare products online (Google Shopping) and locally (stores near you). Auto-selects best products based on price, ratings, availability, and preferences. Generates shopping list with buy links and store locations. Use when asked to shop for products, find best deals, compare prices, or locate items locally. Supports budget constraints (low/medium/high or "$X"), preference filtering (brand, features, color), and dual-mode search (online + local stores).
Monitor CamelCamelCamel price drop alerts via RSS and send Telegram notifications when items go on sale. Use when setting up automatic price tracking for Amazon products with CamelCamelCamel price alerts.
Navigate Amazon for buying, selling, and affiliating using price tracking, listing optimization, deal analysis, and affiliate link management.
Manage Shopify store data including orders, products, variants, customers, inventory, fulfillments, refunds, returns, and transactions via the Admin REST API.