Pipeworx Recipes
Skill by brucegutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-recipesRecipes
What should I cook tonight? Search thousands of recipes, look up full ingredient lists and instructions, or let the API surprise you with a random meal.
What's on the menu
- search_meals -- Search recipes by name ("pasta", "chicken tikka")
- get_meal -- Full recipe by ID: ingredients with measurements, step-by-step instructions, video link
- random_meal -- Feeling lucky? Get a random recipe
- meals_by_ingredient -- Got chicken in the fridge? Find every recipe that uses it
Example: search for pasta recipes
curl -X POST https://gateway.pipeworx.io/recipes/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_meals","arguments":{"query":"carbonara"}}}'
What a full recipe looks like
Each recipe includes the meal name, category (Beef, Dessert, Seafood...), cuisine area (Italian, Japanese, Mexican...), full instructions, up to 20 ingredients with measurements, thumbnail image, YouTube tutorial link, and source URL.
Integration
{
"mcpServers": {
"recipes": {
"url": "https://gateway.pipeworx.io/recipes/mcp"
}
}
}
Data from TheMealDB.
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-brucegutman-pipeworx-recipes": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
Pipeworx Qrcode
Skill by brucegutman
Pipeworx Rickmorty
Skill by brucegutman
Pipeworx Sunrisesunset
Skill by brucegutman