How to Build Nutrition Labels with OpenClaw
Nutrition label creation with OpenClaw and ToolRouter. Accurate facts panels for any recipe.
ToolNutrition DataOpenClaw 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-mcp2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsSteps
Once connected (see setup above), use the Nutrition Data tool:
- Ask OpenClaw: "Build a nutrition label for this recipe: 500g ground beef, 200g pasta, 300g tomato sauce"
- OpenClaw looks up each ingredient and aggregates the nutrition
- Ask: "Calculate per-serving values for 4 servings"
- 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