LaunchKit · 2026
Back to Skills

bring-recipes

Use when user wants to browse recipe inspirations.

1
1.6k downloads
by @darkdevelopers

Setup & Installation

openclaw skills install @darkdevelopers/bring-recipes

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

npx clawhub install bring-recipes

What This Skill Does

CLI tool for browsing recipe inspirations from the Bring! shopping app. Returns recipe metadata like names, authors, types, images, and links. Cannot retrieve ingredient lists due to an API limitation on Bring!'s end.

JSON output mode makes it easy to pipe recipe data into other scripts or tools without manual copying.

When to use it

  • Browsing trending recipes in Bring! from the terminal
  • Filtering your personally saved Bring! recipes
  • Exporting recipe metadata as JSON for scripts
  • Checking available recipe filter tags
  • Discovering Bring! templates like meal plans

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: show me my saved recipes in JSON format

AGENT
  1. 1Set BRING_EMAIL and BRING_PASSWORD environment variables
  2. 2Run `bring-recipes list --filter mine --json`
  3. 3Parse the JSON output with jq to extract recipe names
  4. 4Display the filtered list to the user
OUTPUT

A JSON array of the user's saved recipes with names, authors, types, and image links

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

BRING_EMAIL environment variable (Bring! account email)BRING_PASSWORD environment variable (Bring! account password)Bring! account