NutriGx Advisor — Personalised Nutrition from Genetic Data

Generate personalised nutrition reports from 23andMe, AncestryDNA, or VCF genetic data.

1.1k|238|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/ClawBio/ClawBio --skill nutrigx-advisor-personalised-nutrition-from-genetic-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: NutriGx Advisor — Personalised Nutrition from Genetic Data
Source: https://github.com/ClawBio/ClawBio/tree/main/skills/nutrigx_advisor
Command: npx skills add https://github.com/ClawBio/ClawBio --skill nutrigx-advisor-personalised-nutrition-from-genetic-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many people and researchers have raw consumer genetic files but lack a local, reproducible tool to translate common SNPs into actionable nutrition guidance; interpreting genotype lists into nutrient-specific risk and recommendations is time-consuming and error-prone. NutriGx Advisor automates genotype extraction, strand normalisation, and weighted SNP scoring to produce clear, evidence-linked dietary recommendations while keeping all data local and reproducible.

Core Features & Use Cases

  • Accepts 23andMe, AncestryDNA, and VCF inputs and auto-detects or accepts explicit format selection.
  • Curated nutrigenomics SNP panel with forward-strand normalisation, allele mismatch handling, and per-SNP weights to compute domain risk scores.
  • Outputs a structured Markdown report, radar chart and gene × nutrient heatmap, and a reproducibility bundle (commands.sh, environment.yml, checksums, provenance).
  • Designed for researchers, clinicians, and informed consumers who need rapid, local analyses or reproducible demo reports for publications and audits.

Quick Start

Generate a personalised nutrition report from my 23andMe raw file and save the report, figures, and reproducibility bundle to a local output directory.

Frequently Asked Questions about NutriGx Advisor — Personalised Nutrition from Genetic Data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a personalised nutrition report from my 23andMe raw data file?

To generate a personalised nutrition report from 23andMe raw data, you can use this Skill to automatically extract genotypes, normalize strand calls, and compute weighted SNP risk scores. It processes the file locally and outputs a structured Markdown report.

Can I use VCF files as input for nutrigenomics risk scoring?

Yes, you can use VCF files for nutrigenomics risk scoring. The Skill accepts VCF inputs alongside 23andMe and AncestryDNA formats, automatically detecting the format to extract genotypes and apply forward-strand normalization.

What is the best way to map consumer genetic data to evidence-linked dietary recommendations?

The best way to map consumer genetic data to dietary recommendations is by using a curated nutrigenomics SNP panel with per-SNP weights. This approach computes domain risk scores and translates them into actionable, evidence-linked guidance.

Does local-only genetic data analysis leave my raw consumer DNA files on my computer?

Yes, local-only genetic data analysis keeps your raw consumer DNA files entirely on your computer. This Skill satisfies local-only execution without external data transmission, ensuring privacy while generating reports.

Why does my consumer genetic file analysis lack reproducibility artifacts?

Your consumer genetic file analysis lacks reproducibility artifacts if the tool does not generate provenance bundles. This Skill resolves that by outputting commands.sh, environment.yml, and checksums for deterministic reproducibility.

Can I generate radar and heatmap figures from AncestryDNA genotype lists?

Yes, you can generate radar and heatmap figures from AncestryDNA genotype lists. The Skill uses optional matplotlib and seaborn to produce gene × nutrient heatmaps and radar charts from the computed risk scores.