Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: show me my saved recipes in JSON format
- 1Set BRING_EMAIL and BRING_PASSWORD environment variables
- 2Run `bring-recipes list --filter mine --json`
- 3Parse the JSON output with jq to extract recipe names
- 4Display the filtered list to the user
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.