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.

7 stars

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

$curl -o ~/.claude/skills/bring-shopping/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/cutzenfriend/bring-shopping/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/bring-shopping/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How bring-shopping Compares

Feature / Agentbring-shoppingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

7
from Demerzels-lab/elsamultiskillagent

Search and compare products across merchants.

bring

7
from Demerzels-lab/elsamultiskillagent

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

7
from Demerzels-lab/elsamultiskillagent

**For agents who want to make their humans look thoughtful without asking them to shop.**

online-shopping

7
from Demerzels-lab/elsamultiskillagent

Browse and buy products from online stores, including Cloudflare-protected sites.

naver-shopping

7
from Demerzels-lab/elsamultiskillagent

Search for products on Naver Shopping.

bring-rezepte

7
from Demerzels-lab/elsamultiskillagent

Use when running the OpenClaw/ClawHub Bring! skill to search recipes on the web, parse recipe URLs for ingredients.

bring-recipes

7
from Demerzels-lab/elsamultiskillagent

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

7
from Demerzels-lab/elsamultiskillagent

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

7
from Demerzels-lab/elsamultiskillagent

Track product prices and surface official coupons or discounts without purchasing or account access.

shopping-list

7
from Demerzels-lab/elsamultiskillagent

Conversational shopping list with categories, family sharing, and purchase history.

shopping-list-ui

7
from Demerzels-lab/elsamultiskillagent

Web UI for the shopping-list skill.

paylock

7
from Demerzels-lab/elsamultiskillagent

Non-custodial SOL escrow for AI agent deals.