name: 'microbiome-cancer-agent'
description: 'AI-powered analysis of microbiome-cancer interactions including tumor microbiome profiling, immunotherapy response prediction, and microbiome-targeted therapeutic opportunities.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
- read_file
- run_shell_command
Microbiome-Cancer Interaction Agent
The Microbiome-Cancer Interaction Agent analyzes relationships between the microbiome and cancer, including tumor-associated bacteria, gut microbiome effects on immunotherapy, and microbiome-targeted therapeutic strategies.
When to Use This Skill
- When analyzing tumor microbiome composition from sequencing data.
- To predict immunotherapy response based on gut microbiome profiles.
- For identifying microbiome-based biomarkers in cancer.
- When assessing antibiotic impact on cancer treatment efficacy.
- To design microbiome-modulating therapeutic interventions.
Core Capabilities
Tumor Microbiome Analysis: Profile intratumoral bacteria from tumor sequencing data.
Gut-Cancer Axis: Analyze fecal microbiome associations with cancer outcomes.
ICI Response Prediction: Predict checkpoint inhibitor response from microbiome.
Metabolite Profiling: Link microbial metabolites to cancer phenotypes.
Antibiotic Impact: Model antibiotic effects on treatment efficacy.
FMT/Probiotic Design: Support microbiome-modulating interventions.
Microbiome-Cancer Associations
| Cancer Type |
Key Bacteria |
Association |
| Colorectal |
Fusobacterium nucleatum |
Promotion, poor prognosis |
| Colorectal |
Bacteroides fragilis (ETBF) |
Carcinogenesis |
| Gastric |
Helicobacter pylori |
Established carcinogen |
| Pancreatic |
Gammaproteobacteria |
Drug metabolism |
| Breast |
Fusobacterium |
Metastasis |
| Oral |
Porphyromonas gingivalis |
Oral SCC |
Workflow
Input: 16S/shotgun metagenomics, tumor sequencing, clinical data.
Taxonomy Profiling: Identify bacterial composition at genus/species level.
Diversity Analysis: Calculate alpha and beta diversity metrics.
Association Testing: Correlate microbiome with outcomes.
Functional Prediction: Infer metabolic potential (PICRUSt2, HUMAnN).
Prediction Modeling: Build response prediction models.
Output: Microbiome profile, associations, predictions, interventions.
Example Usage
User: "Analyze gut microbiome from melanoma patients and predict anti-PD-1 response."
Agent Action:
python3 Skills/Microbiome/Microbiome_Cancer_Agent/microbiome_cancer.py \
--metagenomics fecal_shotgun.fastq.gz \
--tumor_data melanoma_rnaseq.tsv \
--clinical treatment_outcomes.csv \
--analysis ici_response \
--reference metaphlan_db \
--output microbiome_report/
ICI Response and Microbiome
Favorable Microbiome:
- Akkermansia muciniphila
- Faecalibacterium prausnitzii
- Bifidobacterium spp.
- Ruminococcaceae family
- High diversity
Unfavorable Microbiome:
- Bacteroidales (in some studies)
- Low diversity
- Post-antibiotic dysbiosis
Microbial Metabolites in Cancer
| Metabolite |
Source |
Effect |
| Butyrate |
Clostridia |
Anti-inflammatory, anti-tumor |
| Inosine |
Akkermansia |
Enhanced ICI response |
| TMAO |
Various |
Pro-tumorigenic |
| Secondary bile acids |
Various |
Variable, context-dependent |
| LPS |
Gram-negative |
Inflammation, mixed effects |
AI/ML Components
Response Prediction:
- Random forest on microbiome features
- Neural networks for metagenomic profiles
- Integration with host factors
Microbiome-Metabolite Linking:
- Genome-scale metabolic models
- Correlation networks
- Causal inference methods
Intervention Design:
- FMT donor selection
- Probiotic consortium optimization
- Antibiotic avoidance recommendations
Tumor Microbiome Analysis
Challenges:
- Low bacterial biomass in tumors
- Contamination from reagents/environment
- Batch effects
- Need for stringent controls
Best Practices:
- Negative controls (extraction, PCR)
- Decontamination algorithms (decontam, SCRuB)
- Multiple validation methods
- Orthogonal confirmation (FISH, culture)
Clinical Implications
- Biomarker Development: Microbiome-based response prediction
- Intervention Timing: Avoid antibiotics pre-ICI
- FMT Trials: Responder microbiome transfer
- Probiotics: Rationally designed consortia
- Prebiotics: Fiber to support beneficial bacteria
Prerequisites
- Python 3.10+
- QIIME2, Metaphlan, HUMAnN
- R (phyloseq, vegan)
- ML frameworks
Related Skills
- Metagenomics - For general microbiome analysis
- Immune_Checkpoint_Combination_Agent - For ICI optimization
- Metabolomics - For metabolite analysis
Research Frontiers
- Intratumoral bacteria: Direct tumor effects
- Phage therapy: Targeting pathobionts
- Engineered probiotics: Drug-producing bacteria
- Diet interventions: Modulating microbiome for therapy
Author
AI Group - Biomedical AI Platform
1---2name: microbiome-cancer-agent3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: 'microbiome-cancer-agent'20description: 'AI-powered analysis of microbiome-cancer interactions including tumor microbiome profiling, immunotherapy response prediction, and microbiome-targeted therapeutic opportunities.'21measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.22allowed-tools:23 - read_file24 - run_shell_command25---262728# Microbiome-Cancer Interaction Agent2930The **Microbiome-Cancer Interaction Agent** analyzes relationships between the microbiome and cancer, including tumor-associated bacteria, gut microbiome effects on immunotherapy, and microbiome-targeted therapeutic strategies.3132## When to Use This Skill3334* When analyzing tumor microbiome composition from sequencing data.35* To predict immunotherapy response based on gut microbiome profiles.36* For identifying microbiome-based biomarkers in cancer.37* When assessing antibiotic impact on cancer treatment efficacy.38* To design microbiome-modulating therapeutic interventions.3940## Core Capabilities41421. **Tumor Microbiome Analysis**: Profile intratumoral bacteria from tumor sequencing data.43442. **Gut-Cancer Axis**: Analyze fecal microbiome associations with cancer outcomes.45463. **ICI Response Prediction**: Predict checkpoint inhibitor response from microbiome.47484. **Metabolite Profiling**: Link microbial metabolites to cancer phenotypes.49505. **Antibiotic Impact**: Model antibiotic effects on treatment efficacy.51526. **FMT/Probiotic Design**: Support microbiome-modulating interventions.5354## Microbiome-Cancer Associations5556| Cancer Type | Key Bacteria | Association |57|-------------|--------------|-------------|58| Colorectal | Fusobacterium nucleatum | Promotion, poor prognosis |59| Colorectal | Bacteroides fragilis (ETBF) | Carcinogenesis |60| Gastric | Helicobacter pylori | Established carcinogen |61| Pancreatic | Gammaproteobacteria | Drug metabolism |62| Breast | Fusobacterium | Metastasis |63| Oral | Porphyromonas gingivalis | Oral SCC |6465## Workflow66671. **Input**: 16S/shotgun metagenomics, tumor sequencing, clinical data.68692. **Taxonomy Profiling**: Identify bacterial composition at genus/species level.70713. **Diversity Analysis**: Calculate alpha and beta diversity metrics.72734. **Association Testing**: Correlate microbiome with outcomes.74755. **Functional Prediction**: Infer metabolic potential (PICRUSt2, HUMAnN).76776. **Prediction Modeling**: Build response prediction models.78797. **Output**: Microbiome profile, associations, predictions, interventions.8081## Example Usage8283**User**: "Analyze gut microbiome from melanoma patients and predict anti-PD-1 response."8485**Agent Action**:86```bash87python3 Skills/Microbiome/Microbiome_Cancer_Agent/microbiome_cancer.py \88 --metagenomics fecal_shotgun.fastq.gz \89 --tumor_data melanoma_rnaseq.tsv \90 --clinical treatment_outcomes.csv \91 --analysis ici_response \92 --reference metaphlan_db \93 --output microbiome_report/94```9596## ICI Response and Microbiome9798**Favorable Microbiome**:99- Akkermansia muciniphila100- Faecalibacterium prausnitzii101- Bifidobacterium spp.102- Ruminococcaceae family103- High diversity104105**Unfavorable Microbiome**:106- Bacteroidales (in some studies)107- Low diversity108- Post-antibiotic dysbiosis109110## Microbial Metabolites in Cancer111112| Metabolite | Source | Effect |113|------------|--------|--------|114| Butyrate | Clostridia | Anti-inflammatory, anti-tumor |115| Inosine | Akkermansia | Enhanced ICI response |116| TMAO | Various | Pro-tumorigenic |117| Secondary bile acids | Various | Variable, context-dependent |118| LPS | Gram-negative | Inflammation, mixed effects |119120## AI/ML Components121122**Response Prediction**:123- Random forest on microbiome features124- Neural networks for metagenomic profiles125- Integration with host factors126127**Microbiome-Metabolite Linking**:128- Genome-scale metabolic models129- Correlation networks130- Causal inference methods131132**Intervention Design**:133- FMT donor selection134- Probiotic consortium optimization135- Antibiotic avoidance recommendations136137## Tumor Microbiome Analysis138139**Challenges**:140- Low bacterial biomass in tumors141- Contamination from reagents/environment142- Batch effects143- Need for stringent controls144145**Best Practices**:146- Negative controls (extraction, PCR)147- Decontamination algorithms (decontam, SCRuB)148- Multiple validation methods149- Orthogonal confirmation (FISH, culture)150151## Clinical Implications1521531. **Biomarker Development**: Microbiome-based response prediction1542. **Intervention Timing**: Avoid antibiotics pre-ICI1553. **FMT Trials**: Responder microbiome transfer1564. **Probiotics**: Rationally designed consortia1575. **Prebiotics**: Fiber to support beneficial bacteria158159## Prerequisites160161* Python 3.10+162* QIIME2, Metaphlan, HUMAnN163* R (phyloseq, vegan)164* ML frameworks165166## Related Skills167168* Metagenomics - For general microbiome analysis169* Immune_Checkpoint_Combination_Agent - For ICI optimization170* Metabolomics - For metabolite analysis171172## Research Frontiers1731741. **Intratumoral bacteria**: Direct tumor effects1752. **Phage therapy**: Targeting pathobionts1763. **Engineered probiotics**: Drug-producing bacteria1774. **Diet interventions**: Modulating microbiome for therapy178179## Author180181AI Group - Biomedical AI Platform182183184<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->