Agent skill
cellular-senescence-agent
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
-
Senescence Scoring: Calculate senescence signatures from transcriptomic data.
-
SASP Profiling: Characterize senescence-associated secretory phenotype composition.
-
Single-Cell Detection: Identify senescent cells in scRNA-seq data.
-
Senolytic Prediction: Predict sensitivity to senolytic drugs.
-
Tissue Aging: Assess senescence burden across tissues.
-
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
-
Input: Bulk or single-cell RNA-seq, proteomics, imaging data.
-
Signature Scoring: Apply senescence gene signatures.
-
SASP Analysis: Profile secretory phenotype.
-
Cell Identification: Flag senescent cells (single-cell).
-
Senolytic Prediction: Match to drug sensitivity profiles.
-
Burden Estimation: Quantify senescence load.
-
Output: Senescence scores, SASP profile, drug recommendations.
Example Usage
User: "Analyze senescence signatures in this aging tissue dataset and identify senolytic candidates."
Agent Action:
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
- Aging Research: Quantify senescence burden
- Cancer Therapy: Monitor TIS response
- Drug Development: Senolytic efficacy
- Fibrosis: Senescence in fibrotic disease
- Regeneration: Senescence in tissue repair
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?