Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Digital Twin Clinical Agent

ASecurity

--> --- name: 'digital-twin-clinical-agent' description: 'AI-powered patient digital twin creation for clinical trial simulation, treatment outcome prediction, and personalized medicine using real-world data and multi-omics integration.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Digital Twin Clinical Agent** creates AI-powered virtual replicas of individual patients by integrating genom...

2,984 stars
0 votes
0 copies
0 views
Added 5/30/2026
datapythongoshellbashexpressgitapi

Works with

cliapi

Security Analysis

A100/100

Scanned 5/30/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill digital-twin-clinical-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Digital Twin Clinical Agent?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Digital Twin Clinical Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-digital-twin-clinical-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-digital-twin-clinical-agent)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
<!--
# 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: 'digital-twin-clinical-agent'
description: 'AI-powered patient digital twin creation for clinical trial simulation, treatment outcome prediction, and personalized medicine using real-world data and multi-omics integration.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Digital Twin Clinical Agent

The **Digital Twin Clinical Agent** creates AI-powered virtual replicas of individual patients by integrating genomics, imaging, wearable data, and clinical records. These digital twins enable clinical trial simulation, treatment response prediction, and personalized therapeutic optimization, qualified by EMA and aligned with FDA guidance.

## When to Use This Skill

* When simulating clinical trial outcomes for drug development.
* For creating patient-specific treatment response predictions.
* To optimize clinical trial design and reduce sample sizes.
* When predicting individual patient trajectories.
* For personalized dosing and treatment selection.

## Core Capabilities

1. **Patient Digital Twin Creation**: Build comprehensive patient models.

2. **Clinical Trial Simulation**: Predict trial outcomes virtually.

3. **Treatment Response Prediction**: Individualized response modeling.

4. **Counterfactual Generation**: "What-if" treatment scenarios.

5. **Longitudinal Prediction**: Forecast disease trajectories.

6. **Trial Design Optimization**: Reduce sample sizes, improve power.

## Digital Twin Components

| Component | Data Sources | Models |
|-----------|--------------|--------|
| Genomic Twin | WES/WGS, RNA-seq | Mutation effects, expression |
| Phenotypic Twin | EHR, labs, vitals | Clinical trajectories |
| Imaging Twin | CT, MRI, pathology | Tumor dynamics |
| Behavioral Twin | Wearables, PROs | Activity, symptoms |
| Pharmacokinetic | Drug levels, metabolism | PK/PD models |

## Clinical Applications

| Application | Use Case | Benefit |
|-------------|----------|---------|
| Trial Simulation | Virtual control arms | Reduce placebo patients |
| Dose Optimization | Individual PK/PD | Personalized dosing |
| Treatment Selection | Compare therapies | Optimal choice |
| Progression Prediction | Disease trajectory | Early intervention |
| Drop-off Prediction | Compliance forecasting | Retention improvement |

## Workflow

1. **Data Collection**: Gather multi-modal patient data.

2. **Twin Construction**: Build integrated patient model.

3. **Calibration**: Fit twin to individual patient data.

4. **Validation**: Compare predictions to observations.

5. **Simulation**: Run treatment scenarios.

6. **Prediction**: Generate outcome forecasts.

7. **Output**: Digital twin model, predictions, uncertainties.

## Example Usage

**User**: "Create a digital twin for this Alzheimer's patient to simulate their response to the investigational drug and compare to placebo trajectory."

**Agent Action**:
```bash
python3 Skills/Clinical/Digital_Twin_Clinical_Agent/create_twin.py \
    --patient_data patient_ehr.json \
    --genomics patient_wgs.vcf \
    --imaging mri_series/ \
    --cognitive_scores mmse_history.csv \
    --biomarkers abeta_tau_nfl.csv \
    --disease alzheimers \
    --simulate_treatment drug_a \
    --compare_to placebo \
    --prediction_horizon 24_months \
    --output digital_twin_results/
```

## Input Requirements

| Data Type | Required | Purpose |
|-----------|----------|---------|
| Demographics | Yes | Base characteristics |
| Medical History | Yes | Disease context |
| Lab Values | Yes | Biomarker trajectories |
| Medications | Yes | Treatment history |
| Genomics | Recommended | Personalization |
| Imaging | Recommended | Disease state |
| Wearables | Optional | Real-time data |
| PROs | Optional | Symptom tracking |

