원클릭으로
search-recipes
Find recipes by ingredient, tag, metadata, or text search
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Find recipes by ingredient, tag, metadata, or text search
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Import recipes from URLs or plain text and convert to Cooklang format
Create a new Cooklang recipe interactively from a description or template
Convert Cooklang recipes to Markdown, JSON, YAML, or other formats
Track kitchen inventory, find expiring items, and discover recipes you can make now
Plan weekly meals interactively and generate combined shopping lists
Structure recipe folders, audit metadata consistency, and set up configuration files
| name | search-recipes |
| description | Find recipes by ingredient, tag, metadata, or text search |
Search your recipe collection using CookCLI. Searches across:
Use this skill when:
Ask: "What are you looking for?"
Single term:
cook search chicken
Multiple terms (AND logic):
cook search chicken rice
Phrase search:
cook search "olive oil"
In specific directory:
cook search -b ~/recipes pasta
Show matching recipes with:
For selected recipe:
User: "Find recipes with chicken"
Run:
cook search chicken
Output:
Found 5 recipes matching "chicken":
1. dinner/Chicken Stir Fry.cook
Ingredients: @chicken breast{500%g}
Tags: asian, quick, dinner
Time: 25 minutes
2. dinner/Chicken Parmesan.cook
Ingredients: @chicken breast{4}
Tags: italian, dinner
Time: 45 minutes
3. lunch/Chicken Salad.cook
Ingredients: @cooked chicken{300%g}
Tags: lunch, healthy
Time: 15 minutes
User: "Something with tomatoes and basil"
Run:
cook search tomatoes basil
Output:
Found 3 recipes matching "tomatoes" AND "basil":
1. dinner/Caprese Salad.cook
2. dinner/Margherita Pizza.cook
3. dinner/Pasta Pomodoro.cook
# Single term
cook search chicken
# Multiple terms (AND - both must match)
cook search chicken rice
# Phrase (exact match)
cook search "olive oil"
# Specify directory
cook search -b ~/recipes pasta
cook search -b ./dinner quick
CookCLI searches these fields:
@ingredient entries> blockscook search vegetariancook search italiancook search quick vegetarian dinner