This skill implements the capabilities of the "Autonomous Clinical AI Agent" described in Nature Cancer (2025). It combines Large Language Models (LLMs) for reasoning with specialized vision models for pathology image analysis to support precision oncology decision-making.
When to Use This Skill
Precision Oncology: For interpreting complex cancer cases involving pathology, genomics, and clinical history.
Biomarker Detection: To identify status of key biomarkers (MSI, KRAS, BRAF) from pathology slides (H&E).
Guideline Adherence: To check treatment plans against NCCN or ASCO guidelines (via OncoKB/PubMed).
Multimodal Synthesis: When you need to combine image data and text reports.
Core Capabilities
Vision Transformer Analysis: Detects MSI status and key mutations (KRAS, BRAF) directly from H&E images.
Clinical Reasoning: Synthesizes patient history, pathology, and genomics to recommend therapies.
Evidence Retrieval: Integrates real-time knowledge from OncoKB and PubMed.
Decision Support: Provides ranked treatment options with evidence levels.
Output: Generate a comprehensive "Tumor Board" style report.
Example Usage
User: "Review this case of metastatic colorectal cancer. The H&E slide is attached. What is the predicted MSI status and recommended first-line therapy?"
Agent Action:
Runs vision model on H&E image -> Output: "MSI-High (Predicted)".
Reads clinical notes -> "Patient is fit, ECOG 0."
Consults Knowledge Base -> "MSI-High CRC responds to Pembrolizumab."
Recommends: "Based on predicted MSI-High status, immunotherapy (Pembrolizumab) is recommended over standard chemotherapy..."
1---2name: autonomous-oncology-agent3description: Precision Oncology4license: MIT5---67<!--8# COPYRIGHT NOTICE9# This file is part of the "Universal Biomedical Skills" project.10# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>11# All Rights Reserved.12#13# This code is proprietary and confidential.14# Unauthorized copying of this file, via any medium is strictly prohibited.15#16# Provenance: Authenticated by MD BABU MIA1718-->192021# Autonomous Clinical AI Agent (Oncology)2223This skill implements the capabilities of the "Autonomous Clinical AI Agent" described in Nature Cancer (2025). It combines Large Language Models (LLMs) for reasoning with specialized vision models for pathology image analysis to support precision oncology decision-making.2425## When to Use This Skill2627* **Precision Oncology**: For interpreting complex cancer cases involving pathology, genomics, and clinical history.28* **Biomarker Detection**: To identify status of key biomarkers (MSI, KRAS, BRAF) from pathology slides (H&E).29* **Guideline Adherence**: To check treatment plans against NCCN or ASCO guidelines (via OncoKB/PubMed).30* **Multimodal Synthesis**: When you need to combine image data and text reports.3132## Core Capabilities33341. **Vision Transformer Analysis**: Detects MSI status and key mutations (KRAS, BRAF) directly from H&E images.352. **Clinical Reasoning**: Synthesizes patient history, pathology, and genomics to recommend therapies.363. **Evidence Retrieval**: Integrates real-time knowledge from OncoKB and PubMed.374. **Decision Support**: Provides ranked treatment options with evidence levels.3839## Workflow40411. **Input Processing**:42 * Text: Clinical notes, pathology reports, genomic panels.43 * Image: H&E histology slides.442. **Analysis**:45 * Vision model predicts molecular features from slides.46 * LLM extracts key clinical entities (Stage, Histology, Mutations).473. **Reasoning**:48 * Query OncoKB for actionable mutations.49 * Match against standard of care guidelines.504. **Output**: Generate a comprehensive "Tumor Board" style report.5152## Example Usage5354**User**: "Review this case of metastatic colorectal cancer. The H&E slide is attached. What is the predicted MSI status and recommended first-line therapy?"5556**Agent Action**:571. Runs vision model on H&E image -> Output: "MSI-High (Predicted)".582. Reads clinical notes -> "Patient is fit, ECOG 0."593. Consults Knowledge Base -> "MSI-High CRC responds to Pembrolizumab."604. Recommends: "Based on predicted MSI-High status, immunotherapy (Pembrolizumab) is recommended over standard chemotherapy..."616263<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Run npx skillmds@latest add fridrichmethod/autonomous-oncology-agent in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Precision Oncology It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free. This skill is licensed under MIT.
FridrichMethod (@fridrichmethod) published this skill. Their other Agent Skills are listed on their SkillMD profile.