Combine multiple queries for best results (ingredient + cuisine)
1---2name: recipe-finder3description: Recipe Finder4---5# Recipe Finder67Find recipes by ingredients, cuisine, or dietary preferences using TheMealDB free API.89## Triggers1011Use this skill when the user:12- Asks "what can I make with [ingredient]"13- Requests "recipes for dinner" or "Italian recipes"14- Says "vegetarian options" or "vegan meals"15- Asks for meal ideas based on ingredients they have1617## Tools1819- `web_fetch` - Fetch recipe data from TheMealDB API2021## Instructions22231. Parse the user's request to identify:24 - Main ingredient (e.g., chicken, eggs, pasta)25 - Cuisine type (e.g., Italian, Mexican, Chinese)26 - Dietary restriction (e.g., vegetarian, vegan, gluten-free)27282. Call TheMealDB API:29 - By ingredient: `https://www.themealdb.com/api/json/v1/1/filter.php?i={ingredient}`30 - By cuisine: `https://www.themealdb.com/api/json/v1/1/filter.php?a={cuisine}`31 - Search by name: `https://www.themealdb.com/api/json/v1/1/search.php?s={query}`32333. For each recipe found, optionally fetch details:34 - `https://www.themealdb.com/api/json/v1/1/lookup.php?i={id}`35364. Format response with:37 - Recipe name38 - Thumbnail image (if available)39 - Category and cuisine40 - Key ingredients41 - Brief instructions (or link to full recipe)4243## Response Format4445Present recipes in a clean, scannable format:46- Recipe name (bold)47- Image thumbnail (if available)48- Category | Cuisine49- Main ingredients list50- Brief description5152## Notes5354- TheMealDB is free, no API key required55- Results are limited but reliable56- Combine multiple queries for best results (ingredient + cuisine)
Run npx skillmds@latest add javimosch/recipe-finder in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Recipe Finder It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.