Pipeworx recipes

v1.0.0

Search and retrieve detailed recipes, find meals by ingredient, or get a random meal suggestion with step-by-step instructions and video links.

0· 74·0 current·0 all-time
byBruce Gutman@brucegutman

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for brucegutman/pipeworx-recipes.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pipeworx recipes" (brucegutman/pipeworx-recipes) from ClawHub.
Skill page: https://clawhub.ai/brucegutman/pipeworx-recipes
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pipeworx-recipes

ClawHub CLI

Package manager switcher

npx clawhub@latest install pipeworx-recipes
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (recipe search, get recipe by ID, random recipe, by-ingredient) matches the SKILL.md examples and the single external endpoint (gateway.pipeworx.io). Declared use of TheMealDB is consistent with a recipes service; there are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md only instructs the agent to call the recipe gateway API (example curl and mcpServers JSON). It does not direct the agent to read local files, environment variables, or other system state, nor to send data to unexpected endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only). Nothing is written to disk or downloaded by an installer, which minimizes installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. This is proportionate to a read-only recipe lookup service.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or system-wide configuration changes, and it doesn't ask to modify other skills.
Assessment
This skill appears coherent: it makes network calls to an external recipe API (gateway.pipeworx.io) and needs no credentials or local access. Before installing, consider whether you trust the external endpoint — queries and any content you send to the skill will go to that server. If you need stronger privacy, verify the domain/provider and their privacy policy or prefer an offline recipe source. No red flags in the manifest, but as with any networked skill, only share non-sensitive input.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c3wb2h0n4keme2vdq92c2q584t184
74downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Recipes

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.

Comments

Loading comments...