pipeworx-fruityvice

Nutritional data for fruits — calories, sugar, fat, protein, and carbs per 100g from Fruityvice

3,891 stars

Best use case

pipeworx-fruityvice is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Nutritional data for fruits — calories, sugar, fat, protein, and carbs per 100g from Fruityvice

Teams using pipeworx-fruityvice should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/pipeworx-fruityvice/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/b-gutman/pipeworx-fruityvice/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/pipeworx-fruityvice/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How pipeworx-fruityvice Compares

Feature / Agentpipeworx-fruityviceStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Nutritional data for fruits — calories, sugar, fat, protein, and carbs per 100g from Fruityvice

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Fruityvice

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 data
- **`get_by_nutrition`** — Filter fruits by a nutrient range (e.g., sugar between 5 and 10 grams)

## Example: look up a banana

```bash
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"}}}'
```

```json
{
  "name": "Banana",
  "family": "Musaceae",
  "genus": "Musa",
  "calories": 96,
  "fat": 0.2,
  "sugar": 17.2,
  "carbohydrates": 22,
  "protein": 1
}
```

## Setup

```json
{
  "mcpServers": {
    "pipeworx-fruityvice": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/fruityvice/mcp"]
    }
  }
}
```

Related Skills

pipeworx-gutendex

3891
from openclaw/skills

Search Project Gutenberg's 70,000+ free ebooks — by title, author, topic, or popularity via Gutendex

pipeworx-github

3891
from openclaw/skills

Search GitHub repos, view issues, and look up user profiles via the public REST API — no token required

pipeworx-geo

3891
from openclaw/skills

Geographic utilities — geocoding, reverse geocoding, country info, timezone lookup, and sunrise/sunset times

pipeworx-genderize

3891
from openclaw/skills

Predict the likely gender associated with a first name — with optional country-specific calibration via genderize.io

pipeworx-gbif

3891
from openclaw/skills

Global biodiversity data — search species, retrieve taxonomy, and find georeferenced occurrence records via GBIF

pipeworx-gamedeals

3891
from openclaw/skills

PC game deals from 30+ stores — search sales, compare prices, and track cheapest-ever prices via CheapShark

pipeworx-flood

3891
from openclaw/skills

River discharge and flood forecasts for any location — up to 92 days ahead via Open-Meteo

pipeworx-flights

3891
from openclaw/skills

Live aircraft tracking — flights in a geographic area, individual aircraft by transponder, and airport arrivals/departures via OpenSky Network

pipeworx-fda

3891
from openclaw/skills

US FDA open data — adverse drug event reports, drug labeling/package inserts, and food recall enforcement actions

pipeworx-fbiwanted

3891
from openclaw/skills

Search the FBI's Most Wanted list — fugitives, missing persons, and wanted individuals with photos and case details

pipeworx-exchangerate

3891
from openclaw/skills

Simple currency exchange rates — all rates for a base currency or a direct pair lookup via open.er-api.com

pipeworx-exchange

3891
from openclaw/skills

Currency exchange rates and conversion — current, historical, and all supported pairs via the Frankfurter API