当用户想要浏览 Bring! 的食谱灵感时使用!购物应用程序。用于发现食谱、查看食谱详细信息(名称、作者、类型、图像)或按标签过滤。注意 - 不能进口成分(API 限制)。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bring-recipes或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bring-recipes⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bring-recipes/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: bring-recipes description: 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). ---
CLI for browsing Bring! recipe inspirations. Browse-only tool - the Bring! Inspirations API does not provide ingredient lists.
Use this skill when:
Don't use when:
| 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:
export BRING_EMAIL="[email protected]"
export BRING_PASSWORD="yourpassword"
cd skills/bring-recipes
npm install
Browse all recipes:
node index.js list --limit 10
Filter your recipes:
node index.js list --filter mine
Get JSON for scripting:
node index.js list --json | jq -r '.[] | .content.name'
Check available filters:
node index.js filters
| Flag | Description | |------|-------------| | -f, --filter | Filter tags: all, mine | | --limit | Max recipes (default: 10) | | --json | JSON output | | --no-color | Disable colors | | -q, --quiet | Minimal output | | -v, --verbose | Debug output |
⚠️ Critical: The Bring! getInspirations() API returns only metadata:
This is a Bring! API limitation, not a CLI bug. The CLI is designed for browsing and discovering recipes only.
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.
node-bring-api v2.0.2+ with getInspirations() API安装 带上食谱 后,可以对 AI 说这些话来触发它
Help me get started with Bring Recipes
Explains what Bring Recipes does, walks through the setup, and runs a quick demo based on your current project
Use Bring Recipes to use when user wants to browse recipe inspirations from Bring
Invokes Bring Recipes with the right parameters and returns the result directly in the conversation
What can I do with Bring Recipes in my documents & notes workflow?
Lists the top use cases for Bring Recipes, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/bring-recipes/ 目录(个人级,所有项目可用),或 .claude/skills/bring-recipes/(项目级)。重启 AI 客户端后,用 /bring-recipes 主动调用,或让 AI 根据上下文自动发现并使用。
带上食谱 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
带上食谱 可免费安装使用。请查阅仓库了解许可证信息。
当用户想要浏览 Bring! 的食谱灵感时使用!购物应用程序。用于发现食谱、查看食谱详细信息(名称、作者、类型、图像)或按标签过滤。注意 - 不能进口成分(API 限制)。
带上食谱 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Bring Recipes
Identifies repetitive steps in your workflow and sets up Bring Recipes to handle them automatically