← 返回 Skills 市场
goog

your new cookbook

作者 Jay · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cook
功能描述
Recipe search skill. Searches a curated recipe database scraped from 101 Cookbooks (vegetarian) and Omnivore's Cookbook (Chinese how-tos & recipes). Use when...
使用说明 (SKILL.md)

Cookbook Skill — Recipe Search

Overview

This skill searches a Markdown recipe database (recipes.md) built from two sources:

Source Focus
101 Cookbooks Vegetarian recipes (soups, salads, pasta, mains, burgers, snacks)
Omnivore's Cookbook Chinese how-to guides, stir-fries, noodles, rice, soups, sauces

Database File

Location (relative to this skill):

recipes.md

Search Procedure

Step 1 — Read the Database

Read recipes.md with the read tool:

file_path: .openclaw\workspace\skills\cookbook\recipes.md

Step 2 — Parse & Match

Search the loaded content for recipes matching the user's query. Match against:

  • Title — exact and partial keyword matches
  • Brief — ingredient and technique mentions
  • Source — filter to 101cookbooks or omnivorescookbook if user specifies
  • Category — soups, salads, pasta, mains, burgers, stir-fry, noodles, rice, how-tos, sauces, etc.

Step 3 — Present Results

Return matched recipes as a formatted list:

### [Recipe Title](URL)
> Brief description of the recipe.

If more than 8 matches: show the top 8 most relevant, offer to show more. If no matches: say so clearly and suggest related categories.

Example Queries & Behavior

User says Action
"find a chickpea recipe" Search briefs & titles for "chickpea"
"vegetarian soup ideas" Filter 101cookbooks section, category Soups
"how do I make dumplings" Match how-to guides for "dumpling"
"stir fry vegetables" Return stir-fry category from Omnivore's
"quick 20-minute dinner" Match briefs mentioning "quick", "20-minute", "fast"
"noodle recipes" Return all noodle & pasta entries
"Chinese cooking basics" Return all Omnivore's how-to guides

Formatting Rules

  • Always include clickable URL links
  • Show source site in parentheses: (101 Cookbooks) or (Omnivore's Cookbook)
  • Group results by category when multiple categories match
  • For how-to guides, label them with 📖 Guide badge
  • For recipes, use 🍽️ Recipe badge

Updating the Database

To add new recipes, append entries to recipes.md following the existing table format:

| Title | Brief description of the recipe. | https://url-to-recipe |

To add a new source section, create a new ## Source: heading with category subsections.

安全使用建议
This skill appears to be what it says: a local recipe search over the included recipes.md. Before installing, consider: (1) provenance and copyright — SKILL.md/recipes.md claim the data was "scraped" from sites that block scraping; confirm you are comfortable using/redistributing that content. (2) Verify the full recipes.md (it appears truncated in the preview) and check links are legitimate. (3) The SKILL.md references a hard-coded Windows-style workspace path — ensure your agent runtime can read the skill-local file. There are no network credentials or installers included, so technical risk is low, but confirm legal/ethical concerns about scraped content if that matters to you.
功能分析
Type: OpenClaw Skill Name: cook Version: 1.0.0 The 'cookbook' skill is a straightforward recipe search tool that operates by reading a local Markdown database (recipes.md). The instructions in SKILL.md are strictly limited to parsing, filtering, and formatting recipe data from the provided file, with no evidence of malicious intent, data exfiltration, or harmful prompt injection. All external links point to legitimate culinary websites (101cookbooks.com and omnivorescookbook.com).
能力评估
Purpose & Capability
Name and description match the provided assets: a local recipes.md database and search/presentation instructions. There are no unrelated binaries, environment variables, or network credentials requested.
Instruction Scope
SKILL.md instructs the agent to read the bundled recipes.md via the read tool and to parse/present matches. That stays within the stated purpose. Minor notes: the instructions include a Windows-style file path (.openclaw\workspace\skills\cookbook\recipes.md) which is hard-coded; runtime agents typically support reading the skill-local file by a relative path, but the path format could be brittle across environments. The README also claims the data was "scraped" despite the source sites blocking scraping — this is a provenance/ethics note but not an immediate technical inconsistency with runtime behavior.
Install Mechanism
No install spec and no code files beyond static recipes.md and SKILL.md. Nothing will be downloaded or written to disk by an installer — lowest-risk pattern for a skill.
Credentials
No environment variables, credentials, or config paths are required. The skill operates entirely on its bundled recipes.md, so requested access is proportionate to its function.
Persistence & Privilege
always:false and no special persistent privileges requested. The skill does not modify other skills or system settings. Autonomous invocation remains possible (default), but that is expected and not by itself a concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cook
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cook 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Cookbook Skill v1.0.0 — Initial Release - Search for recipes and cooking guides from a curated Markdown database featuring 101 Cookbooks (vegetarian) and Omnivore's Cookbook (Chinese how-tos & recipes). - Supports searching by keyword, ingredient, recipe category, and source. - Displays results with titles, descriptions, clickable links, and clear source labeling. - Groups results by category and distinguishes recipes (🍽️) from how-to guides (📖). - Handles large result sets by showing the top 8 and offering more; suggests related categories if no match.
元数据
Slug cook
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

your new cookbook 是什么?

Recipe search skill. Searches a curated recipe database scraped from 101 Cookbooks (vegetarian) and Omnivore's Cookbook (Chinese how-tos & recipes). Use when... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 your new cookbook?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cook」即可一键安装,无需额外配置。

your new cookbook 是免费的吗?

是的,your new cookbook 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

your new cookbook 支持哪些平台?

your new cookbook 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 your new cookbook?

由 Jay(@goog)开发并维护,当前版本 v1.0.0。

💬 留言讨论