recipe_finderlisted
Install: claude install-skill tanveerkhan2005/custom-agent-with-skills
# Recipe Finder Skill
Find recipes, get nutrition information, and create meal plans using free recipe APIs. Supports searching by ingredients, dietary restrictions, cuisine type, and more.
## When to Use
- User asks for recipe suggestions
- User wants to know what to cook with specific ingredients
- User has dietary restrictions (vegetarian, gluten-free, keto, etc.)
- User asks about nutrition or calories in a recipe
- User wants meal planning help
- User asks about cooking instructions or techniques
- User asks "what can I make with..."
## Available Operations
1. **Recipe Search**: Find recipes by keyword, ingredient, or cuisine
2. **Ingredient-Based Search**: "What can I make with chicken and broccoli?"
3. **Dietary Filtering**: Filter by diet (vegan, keto, paleo) or intolerances
4. **Nutrition Analysis**: Get calorie and nutrient breakdown
5. **Random Recipe**: Get a random recipe for inspiration
6. **Recipe Details**: Get full instructions, ingredients, and nutrition
## Instructions
When a user asks about recipes or cooking:
### Step 1: Understand the Query
Identify what the user needs:
- **Ingredient-based**: "What can I make with [ingredients]?"
- **Cuisine search**: "Give me Italian recipes"
- **Dietary needs**: "Keto dinner ideas"
- **Specific dish**: "How do I make chicken parmesan?"
- **Nutrition focused**: "Low calorie lunch ideas"
### Step 2: Load API Reference
ALWAYS read `references/api_reference.md` before making API calls. The APIs have specific pa