跳到主要内容
知仓学习社ZHICANG

immune-checkpoint-combination-agent

immune-checkpoint-combination-agent,来自 FreedomIntelligence/OpenClaw-Medical-Skills 的 agent 技能。

不碰外部(只输出文字)无严重或高危命中FreedomIntelligence/OpenClaw-Medical-Skills

它会碰到什么

扫了多少1 个文本文件,6 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

<!--

COPYRIGHT NOTICE

This file is part of the "Universal Biomedical Skills" project.

Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>

All Rights Reserved.

#

This code is proprietary and confidential.

Unauthorized copying of this file, via any medium is strictly prohibited.

#

Provenance: Authenticated by MD BABU MIA

-->


name: 'immune-checkpoint-combination-agent'

description: 'AI-powered analysis for predicting optimal immune checkpoint inhibitor combinations based on tumor microenvironment, biomarkers, and molecular profiling.'

measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.

allowed-tools:

  • read_file
  • run_shell_command

Immune Checkpoint Combination Agent

The Immune Checkpoint Combination Agent analyzes tumor molecular profiles to predict optimal immune checkpoint inhibitor (ICI) combinations. It integrates TME characterization, checkpoint expression, resistance mechanisms, and clinical evidence for rational immunotherapy combination design.

When to Use This Skill

  • When selecting checkpoint inhibitor combinations for individual patients.
  • To predict response to ICI combinations (PD-1/PD-L1 + CTLA-4, TIGIT, LAG-3).
  • For identifying resistance mechanisms suggesting specific combinations.
  • When analyzing tumor microenvironment to guide combination selection.
  • To match patients to combination immunotherapy clinical trials.

Core Capabilities

  1. Checkpoint Expression Profiling: Quantify expression of PD-1, PD-L1, CTLA-4, TIGIT, LAG-3, TIM-3, and others.
  1. TME Characterization: Classify tumors as "hot" (inflamed), "excluded", or "cold" (desert) for combination rationale.
  1. Resistance Mechanism Analysis: Identify primary and acquired resistance patterns.
  1. Combination Prediction: ML models predicting response to specific checkpoint combinations.
  1. Synergy Scoring: Evaluate potential synergies based on mechanism of action overlap.
  1. Clinical Evidence Integration: Match combinations to published efficacy data.

Checkpoint Inhibitor Landscape

| Target | Approved Agents | Mechanism | Combination Rationale |

|--------|-----------------|-----------|----------------------|

| PD-1 | Pembrolizumab, Nivolumab | Block T-cell inhibition | Backbone therapy |

| PD-L1 | Atezolizumab, Durvalumab | Block tumor immune evasion | Alternative backbone |

| CTLA-4 | Ipilimumab, Tremelimumab | Enhance T-cell priming | Non-redundant to PD-1 |

| LAG-3 | Relatlimab | Block exhausted T-cells | PD-1 refractory |

| TIGIT | Tiragolumab | Block NK/T suppression | NK cell engagement |

| TIM-3 | Multiple in trials | Terminal exhaustion | Highly exhausted TME |

Workflow

  1. Input: Tumor RNA-seq, IHC markers, TMB/MSI status, clinical data.
  1. Checkpoint Profiling: Quantify checkpoint ligand/receptor expression.
  1. TME Classification: Determine immune infiltration pattern.
  1. Resistance Analysis: Identify potential resistance mechanisms.
  1. Combination Scoring: Rank combinations by predicted efficacy.
  1. Evidence Matching: Link to clinical trial data.
  1. Output: Ranked combinations, rationale, supporting evidence, trial matches.

Example Usage

User: "Recommend optimal checkpoint inhibitor combination for this melanoma patient based on their tumor profile."

Agent Action:

python3 Skills/Immunology_Vaccines/Immune_Checkpoint_Combination_Agent/ici_combination.py \
    --rnaseq tumor_expression.tsv \
    --ihc pd-l1_tps_60.json \
    --mutations tumor_mutations.maf \
    --tmb 12.5 \
    --msi stable \
    --tumor_type melanoma \
    --prior_treatment pembrolizumab \
    --output ici_recommendations.json

TME-Based Combination Rationale

Inflamed ("Hot") Tumors:

  • High TIL infiltration
  • PD-L1 high
  • Respond to anti-PD-1 monotherapy
  • Add CTLA-4 for improved depth

Excluded Tumors:

  • TILs at margin, not infiltrating
  • Physical/chemical barriers
  • Consider anti-CTLA-4 for priming
  • Add chemotherapy for barrier disruption

Desert ("Cold") Tumors:

  • Low TIL infiltration
  • Low PD-L1
  • Need to induce inflammation first
  • Consider chemo, radiation, or vaccines + ICI

Resistance Mechanisms and Solutions

| Mechanism | Biomarkers | Combination Strategy |

|-----------|------------|---------------------|

| Alternative checkpoints | LAG-3+, TIGIT+, TIM-3+ | Add second checkpoint |

| WNT/β-catenin | CTNNB1 mutations | Poor ICI candidate |

| IFN signaling loss | JAK1/2, B2M mutations | Limited benefit |

| MHC loss | HLA-A/B/C loss | NK-engaging therapies |

| T-cell exclusion | TGF-β high | TGF-β inhibitor combination |

AI/ML Models

Response Prediction:

  • Multi-modal model (expression + mutations + clinical)
  • Trained on TCGA + clinical trial data
  • AUC 0.72-0.80 for response

Synergy Prediction:

  • Network-based combination scoring
  • Mechanistic pathway analysis
  • Clinical validation integration

Combination Evidence Database

| Combination | Indication | Key Trial | Benefit |

|-------------|------------|-----------|---------|

| Nivo + Ipi | Melanoma | CheckMate-067 | OS improvement |

| Nivo + Rela | Melanoma | RELATIVITY-047 | PFS improvement |

| Atezo + Tira | NSCLC | CITYSCAPE | PFS improvement (PD-L1 high) |

| Durva + Treme | HCC | HIMALAYA | OS improvement |

Prerequisites

  • Python 3.10+
  • scikit-learn, XGBoost for ML
  • Gene signature databases
  • Clinical evidence database

Related Skills

  • TCell_Exhaustion_Analysis_Agent - For exhaustion profiling
  • Tumor_Microenvironment - For TME characterization
  • Neoantigen_Vaccine_Agent - For vaccine combinations

Clinical Considerations

  1. Toxicity: Combinations increase irAE risk
  2. Sequencing: Optimal order of agents
  3. Biomarkers: TMB, PD-L1, MSI as selection criteria
  4. Cost: Combination therapy costs

Author

AI Group - Biomedical AI Platform

<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 3,010
本站分层T1
该仓技能数897
原文件路径skills/immune-checkpoint-combination-agent/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 897 个技能