bring-add — OpenClaw Skill | clawskills.sh
Back to Skills

bring-add

Use when user wants to add items to Bring!

1
1.7k downloads
2 installs
by @darkdevelopers

Setup & Installation

clawhub install darkdevelopers/bring-add

If the CLI is not installed:

npx clawhub@latest install darkdevelopers/bring-add

Or install with OpenClaw CLI:

openclaw skills install darkdevelopers/bring-add
or paste the repo link into your assistant's chat
https://github.com/openclaw/skills/tree/main/skills/darkdevelopers/bring-add

What This Skill Does

CLI tool for adding items to Bring! shopping lists. Supports single items, batch input, stdin piping, and interactive mode. Includes dry-run preview and JSON output for scripting.

Lets you add items to Bring! without opening the app, enabling piping, scripting, and batch updates that the mobile UI does not support.

When to use it

  • Adding groceries to a shared Bring! list from the terminal
  • Piping a text file of ingredients into a shopping list
  • Batch adding multiple items from a meal prep plan
  • Previewing a list of additions before committing them
  • Automating shopping list updates from scripts or cron jobs

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: add milk 1L, bread, and cheese 200g to my shopping list

AGENT
  1. 1Set BRING_EMAIL and BRING_PASSWORD environment variables
  2. 2Run bring-add lists to confirm the target list name
  3. 3Run node index.js --batch "Milk 1L, Bread, Cheese 200g" to add all three items
  4. 4Verify exit code 0 for success
OUTPUT

Three items added to the default Bring! shopping list: Milk (spec: 1L), Bread, Cheese (spec: 200g)

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

BRING_EMAIL environment variable (Bring! account email)BRING_PASSWORD environment variable (Bring! account password)Bring! account
clawskills.sh— Independent index of public ClawHub/OpenClaw skills. Not affiliated with OpenClaw.