pipeworx-fruityvice
Nutritional data for fruits — calories, sugar, fat, protein, and carbs per 100g from Fruityvice
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/b-gutman/pipeworx-fruityviceFruityvice
Look up nutritional facts for any fruit. Get calories, sugar, fat, protein, and carbohydrates per 100 grams. You can also filter fruits by nutritional ranges — perfect for finding low-sugar or high-protein fruit options.
Tools
get_fruit— Nutritional info for a specific fruit by name (e.g., "banana", "mango")list_fruits— Browse all available fruits with complete nutritional dataget_by_nutrition— Filter fruits by a nutrient range (e.g., sugar between 5 and 10 grams)
Example: look up a banana
curl -s -X POST https://gateway.pipeworx.io/fruityvice/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_fruit","arguments":{"name":"banana"}}}'
{
"name": "Banana",
"family": "Musaceae",
"genus": "Musa",
"calories": 96,
"fat": 0.2,
"sugar": 17.2,
"carbohydrates": 22,
"protein": 1
}
Setup
{
"mcpServers": {
"pipeworx-fruityvice": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/fruityvice/mcp"]
}
}
}
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-b-gutman-pipeworx-fruityvice": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Pipeworx Attom
Skill by b-gutman
pipeworx-exchangerate
Simple currency exchange rates — all rates for a base currency or a direct pair lookup via open.er-api.com
pipeworx-genderize
Predict the likely gender associated with a first name — with optional country-specific calibration via genderize.io
Pipeworx Cdc
Skill by b-gutman
Pipeworx Weather
Skill by b-gutman