How to Build Nutrition Labels with OpenClaw

Nutrition label creation with OpenClaw and ToolRouter. Accurate facts panels for any recipe.

Tool
Nutrition Data icon
Nutrition Data

OpenClaw processes entire recipe catalogs into nutrition label data, handling the ingredient lookups and aggregation programmatically. Feed it a batch of recipes and get per-serving nutrition facts for each one, formatted consistently for import into product databases or label printing systems.

Connect ToolRouter to OpenClaw

1Install the CLI
npm install -g toolrouter-mcp
2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp tools

Steps

Once connected (see setup above), use the Nutrition Data tool:

  1. Ask OpenClaw: "Build a nutrition label for this recipe: 500g ground beef, 200g pasta, 300g tomato sauce"
  2. OpenClaw looks up each ingredient and aggregates the nutrition
  3. Ask: "Calculate per-serving values for 4 servings"
  4. Use the label data for your product or recipe post

Example Prompt

Try this with OpenClaw using the Nutrition Data tool
Create nutrition facts for my soup recipe: 200g chicken, 100g noodles, 300g mixed vegetables, 500ml broth. Serves 3.

Tips

  • Include cooking liquids and oils in the calculation for accuracy
  • Specify cooked vs raw weights since nutrition differs significantly
  • Use per-serving data for consumer-facing labels