Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when asked about the shopping list, groceries, "add to shopping list", "what's on the list", "remove from list", or any shopping/grocery related request. Integrates with the Bring! shopping list app.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 19% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -65% | 0% |
Manage a Bring! shopping list — add items, remove items, mark items as completed, and check what's on the list.
bash export BRING_EMAIL="your-email@example.com" export BRING_PASSWORD="your-password" Or add them to a .env file in your project root.
> If you use Google login for Bring!, go to your Bring! account settings and set a separate password first.
All commands use bring.py in this skill's directory. Adjust the path based on where you installed the skill.
bashuv run --with bring-api --with python-dotenv python bring.py list --json uv run --with bring-api --with python-dotenv python bring.py add "Milk" "Eggs" "Butter:Irish" uv run --with bring-api --with python-dotenv python bring.py remove "Milk" uv run --with bring-api --with python-dotenv python bring.py complete "Eggs"
bashpip install -r requirements.txt python bring.py list --json python bring.py add "Milk" "Eggs" "Butter:Irish" python bring.py remove "Milk" python bring.py complete "Eggs"
Milk:low fat)BRING_EMAIL and BRING_PASSWORD environment variablesname:specificationbring-api, python-dotenv) are handled inline by uv run --with, or via pip install -r requirements.txtOther measured skills in the registry, with their headline benchmark lift.