Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Fix security scan findings: declare required env vars (BRING_EMAIL, BRING_PASSWORD, BRING_COUNTRY) in metadata, remove hardcoded API key from reference docs, add .clawhubignore to exclude node_modules
What This Skill Does
Connects to a Bring! account to manage shopping lists and find recipes. Searches the web for recipes, parses ingredient data from recipe URLs on sites like chefkoch.de and lecker.de, and batch-adds tagged ingredients to a Bring! list. Supports seasonal inspiration filters, recipe markers, and list creation.
Parsing recipe URLs and batch-adding tagged ingredients removes the need to manually enter each item into the shopping list.
When to use it
- Finding seasonal recipe ideas for the week
- Parsing a recipe URL and adding its ingredients to a shopping list
- Viewing current contents of a Bring! shopping list
- Creating a new Bring! list for a specific event or household
- Tracking which list ingredients belong to which recipe via recipe markers
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Ich möchte Chicken-Curry kochen. Kannst du die Zutaten zur Einkaufsliste hinzufügen?
- 1Search for a Chicken-Curry recipe URL using web_search
- 2Parse the recipe URL with bring_inspirations.js --parse-url to extract structured ingredient data
- 3Present the recipe name, ingredient count, and key ingredients to the user
- 4Ask for explicit confirmation before adding anything to the list
- 5On confirmation, run bring_list.js --add-recipe-url to batch-add tagged ingredients to the Einkauf list
Ingredients for Chicken-Curry added to the 'Einkauf' list with a recipe marker
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.