Agent skill
microbiome-cancer-agent
Install this agent skill to your Project
npx add-skill https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/microbiome-cancer-agent
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
vcf-annotator
Annotate VCF variants with VEP, ClinVar, gnomAD frequencies, and ancestry-aware context. Generates prioritised variant reports.
chemist-analyst
Analyzes events through chemistry lens using molecular structure, reaction mechanisms, thermodynamics, kinetics, and analytical techniques (spectroscopy, chromatography, mass spectrometry). Provides insights on chemical processes, material properties, reaction pathways, synthesis, and analytical methods. Use when: Chemical reactions, material analysis, synthesis planning, process optimization, environmental chemistry. Evaluates: Molecular structure, reaction mechanisms, yield, selectivity, safety, environmental impact.
bio-alignment-io
Read, write, and convert multiple sequence alignment files using Biopython Bio.AlignIO. Supports Clustal, PHYLIP, Stockholm, FASTA, Nexus, and other alignment formats for phylogenetics and conservation analysis. Use when reading, writing, or converting alignment file formats.
sleep-analyzer
分析睡眠数据、识别睡眠模式、评估睡眠质量,并提供个性化睡眠改善建议。支持与其他健康数据的关联分析。
metabolomics-workbench-database
Access NIH Metabolomics Workbench via REST API (4,200+ studies). Query metabolites, RefMet nomenclature, MS/NMR data, m/z searches, study metadata, for metabolomics and biomarker discovery.
bio-hi-c-analysis-matrix-operations
Balance, normalize, and transform Hi-C contact matrices using cooler and cooltools. Apply iterative correction (ICE), compute expected values, and generate observed/expected matrices. Use when normalizing or transforming Hi-C matrices.
Didn't find tool you were looking for?