← 返回
效率工具 Key 中文

Bring! Shopping Lists

Manage your Bring! shopping list by adding, removing, completing items, or checking the current groceries via your Bring! account.
通过您的Bring!账户管理购物清单,支持添加、删除、勾选商品或查看当前清单。
zahlmann
效率工具 clawhub v1.0.0 1 版本 99770.9 Key: 需要
★ 2
Stars
📥 831
下载
💾 0
安装
1
版本
#latest

概述

Bring! Shopping List

Manage a Bring! shopping list — add items, remove items, mark items as completed, and check what's on the list.

Setup

  1. Install uv if not already installed
  2. Set environment variables for your Bring! account:

```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.

Usage

All commands use bring.py in this skill's directory. Adjust the path based on where you installed the skill.

With uv (recommended)

uv 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"

With pip

pip 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"

Handling Requests

  1. Parse the user's message for:
    • Items to add ("add milk and eggs to the list")
    • Items to remove ("remove milk from the list")
    • Checking the list ("what's on the shopping list?")
    • Item details/specs ("milk, but low fat" -> Milk:low fat)
  1. Run the appropriate CLI command
  1. Confirm the action naturally

Notes

  • Requires BRING_EMAIL and BRING_PASSWORD environment variables
  • Items can have optional specs via colon syntax: name:specification
  • Uses the first (default) shopping list in the account
  • Dependencies (bring-api, python-dotenv) are handled inline by uv run --with, or via pip install -r requirements.txt

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 07:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 430 📥 103,738
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,423
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,211