Nutrient Document Processing
Extracts key nutritional information (macros, vitamins, minerals) from food labels and ingredient lists.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add nutrient-document-processing npx -- -y @trustedskills/nutrient-document-processing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"nutrient-document-processing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/nutrient-document-processing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The nutrient-document-processing skill enables AI agents to analyze and extract nutritional information from structured or unstructured documents, such as food labels, scientific reports, or dietary guidelines. It can identify key nutrients like calories, vitamins, minerals, and macronutrients, and organize them into standardized formats for easy use.
When to use it
- Extracting nutrient data from scanned food packaging for a diet-tracking app.
- Converting unstructured nutritional research papers into structured databases.
- Automating the creation of meal plans based on dietary requirements by parsing nutrient content from recipes or ingredient lists.
Key capabilities
- Parsing text and tables in documents to identify nutrients and their quantities.
- Standardizing nutrient data across different formats and units.
- Supporting multiple document types, including PDFs, images, and plain text files.
Example prompts
- "Extract all the vitamins listed in this food label and convert them into a CSV format."
- "Identify the macronutrient content of this meal plan and summarize it by percentage."
- "Convert this nutritional research paper into a structured database with nutrient names, values, and units."
Tips & gotchas
- Ensure documents are clear and legible for accurate parsing.
- Some complex formatting or handwritten text may reduce accuracy, so use high-quality scans when possible.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.