## Output Components

| Output | Description | Format |
|--------|-------------|--------|
| Digital Twin Model | Serialized patient model | .pt, .pkl |
| Trajectory Predictions | Future state estimates | .csv |
| Counterfactuals | Alternative outcomes | .csv |
| Uncertainty Bounds | Prediction intervals | .json |
| Comparison Report | Treatment vs control | .pdf |
| Visualization | Interactive dashboard | .html |

## AI/ML Components

**Twin Generation**:
- Generative adversarial networks (ClinicalGAN)
- Variational autoencoders
- Large language models (DT-GPT)

**Trajectory Modeling**:
- Recurrent neural networks
- Temporal transformers
- Gaussian processes

**Treatment Effect**:
- Causal inference models
- Counterfactual prediction
- Potential outcomes framework

## Clinical Trial Applications

| Trial Phase | Digital Twin Role | Benefit |
|-------------|-------------------|---------|
| Phase I | Safety prediction | De-risk dosing |
| Phase II | Efficacy simulation | Go/no-go decisions |
| Phase III | Virtual control arm | Smaller trials |
| Post-marketing | Real-world outcomes | Safety monitoring |

## Regulatory Status

| Agency | Status | Application |
|--------|--------|-------------|
| FDA | Guidance supportive | Acceptable with validation |
| EMA | Qualified | Specific use cases approved |
| PMDA | Under evaluation | Pilot programs |

## Validation Requirements

| Validation Type | Method | Metric |
|-----------------|--------|--------|
| Temporal | Hold-out future data | RMSE, calibration |
| External | Independent cohort | Generalization |
| Subgroup | Demographic splits | Fairness |
| Extreme | Edge cases | Robustness |

## Prerequisites

* Python 3.10+
* PyTorch, TensorFlow
* Survival analysis libraries
* EHR parsing tools
* OMOP CDM familiarity

## Related Skills

* Virtual_Lab_Agent - AI research coordination
* Multimodal_Radpath_Fusion_Agent - Data integration
* Multi_Ancestry_PRS_Agent - Genetic risk
* ctDNA_Dynamics_MRD_Agent - Disease monitoring

## Disease-Specific Models

| Disease | Key Endpoints | Model Maturity |
|---------|---------------|----------------|
| Alzheimer's | ADAS-Cog, CDR | Advanced |
| Oncology | PFS, OS, ORR | Advanced |
| Cardiovascular | MACE, ejection fraction | Moderate |
| Diabetes | HbA1c, complications | Moderate |
| Multiple Sclerosis | EDSS, relapse rate | Emerging |

## Limitations

| Limitation | Impact | Mitigation |
|------------|--------|------------|
| Data Quality | Prediction accuracy | Data cleaning, imputation |
| Rare Events | Underrepresentation | Transfer learning |
| Novel Treatments | No historical data | Mechanism-based models |
| Individual Variation | Uncertainty | Probabilistic models |

## Special Considerations

1. **Privacy**: Ensure de-identification and consent
2. **Bias**: Validate across demographic groups
3. **Interpretability**: Explain predictions to clinicians
4. **Updating**: Continuously refine with new data
5. **Uncertainty**: Always quantify prediction confidence

## Future Directions

| Direction | Timeline | Impact |
|-----------|----------|--------|
| Real-time Twins | 3-5 years | Continuous monitoring |
| Federated Twins | 2-3 years | Multi-site collaboration |
| Causal Twins | Ongoing | True treatment effects |
| Regulatory Integration | 5-7 years | Standard practice |

## Author

AI Group - Biomedical AI Platform


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

Attribution

FreedomIntelligenceFreedomIntelligence
View sourceMore from FreedomIntelligence →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Rank Tracker

This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.

1821 votes

Youtube Competitor Analyzer

Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...

31 votes

Twitter Algorithm Optimizer

Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.

742580 votes

Weather Fetcher

Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API

661090 votes

Weather

Get current weather and forecasts (no API key required).

476190 votes
View all in data →