Your agent guesses nutrition numbers; this returns real values from USDA and Open Food Facts.
Knowledge & Reference
Looks up nutritional information for foods, ingredients, and packaged products: calories, macronutrients, vitamins, and minerals. Works with food names, ingredient lists, and product barcodes, drawing on authoritative food databases for generic and branded items alike.
You need verified calorie, macro, or ingredient numbers for a food or a packaged product instead of guessing.
Personalized diet or medical advice, computing %DV or daily-value targets, summing a full dish across its ingredients, restaurant or menu items, or live food prices.
Each is a sub-skill of Nutrition; the router picks the right one for your request.
information
Returns structured nutrition data, which is candidate foods with their identifiers, a full nutrient profile with the measurement basis stated, or packaged-product facts with a quality grade. Not a downloadable file. Packaged-product data carries the credit "Open Food Facts".
The request gives only a bare brand or product name with no barcode and it is unclear whether to look up the generic food or a specific branded item.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/nutrition/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"What foods come up when I search for \"greek yogurt\"?"}}'Example requests