con un clic
search-recipes
Find recipes by ingredient, tag, metadata, or text search
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Find recipes by ingredient, tag, metadata, or text search
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional SOC
| 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