Bring! Shopping List App (Unofficial)
Manage Bring! shopping lists via the unofficial bring-shopping Node.js library using email/password login. Use for listing lists, reading items, adding/removing items, and checking…
cutzenfriend
@cutzenfriend
What This Skill Does
Manages Bring! shopping lists via the unofficial bring-shopping Node.js library using email/password login. Supports listing lists, reading items, adding/removing items, and checking/unchecking items.
Replaces manually editing shared shopping lists in the Bring! app by providing programmatic access to list management through a CLI.
When to Use It
- Add a new item with a specific quantity to a Bring! shopping list
- Remove an item from a Bring! shopping list
- Check off an item as purchased on a Bring! shopping list
- Uncheck an item to return it to the purchase list
- List all Bring! shopping lists associated with your account
- View all items on a specific Bring! shopping list
Install
$ openclaw skills install @cutzenfriend/bring-shoppingBring Shopping
Overview
Use the bring-shopping npm package to access Bring! lists with email/password credentials. Default list is "Willig" unless the user specifies otherwise.
Quick Start
- Install dependency in the skill folder:
npm install bring-shopping
- Set environment variables in the Clawdbot config (preferred) or shell:
BRING_EMAILandBRING_PASSWORD
- Run the CLI script:
node scripts/bring_cli.mjs items --list "Willig"
Tasks
Show lists
node scripts/bring_cli.mjs lists
Show items
node scripts/bring_cli.mjs items --list "Willig"
Add items
node scripts/bring_cli.mjs add --item "Milch" --spec "2L" --list "Willig"
Remove items
node scripts/bring_cli.mjs remove --item "Milch" --list "Willig"
Check items
node scripts/bring_cli.mjs check --item "Milch" --list "Willig"
Uncheck items
node scripts/bring_cli.mjs uncheck --item "Milch" --spec "2L" --list "Willig"
Notes
- Store credentials in Clawdbot config env so they are not bundled with the skill.
- If the list name is ambiguous, run
listsand ask which list to use. - If an item is already checked,
uncheckre-adds it to the purchase list.
Top skills in this category
Shop
@shopifyUltimate personal shopping assistant: find, compare, buy, gift, and reorder products across the Shop catalog containing millions of stores. Tracks orders and...
Humanizer
@biostartechnologyRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Weather
@steipeteGet current weather and forecasts (no API key required).
Slack
@steipeteUse when you need to control Slack from Clawdbot via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
PollyReach
@pollyreachPollyReach gives every AI agent a phone number and the ability to get things done over the phone — finding contacts, making calls, and completing tasks. Just...