Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search and suggest recipes by ingredients, cuisine, or dietary preferences using TheMealDB API with detailed meal info and instructions.
Search and suggest recipes by ingredients, cuisine, or dietary preferences using TheMealDB API with detailed meal info and instructions.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Find recipes by ingredients, cuisine, or dietary preferences using TheMealDB free API.
Use this skill when the user: Asks "what can I make with [ingredient]" Requests "recipes for dinner" or "Italian recipes" Says "vegetarian options" or "vegan meals" Asks for meal ideas based on ingredients they have
web_fetch - Fetch recipe data from TheMealDB API
Parse the user's request to identify: Main ingredient (e.g., chicken, eggs, pasta) Cuisine type (e.g., Italian, Mexican, Chinese) Dietary restriction (e.g., vegetarian, vegan, gluten-free) Call TheMealDB API: By ingredient: https://www.themealdb.com/api/json/v1/1/filter.php?i={ingredient} By cuisine: https://www.themealdb.com/api/json/v1/1/filter.php?a={cuisine} Search by name: https://www.themealdb.com/api/json/v1/1/search.php?s={query} For each recipe found, optionally fetch details: https://www.themealdb.com/api/json/v1/1/lookup.php?i={id} Format response with: Recipe name Thumbnail image (if available) Category and cuisine Key ingredients Brief instructions (or link to full recipe)
Present recipes in a clean, scannable format: Recipe name (bold) Image thumbnail (if available) Category | Cuisine Main ingredients list Brief description
TheMealDB is free, no API key required Results are limited but reliable Combine multiple queries for best results (ingredient + cuisine)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.