Overview
- Skill Key
- grewingm/bring
- Author
- grewingm
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/grewingm/bring
- Latest Commit SHA
- 6eab0dec0395ee546ab5b8f1962d0468277cf7d7
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 bring 技能。 若已安装,则直接安装 bring 技能。
# Bring Shopping List Integration Interact with Bring! shopping lists to manage groceries and shopping items. ## Prerequisites The `bring-shopping` npm package must be installed: ```bash npm install -g bring-shopping ``` ## Initial Setup Before first use, configure Bring credentials: ```bash ./bring configure <email> <password> ``` Credentials are stored in `~/.openclaw/bring/config.json`. ## Common Operations ### List All Shopping Lists Get all available shopping lists with their UUIDs: ```bash ./bring lists ``` Output includes list names, UUIDs, and themes. ### Find a List by Name Search for a list by partial name match: ```bash ./bring findlist "Home" ./bring findlist "Groceries" ``` Returns matching lists with their UUIDs. ### View List Items Show all items in a shopping list: ```bash ./bring items <listUuid> ``` Or use the default list (if set): ```bash ./bring items ``` Returns items to purchase and recently purchased items. ### Add Items Add an item to a shopping list: ```bash ./bring add <listUuid> "<item-name>" "<optional-note>" ``` Examples: ```bash ./bring add abc-123 "Latte" "2 litri" ./bring add abc-123 "Pane" ``` **Tip:** Use item names that match what you already use in the Bring app to ensure icons appear. ### Remove Items Remove an item from a shopping list (moves to recent list): ```bash ./bring remove <listUuid> "<item-name>" ``` ### Set Default List Set a default list UUID to avoid passing it each time: ```bash ./bring setdefault <listUuid> ``` After setting default, you can use `./bring items` without specifying listUuid. ### Manage List Languages Set the language for a list (for reference): ```bash ./bring setlang <listUuid> it-IT ./bring setlang <listUuid> es-ES ./bring setlang <listUuid> en-US ``` Get the configured language: ```bash ./bring getlang <listUuid> ``` Supported locales: `en-US`, `it-IT`, `es-ES`, `de-DE`, `fr-FR` ## Workflow Examples ### Adding to a Named List When user says "Add milk t...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.