Recipe Finder
Skill by harshasic
Why use this skill?
Easily find recipes by ingredient, cuisine, or dietary preference with the OpenClaw Recipe Finder skill. Reduce food waste and plan meals quickly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/harshasic/recipe-finderWhat This Skill Does
The Recipe Finder skill, developed by harshasic, serves as an intelligent culinary assistant for OpenClaw users. By integrating with TheMealDB API, this skill allows users to transform available pantry ingredients into structured meal plans. It intelligently parses natural language requests to identify key constraints, such as specific ingredients (e.g., 'chicken'), desired cuisines (e.g., 'Italian'), or dietary preferences (e.g., 'vegetarian'). Once the intent is captured, the agent fetches relevant recipe data—including names, thumbnails, categories, and preparation instructions—and formats the output into a clean, scannable response. This removes the need to manually browse cluttered cooking websites, providing a streamlined path from hunger to a defined meal plan.
Installation
To integrate the Recipe Finder into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/harshasic/recipe-finder
Ensure that you have sufficient network permissions enabled for the agent, as the skill requires real-time access to TheMealDB endpoints to retrieve culinary information.
Use Cases
- Inventory Management: Utilize ingredients currently in your refrigerator to reduce food waste by finding creative ways to use leftover items.
- Meal Planning: Quickly generate dinner ideas based on specific dietary requirements, such as vegan or gluten-free restrictions, ensuring you stick to your nutritional goals.
- Culinary Exploration: Broaden your cooking horizons by filtering recipes by specific global cuisines, such as Japanese, Mexican, or Mediterranean, providing step-by-step guidance for dishes you have never tried before.
Example Prompts
- 'What can I make with chicken and spinach?'
- 'I need some quick and easy vegetarian recipes for dinner.'
- 'Can you find me some authentic Italian pasta dishes?'
Tips & Limitations
- Combine Filters: For the most precise results, try combining your search parameters—for instance, asking for 'vegetarian pasta' helps narrow down the database significantly.
- API Constraints: While TheMealDB is a reliable and robust resource, keep in mind that the dataset is fixed. If you are looking for highly niche or obscure regional recipes, the skill may occasionally return limited results.
- Performance: The skill relies on external web requests. Ensure your internet connection is stable, as timeouts can occur if the API server is under heavy load. The skill does not require an API key, making it highly accessible for immediate use.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-harshasic-recipe-finder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access