Install
openclaw skills install @voronindenis5/leftover-chefSuggests recipes based on leftover ingredients you already have. Takes a list of ingredients (from photo description, text, or voice) and generates recipes ranked by how completely they use what's available. Includes a 50+ recipe database and a Python matcher that flags missing ingredients.
openclaw skills install @voronindenis5/leftover-chefTurn random leftover ingredients into meals you can actually cook tonight.
scripts/leftover_chef.py with the ingredients as arguments.python3 scripts/leftover_chef.py eggs rice soy sauce
python3 scripts/leftover_chef.py --list-ingredients
python3 scripts/leftover_chef.py chicken potato --json
python3 scripts/leftover_chef.py tomato onion garlic --limit 3
| Flag | Description |
|---|---|
--json | Output results as JSON |
--limit N | Show top N matches (default 10) |
--threshold P | Minimum usage percent to show (default 0) |
--list-ingredients | Print all known ingredients |
--list-recipes | Print all recipe names |
references/recipes.md for details.scripts/leftover_chef.py — main matcher script (Python 3, stdlib only)scripts/recipes_db.json — embedded recipe database (50+ recipes)references/recipes.md — detailed cooking notes for featured recipesreferences/substitutions.md — common ingredient substitutions