bring-recipes
Use when user wants to browse recipe inspirations from Bring! shopping app. For discovering recipes, viewing recipe details (name, author, type, images), or filtering by tags. Note - cannot import ingredients (API limitation).
Best use case
bring-recipes is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Use when user wants to browse recipe inspirations from Bring! shopping app. For discovering recipes, viewing recipe details (name, author, type, images), or filtering by tags. Note - cannot import ingredients (API limitation).
Teams using bring-recipes should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/bring-recipes/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How bring-recipes Compares
| Feature / Agent | bring-recipes | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Use when user wants to browse recipe inspirations from Bring! shopping app. For discovering recipes, viewing recipe details (name, author, type, images), or filtering by tags. Note - cannot import ingredients (API limitation).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Bring! Recipe Browser CLI ## Overview CLI for browsing Bring! recipe inspirations. **Browse-only tool** - the Bring! Inspirations API does not provide ingredient lists. ## When to Use **Use this skill when:** - User wants to discover Bring! recipes - Browsing recipe inspirations - Viewing recipe metadata (names, authors, types, images, links) - Filtering recipes by tags (all, mine) - Need JSON output of recipes for scripting **Don't use when:** - User wants to add ingredients to shopping list (API limitation) - Managing shopping lists directly - Need full recipe details with ingredients ## Quick Reference | Command | Purpose | |---------|---------| | `bring-recipes list` | Browse recipe inspirations (default) | | `bring-recipes filters` | Show available filter tags | | `bring-recipes list --filter mine` | Show your personal recipes | | `bring-recipes list --json` | JSON output for scripting | **Environment variables:** ```bash export BRING_EMAIL="your@email.com" export BRING_PASSWORD="yourpassword" ``` ## Installation ```bash cd skills/bring-recipes npm install ``` ## Common Workflows **Browse all recipes:** ```bash node index.js list --limit 10 ``` **Filter your recipes:** ```bash node index.js list --filter mine ``` **Get JSON for scripting:** ```bash node index.js list --json | jq -r '.[] | .content.name' ``` **Check available filters:** ```bash node index.js filters ``` ## Flags Reference | Flag | Description | |------|-------------| | `-f, --filter <tags>` | Filter tags: all, mine | | `--limit <n>` | Max recipes (default: 10) | | `--json` | JSON output | | `--no-color` | Disable colors | | `-q, --quiet` | Minimal output | | `-v, --verbose` | Debug output | ## API Limitations ⚠️ **Critical:** The Bring! `getInspirations()` API returns only metadata: - ✅ Recipe names, authors, types - ✅ Images, links, tags, like counts - ❌ **Ingredient lists** (not provided) This is a Bring! API limitation, not a CLI bug. The CLI is designed for **browsing and discovering** recipes only. ## Recipe Types - **TEMPLATE** - Bring! templates (e.g., "Sunday Brunch") - **RECIPE** - Parsed recipes from partners - **POST** - Promotional content ## Common Mistakes **Expecting ingredients:** The API does not provide ingredient lists. Use the CLI for discovery, then manually add items. **Looking for seasonal filters:** The API has no seasonal tags. Only "all" and "mine" filters are available. **Assuming all recipes have names:** POST types may be "Untitled Recipe" - this is normal API behavior. ## Implementation Notes - Uses `node-bring-api` v2.0.2+ with `getInspirations()` API - Requires Node.js 18.0.0+ - No seasonal filtering (API limitation) - Browse-only functionality - JSON mode available for automation ## Real-World Use - **Recipe discovery:** Browse what's available in Bring! - **Inspiration browsing:** See trending recipes and templates - **Personal collection:** Filter your saved recipes - **Integration:** JSON output for external tools
Related Skills
recipes
CLI for AI agents to find recipes for their humans. Uses TheMealDB API. No auth required.
tandoor-recipes
Manage recipes, meal plans, and shopping lists in Tandoor Recipe Manager.
bring
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.
bring-rezepte
Use when running the OpenClaw/ClawHub Bring! skill to search recipes on the web, parse recipe URLs for ingredients.
bring-add
Use when user wants to add items to Bring! shopping lists. For adding single items, batch items, or items from stdin/files. Supports dry-run preview and JSON output.
bring-shopping
Manage Bring! shopping lists via the unofficial bring-shopping Node.js library using email/password login. Use for listing lists, reading items, adding/removing items, and checking/unchecking items when API-style access is acceptable.
paylock
Non-custodial SOL escrow for AI agent deals.
agent-reputation
summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.
Telecom Agent Skill
Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.
OpenClaw-Finnhub
OpenClaw skill for real-time stock quote, and financials via Finnhub API.
```markdown
# OpenClaw-Last.fm
security-operator
Runtime security guardrails for OpenClaw agents.