bring-shopping
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/unchecking items when API-style access is acceptable.
Best use case
bring-shopping is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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/unchecking items when API-style access is acceptable.
Teams using bring-shopping should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/bring-shopping/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How bring-shopping Compares
| Feature / Agent | bring-shopping | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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/unchecking items when API-style access is acceptable.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Bring 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 1. Install dependency in the skill folder: - `npm install bring-shopping` 2. Set environment variables in the Clawdbot config (preferred) or shell: - `BRING_EMAIL` and `BRING_PASSWORD` 3. 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 `lists` and ask which list to use. - If an item is already checked, `uncheck` re-adds it to the purchase list.
Related Skills
forage-shopping
Search and compare products across merchants.
bring
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.
Clawringhouse Skill — AI Shopping Concierge
**For agents who want to make their humans look thoughtful without asking them to shop.**
online-shopping
Browse and buy products from online stores, including Cloudflare-protected sites.
naver-shopping
Search for products on Naver Shopping.
bring-rezepte
Use when running the OpenClaw/ClawHub Bring! skill to search recipes on the web, parse recipe URLs for ingredients.
bring-recipes
Use when user wants to browse recipe inspirations from Bring! shopping app. For discovering recipes, viewing recipe details (name, author, type, images), or filtering by tags. Note - cannot import ingredients (API limitation).
bring-add
Use when user wants to add items to Bring! shopping lists. For adding single items, batch items, or items from stdin/files. Supports dry-run preview and JSON output.
shopping-price-drop-coupon-scout
Track product prices and surface official coupons or discounts without purchasing or account access.
shopping-list
Conversational shopping list with categories, family sharing, and purchase history.
shopping-list-ui
Web UI for the shopping-list skill.
paylock
Non-custodial SOL escrow for AI agent deals.