LaunchKit · 2026
Back to Skills

bring-rezepte

Use when running the OpenClaw/ClawHub Bring! skill to search recipes on the web, parse recipe URLs for ingredients.

0
521 downloads
by @dolverin

Setup & Installation

openclaw skills install @dolverin/bring-rezepte

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install bring-rezepte

Version History

v1.3.0Feb 14, 2026 - Version note by skill developer:

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.

INPUT

User asks: Ich möchte Chicken-Curry kochen. Kannst du die Zutaten zur Einkaufsliste hinzufügen?

AGENT
  1. 1Search for a Chicken-Curry recipe URL using web_search
  2. 2Parse the recipe URL with bring_inspirations.js --parse-url to extract structured ingredient data
  3. 3Present the recipe name, ingredient count, and key ingredients to the user
  4. 4Ask for explicit confirmation before adding anything to the list
  5. 5On confirmation, run bring_list.js --add-recipe-url to batch-add tagged ingredients to the Einkauf list
OUTPUT

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.

Bring! accountBRING_EMAIL environment variableBRING_PASSWORD environment variable