Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

reciperecipe 搜索

Agent Skill

recipe 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

37,844

周安装

1,609

GitHub Stars

2

下载量

13,258
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:recipe(recipe 搜索)
来源仓库:https://github.com/ivangdavila/recipe
安装命令:
openclaw skills install recipe
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install recipe

简介

建立包含成分、比例与膳食计划的个人食谱集。

  • 适用于健康饮食规划、营养搭配与烹饪流程管理。
  • 支持批量导入、标签分类与营养值自动计算。recipe 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install recipe。
  • 菜谱数据来自用户贡献,建议交叉验证食材安全性与过敏原信息。

SKILL.md

name
Recipes
description
Build a personal recipe collection with ingredients, scaling, and meal planning.
metadata
{"clawdbot":{"emoji":"🍳","os":["linux","darwin","win32"]}}

Core Behavior

  • User shares a recipe → capture in standard format, save to collection
  • User asks "what can I make with X" → search by ingredient
  • User plans meals → help organize week and generate shopping list
  • Create ~/recipes/ as workspace

When User Shares a Recipe

  • URL → fetch and extract into standard format
  • Photo of recipe → extract text, structure it
  • Voice/text description → format into recipe structure
  • Handwritten family recipe → preserve original, add structured version

Recipe File Structure

  • One Markdown file per recipe: chicken-tikka-masala.md
  • Frontmatter: prep_time, cook_time, servings, tags, source
  • Sections: ingredients, instructions, notes
  • Keep readable — someone should cook from this file

Key Fields

  • Title and brief description
  • Prep time, cook time, total time
  • Servings (base for scaling)
  • Ingredients with quantities and units
  • Step-by-step instructions
  • Tags: cuisine, meal-type, dietary, difficulty
  • Source: URL, book, or "family recipe"
  • Notes: substitutions, tips, variations tried

Ingredient Format

  • Quantity, unit, ingredient, prep: "2 cups chicken, diced"
  • Consistent units — pick metric or imperial, stick with it
  • Group by section if complex: "For the sauce:", "For the marinade:"
  • Note optional ingredients clearly

Scaling

  • Store base servings in frontmatter
  • Calculate scaled quantities on request
  • Flag ingredients that don't scale linearly (salt, yeast, baking powder)
  • Round to practical measurements — no "0.37 cups"

Progressive Enhancement

  • Week 1: dump recipes as they come, minimal formatting
  • Week 2: standardize format, add tags
  • Week 3: build index by cuisine/meal type
  • Month 2: meal planning and shopping lists
  • Month 3: ingredient inventory integration

Folder Structure

~/recipes/
├── mains/
├── sides/
├── desserts/
├── basics/          # sauces, stocks, staples
├── index.md         # master list with tags
└── meal-plans/      # weekly plans

Searching and Filtering

  • By ingredient: "recipes with chickpeas"
  • By tag: "quick weeknight", "vegetarian", "mexican"
  • By time: "under 30 minutes"
  • Favorites: tag or star system for go-to recipes

Meal Planning

  • Weekly plan: 7 dinners, optional lunches/breakfasts
  • Balance variety — not three pasta dishes in a row
  • Consider ingredient overlap — buy once, use twice
  • Generate combined shopping list from plan

Shopping List Generation

  • Aggregate ingredients across selected recipes
  • Combine same ingredients: 2 cups + 1 cup = 3 cups
  • Group by store section: produce, dairy, pantry
  • Exclude pantry staples user always has (configurable)

What To Capture From URLs

  • Recipe title and description
  • Ingredients list (structured)
  • Instructions (numbered steps)
  • Times and servings
  • Skip the life story — just the recipe

Notes and Variations

  • "Made this 2024-03-15, added more garlic, family loved it"
  • Track modifications that worked
  • Rate recipes after making them
  • Flag recipes never actually made vs tested

What NOT To Suggest

  • Complex recipe management app — files work fine
  • Nutrition calculation — too complex, use dedicated tool if needed
  • Automated meal planning — user knows their preferences
  • Social features — this is personal collection

Family Recipe Preservation

  • Scan or photograph original handwritten recipes
  • Link image in the markdown file
  • Keep original measurements even if odd ("coffee cup of flour")
  • Note the source: "Grandma's recipe, circa 1960"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.58%
按下载量换算10,551

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills