Agent skill · Data & Analytics

nutrigx-advisor

Personalised nutrition report from consumer genetic data (23andMe, AncestryDNA, VCF) — interrogates nutritionally-relevant SNPs and generates actionable dietary guidance, all computed locally.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill nutrigx-advisor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 17
SKILL.md size: 13 KB
Bundled scripts: yes
Version: 0.1.0
Declared author: David de Lorenzo
Path: skills/clawbio/nutrigx-advisor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# NutriGx Advisor — Personalised Nutrition from Genetic Data **Author**: David de Lorenzo (ClawBio Community) **Requires**: Python 3.11+, pandas, numpy, matplotlib, seaborn, reportlab (optional) --- ## What This Skill Does The NutriGx Advisor generates a **personalised nutrition report** from consumer genetic data (23andMe, AncestryDNA raw files or VCF). It interrogates a curated set of nutritionally-relevant SNPs drawn from GWAS Catalog, ClinVar, and peer-reviewed nutrigenomics literature, then translates genotype calls into actionable dietary and supplementation guidance — all computed locally. **Key outputs** - Markdown nutrition report with risk scores and recommendations - Radar chart of nutrient risk profile - Gene × nutrient heatmap - Reproducibility bundle (`commands.sh`, `environment.yml`, SHA-256 checksums) --- ## Trigger Phrases The Bio Orchestrator should route to this skill when the user says anything like: - "personalised nutrition", "nutrigenomics", "diet genetics" - "what should I eat based on my DNA" - "nutrient metabolism", "vitamin absorption genetics" - "MTHFR", "APOE", "FTO", "BCMO1", "VDR", "FADS1/2" - "folate", "omega-3", "vitamin D", "caffeine metabolism", "

What's inside
Steps it walks through
  1. What This Skill Does
  2. Trigger Phrases
  3. Curated SNP Panel
  4. Macronutrient Metabolism
  5. Micronutrient Metabolism
  6. Omega-3 / Fatty Acid Metabolism
  7. Caffeine & Alcohol
  8. Food Sensitivities
  9. Antioxidant & Detoxification
  10. Algorithm
  11. 1. Input Parsing (parseinput.py)
  12. 2. Genotype Extraction (extractgenotypes.py)
  13. 3. Risk Scoring (scorevariants.py)
  14. 4. Report Generation (generatereport.py)
Ships with 16 files
  • .gitignore
  • api.py
  • data/snp_panel.json
  • examples/data/.gitkeep
  • examples/generate_patient.py
  • examples/output/nutrigx_heatmap.png
  • examples/output/nutrigx_radar.png
  • examples/output/nutrigx_report.md
  • extract_genotypes.py
  • generate_report.py
  • nutrigx_advisor.py
  • parse_input.py
  • repro_bundle.py
  • score_variants.py
  • tests/synthetic_patient.csv
  • tests/test_nutrigx.py
Commands it runs
From 23andMe raw data
openclaw "Generate my personalised nutrition report from genome.csv"
From VCF
openclaw "Run NutriGx analysis on variants.vcf and flag any folate pathway risks"
Targeted query
openclaw "What does my APOE status mean for my saturated fat intake?"
Generate a random demo patient and run the report
python examples/generate_patient.py --run
More from awesome-bio-agent-skills
All skills →
About this skill
What does the nutrigx-advisor skill do?

Personalised nutrition report from consumer genetic data (23andMe, AncestryDNA, VCF) — interrogates nutritionally-relevant SNPs and generates actionable dietary guidance, all computed locally.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill nutrigx-advisor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going