A local AI agent skill for generating science-backed personalised nutrition reports from consumer genetic data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nutrigx-advisor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nutrigx-advisor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
NutriGx Advisor is a specialized tool within the Openclaw Skills ecosystem designed to translate raw genetic data into actionable dietary guidance. It analyzes consumer DNA files like 23andMe, AncestryDNA, or VCF formats to identify specific genetic variants (SNPs) associated with metabolism, vitamin absorption, and food sensitivities.
By focusing on privacy through local computation, it provides users with a deep understanding of their unique nutritional needs without compromising sensitive data. The skill interrogates a curated panel of SNPs drawn from GWAS Catalog and ClinVar, translating complex genotype calls into easy-to-understand risk scores and dietary recommendations.
To use this within the Openclaw Skills framework, ensure you have Python 3.11+ and the required libraries installed:
pip install pandas numpy matplotlib seaborn
# Optional for PDF generation
pip install reportlab
You can then trigger the analysis directly via the CLI:
openclaw "Generate my personalised nutrition report from genome.csv"
The skill organizes its analysis through a structured data pipeline:
| Component | Format | Description |
|---|---|---|
| SNP Panel | JSON | Curated definitions of genes, SNPs, and risk alleles in data/snp_panel.json. |
| Risk Scores | Numeric | 0.0 to 1.0 weights per SNP, aggregated into 0-10 domain scores. |
| Visualizations | PNG | Radar charts and heatmaps illustrating nutrient risk profiles. |
| Reproducibility | Shell/JSON | A bundle containing commands.sh, environment.yml, and SHA-256 checksums. |
Loading
A bioinformatics agent for computing HEIM diversity and equity metrics from genomic data.

A bioinformatics tool for generating detailed pharmacogenomic reports from consumer genetic data to analyze drug response profiles.

A specialized meta-agent designed to route bioinformatics requests to sub-skills while ensuring data reproducibility and structured reporting.

A bioinformatics agent for computing diversity metrics and the HEIM Equity Score from genomic VCF or ancestry data.

A bioinformatics tool that converts raw consumer genetic data into actionable pharmacogenomic reports using CPIC guidelines.

A comprehensive bash-based integration to manage Linear issues, project progress, and Git workflows within Openclaw Skills.








































