Agent skill · Data & Analytics

tooluniverse-metabolomics-analysis

Analyze metabolomics data including metabolite identification, quantification, pathway analysis, and metabolic flux. Processes LC-MS, GC-MS, NMR data from targeted and untargeted experiments. Performs normalization, statistical analysis, pathway enrichment, metabolite-enzyme integration, and biomarker discovery. Use when analyzing metabolomics datasets, identifying differential metabolites, studying metabolic pathways, integrating with transcriptomics/proteomics, discovering metabolic biomarkers, performing flux balance analysis, or characterizing metabolic phenotypes in disease, drug response

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill tooluniverse-metabolomics-analysis --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 23 KB
Bundled scripts: none
Path: skills/openclaw/tooluniverse-metabolomics-analysis/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.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Comprehensive analysis of metabolomics data from metabolite identification through quantification, statistical analysis, pathway interpretation, and integration with other omics layers.

How it works

Follows a phased workflow:

  • Phase 1: Data Import & Metabolite Identification
    • Load data in peak_table, mzml, or nmr format; identify metabolites by matching features to HMDB, KEGG, PubChem with confidence scoring; support mass tolerance of 0.005 (5 ppm).
  • Phase 2: Quality Control & Filtering
    • Compute QC metrics (CV in QC samples, blank ratios), remove low-quality features, and handle missing values and blank subtraction.
  • Phase 3: Normalization
    • Apply TIC, PQN, or internal standard normalization; include batch effect correction and optional log-transform or scaling; provide internal standard normalization method using a defined metabolite column.
  • Phase 4: Exploratory Analysis
    • Perform PCA for sample clustering and generate related plots; provide PLS-DA for supervised dimensionality reduction.
  • Phase 5: Differential Metabolite Analysis
    • Conduct statistical tests (t-test, ANOVA, Wilcoxon), compute fold changes and log2FC, apply multiple testing correction, and generate volcano plots and heatmaps.
  • Phase 6: Pathway Analysis
    • Conduct metabolite set enrichment (MSEA) and pathway mapping to KEGG/Reactome, identify dysregulated pathways; support integration with pathway context.
  • Phase 7: Multi-Omics Integration
    • Correlate metabolite data with enzyme expression (RNA/protein) and perform pathway-level integration and metabolic flux inference.
  • Phase 8: Generate Report
    • Compile summary statistics, differential metabolites, pathway diagrams, multi-omics plots, and biomarker panels.

When to use it

Used when analyzing metabolomics datasets, identifying differential metabolites, studying metabolic pathways, integrating with transcriptomics/proteomics, discovering metabolic biomarkers, performing flux balance analysis, or characterizing metabolic phenotypes in disease, drug response, or physiological conditions.

What it can touch

The workflow includes data import, metabolite identification, QC, normalization, statistical analysis, differential analysis, pathway analysis, multi-omics integration, and report generation as described in the phases.

Caveats

License is NOASSERTION; the approach relies on database matching (HMDB, KEGG, PubChem) and statistical methods that require proper data quality and experimental design. The provided excerpt includes example code and function outlines but does not guarantee results beyond the stated procedures.

From the SKILL.md

# Metabolomics Analysis Comprehensive analysis of metabolomics data from metabolite identification through quantification, statistical analysis, pathway interpretation, and integration with other omics layers. ## When to Use This Skill **Triggers**: - User has metabolomics data (LC-MS, GC-MS, NMR) - Questions about metabolite abundance or concentrations - Differential metabolite analysis requests - Metabolic pathway analysis - Multi-omics integration with metabolomics - Metabolic biomarker discovery - Flux balance analysis or metabolic modeling - Metabolite-enzyme correlation **Example Questions This Skill Solves**: 1. "Analyze this LC-MS metabolomics data for differential metabolites" 2. "Which metabolic pathways are dysregulated between conditions?" 3. "Identify metabolite biomarkers for disease classification" 4. "Correlate metabolite levels with enzyme expression" 5. "Perform pathway enrichment for differential metabolites" 6. "Integrate metabolomics with transcriptomics data" 7. "Characterize the metabolic phenotype of this cell line" 8. "Identify metabolites associated with drug response" --- ## Core Capabilities | Capability | Description | |-----------|-------------| | **Da

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Core Capabilities
  3. Workflow Overview
  4. Phase Details
  5. Phase 1: Data Import & Metabolite Identification
  6. Phase 2: Quality Control & Filtering
  7. Phase 3: Normalization
  8. Phase 4: Exploratory Analysis
  9. Phase 5: Differential Metabolite Analysis
  10. Phase 6: Metabolic Pathway Analysis
  11. Phase 7: Multi-Omics Integration
  12. Phase 8: Report Generation
  13. Integration with ToolUniverse
  14. Quantified Minimums
More from awesome-bio-agent-skills
All skills →
About this skill
What does the tooluniverse-metabolomics-analysis skill do?

Analyze metabolomics data including metabolite identification, quantification, pathway analysis, and metabolic flux. Processes LC-MS, GC-MS, NMR data from targeted and untargeted experiments. Performs normalization, statistical analysis, pathway enrichment, metabolite-enzyme integration, and biomarker discovery. Use when analyzing metabolomics datasets, identifying differential metabolites, studying metabolic pathways, integrating with transcriptomics/proteomics, discovering metabolic biomarkers, performing flux balance analysis, or characterizing metabolic phenotypes in disease, drug response

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill tooluniverse-metabolomics-analysis --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