Agent skill

cellular-senescence-agent

Stars 2,009
Forks 275

Install this agent skill to your Project

npx add-skill https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/cellular-senescence-agent

SKILL.md


name: 'cellular-senescence-agent' description: 'AI-powered analysis of cellular senescence for aging research, cancer therapy response, and senolytic drug development.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools:

  • read_file
  • run_shell_command

Cellular Senescence Agent

The Cellular Senescence Agent provides comprehensive AI-driven analysis of cellular senescence signatures for aging research, cancer biology, and senolytic therapeutic development.

When to Use This Skill

  • When identifying senescent cells in tissue or single-cell data.
  • To analyze senescence-associated secretory phenotype (SASP).
  • For predicting senolytic drug sensitivity.
  • When studying therapy-induced senescence in cancer.
  • To assess senescence burden in aging and disease.

Core Capabilities

  1. Senescence Scoring: Calculate senescence signatures from transcriptomic data.

  2. SASP Profiling: Characterize senescence-associated secretory phenotype composition.

  3. Single-Cell Detection: Identify senescent cells in scRNA-seq data.

  4. Senolytic Prediction: Predict sensitivity to senolytic drugs.

  5. Tissue Aging: Assess senescence burden across tissues.

  6. Cancer Senescence: Analyze therapy-induced senescence.

Senescence Markers

Category Markers Detection
Cell cycle p16INK4a, p21CIP1, p53 Expression, IHC
SA-β-gal GLB1 (lysosomal) Activity assay
SASP IL-6, IL-8, MMP3, PAI-1 Expression, secretion
DNA damage γH2AX, 53BP1 foci Immunofluorescence
Morphology Enlarged, flattened Imaging
Epigenetic SAHF, SAHMs Chromatin marks

Workflow

  1. Input: Bulk or single-cell RNA-seq, proteomics, imaging data.

  2. Signature Scoring: Apply senescence gene signatures.

  3. SASP Analysis: Profile secretory phenotype.

  4. Cell Identification: Flag senescent cells (single-cell).

  5. Senolytic Prediction: Match to drug sensitivity profiles.

  6. Burden Estimation: Quantify senescence load.

  7. Output: Senescence scores, SASP profile, drug recommendations.

Example Usage

User: "Analyze senescence signatures in this aging tissue dataset and identify senolytic candidates."

Agent Action:

bash
python3 Skills/Longevity_Aging/Cellular_Senescence_Agent/senescence_analyzer.py \
    --rnaseq tissue_expression.tsv \
    --singlecell tissue_scrnaseq.h5ad \
    --signatures fridman_sasp,reactome_senescence \
    --senolytic_prediction true \
    --tissue liver \
    --output senescence_report/

Senescence Gene Signatures

Signature Genes Application
Fridman (2017) CDKN1A, CDKN2A, SERPINE1... Pan-senescence
SenMayo 125 genes Tissue senescence
SASP Core IL6, IL8, CXCL1, MMP1... Secretory phenotype
p16/p21 pathway CDKN2A, CDKN1A, MDM2... Cell cycle arrest

SASP Components

Pro-inflammatory:

  • Interleukins: IL-1α/β, IL-6, IL-8
  • Chemokines: CXCL1, CXCL2, CCL2
  • Growth factors: TGF-β, VEGF

Matrix Remodeling:

  • MMPs: MMP1, MMP3, MMP10
  • Serpins: PAI-1 (SERPINE1)

Effects on Microenvironment:

  • Paracrine senescence spread
  • Immune cell recruitment
  • ECM remodeling
  • Tumor promotion (chronic) vs suppression (acute)

Senolytic Drugs

Drug Target Clinical Status
Dasatinib Src/tyrosine kinases Trials (with Q)
Quercetin PI3K, serpins Trials (with D)
Navitoclax BCL-2/BCL-xL Trials
Fisetin Multiple Early trials
UBX1325 BCL-xL Phase 2 (macular)

AI/ML Components

Senescence Classifier:

  • Multi-gene signature scoring
  • ML classifiers on expression
  • Single-cell senescence probability

Drug Response:

  • GDSC/CCLE senescence sensitivity
  • SASP-drug correlations
  • Synergy predictions

Aging Clock Integration:

  • Epigenetic age correlation
  • Transcriptomic age
  • Senescence-aging relationships

Cancer Applications

Therapy-Induced Senescence (TIS):

  • Chemotherapy, radiation
  • CDK4/6 inhibitors (palbociclib)
  • Dual outcomes: tumor suppression vs SASP-driven recurrence

Senescence + Senolytics:

  • Induce senescence → clear with senolytics
  • "One-two punch" approach
  • Clinical trials ongoing

Prerequisites

  • Python 3.10+
  • Gene signature tools (GSVA, ssGSEA)
  • Single-cell analysis (Scanpy)
  • Drug response databases

Related Skills

  • Single_Cell - For scRNA-seq analysis
  • Cancer_Metabolism_Agent - For metabolic senescence
  • Tumor_Microenvironment - For SASP effects

Research Applications

  1. Aging Research: Quantify senescence burden
  2. Cancer Therapy: Monitor TIS response
  3. Drug Development: Senolytic efficacy
  4. Fibrosis: Senescence in fibrotic disease
  5. Regeneration: Senescence in tissue repair

Author

AI Group - Biomedical AI Platform

Expand your agent's capabilities with these related and highly-rated skills.

FreedomIntelligence/OpenClaw-Medical-Skills

vcf-annotator

Annotate VCF variants with VEP, ClinVar, gnomAD frequencies, and ancestry-aware context. Generates prioritised variant reports.

2,009 275
Explore
FreedomIntelligence/OpenClaw-Medical-Skills

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.

2,009 275
Explore
FreedomIntelligence/OpenClaw-Medical-Skills

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.

2,009 275
Explore
FreedomIntelligence/OpenClaw-Medical-Skills

sleep-analyzer

分析睡眠数据、识别睡眠模式、评估睡眠质量,并提供个性化睡眠改善建议。支持与其他健康数据的关联分析。

2,009 275
Explore
FreedomIntelligence/OpenClaw-Medical-Skills

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.

2,009 275
Explore
FreedomIntelligence/OpenClaw-Medical-Skills

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.

2,009 275
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results