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

Cytokine Storm Analysis Agent

ASecurity

--> --- name: 'cytokine-storm-analysis-agent' description: 'AI-powered cytokine release syndrome (CRS) and cytokine storm analysis for prediction, monitoring, and management in immunotherapy and infectious disease.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Cytokine Storm Analysis Agent** provides comprehensive AI-driven analysis of cytokine release syndrome (CRS) and hyperinflammatory ...

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

Works with

cliapi

Security Analysis

A100/100

Scanned 5/30/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill cytokine-storm-analysis-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Cytokine Storm Analysis Agent?

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

Security grade badge for Cytokine Storm Analysis Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-cytokine-storm-analysis-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-cytokine-storm-analysis-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: 'cytokine-storm-analysis-agent'
description: 'AI-powered cytokine release syndrome (CRS) and cytokine storm analysis for prediction, monitoring, and management in immunotherapy and infectious disease.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Cytokine Storm Analysis Agent

The **Cytokine Storm Analysis Agent** provides comprehensive AI-driven analysis of cytokine release syndrome (CRS) and hyperinflammatory states. It integrates cytokine profiling, clinical parameters, and immunological markers for early prediction, severity grading, and treatment guidance in CAR-T therapy, sepsis, and viral infections.

## When to Use This Skill

* When monitoring CAR-T patients for cytokine release syndrome risk.
* To predict CRS severity and timing post-immunotherapy.
* For analyzing cytokine panels in sepsis and viral infections (COVID-19).
* When guiding tocilizumab/siltuximab anti-IL-6 therapy decisions.
* To distinguish CRS from ICANS, HLH, and other inflammatory syndromes.

## Core Capabilities

1. **CRS Risk Prediction**: ML models predict CRS development and severity from baseline factors (tumor burden, disease type, CAR-T product).

2. **Real-Time Monitoring**: Track cytokine dynamics (IL-6, IFN-γ, IL-10, ferritin) with early warning alerts.

3. **Severity Grading**: Automated ASTCT CRS grading using clinical parameters and biomarkers.

4. **Differential Diagnosis**: Distinguish CRS from HLH/MAS, ICANS, infection, and tumor lysis syndrome.

5. **Treatment Guidance**: AI-driven recommendations for tocilizumab, corticosteroids, and supportive care.

6. **Outcome Prediction**: Model response to anti-cytokine therapy and overall outcomes.

## Cytokine Panel Analysis

| Cytokine | Role in CRS | Kinetics | Therapeutic Target |
|----------|-------------|----------|-------------------|
| IL-6 | Central mediator | Early peak | Tocilizumab, Siltuximab |
| IFN-γ | T-cell activation | Early | Emapalumab |
| IL-1β | Inflammasome | Early | Anakinra |
| IL-10 | Regulatory | Variable | - |
| TNF-α | Pro-inflammatory | Early | Infliximab (caution) |
| IL-2 | T-cell expansion | Early | - |
| GM-CSF | Myeloid activation | Sustained | Lenzilumab |

## ASTCT CRS Grading (Automated)

| Grade | Fever | Hypotension | Hypoxia |
|-------|-------|-------------|---------|
| 1 | ≥38°C | None | None |
| 2 | ≥38°C | Responsive to fluids | Low-flow O2 |
| 3 | ≥38°C | One vasopressor | High-flow O2 |
| 4 | ≥38°C | Multiple vasopressors | Ventilation |

## Workflow

1. **Input**: Cytokine levels, vital signs, laboratory values, treatment history.

2. **Risk Assessment**: Baseline CRS risk stratification pre-therapy.

3. **Monitoring**: Real-time cytokine tracking with trend analysis.

4. **Grading**: Automated CRS grade assignment per ASTCT criteria.

5. **Differential**: Rule out mimics (infection, HLH, ICANS).

6. **Treatment**: Generate management recommendations.

7. **Output**: CRS risk score, grade, differential diagnosis, treatment plan.

## Example Usage

**User**: "Monitor this CAR-T patient's cytokine levels and predict CRS severity."

**Agent Action**:
```bash
python3 Skills/Immunology_Vaccines/Cytokine_Storm_Analysis_Agent/crs_analyzer.py \
    --patient_data demographics.json \
    --cytokines cytokine_panel.csv \
    --vitals vital_signs.csv \
    --labs laboratory_values.csv \
    --cart_product tisagenlecleucel \
    --day_post_infusion 5 \
    --model crs_predictor_v3 \
    --output crs_report.json
```

## AI/ML Models

**CRS Risk Prediction**:
- Features: tumor burden (LDH), lymphodepletion intensity, CAR-T dose, disease type
- Model: Gradient boosting with SHAP interpretability
- Performance: AUC 0.82-0.88 for severe CRS

**Severity Trajectory**:
- Time-series modeling of cytokine dynamics
- LSTM networks for temporal patterns
- Early warning 24-48 hours before clinical deterioration

**Treatment Response**:
- Tocilizumab response prediction
- Corticosteroid escalation timing
- ICU admission risk

## Differential Diagnosis Decision Tree

```
Fever + Elevated Cytokines
          |
    CAR-T context?
    /           \
  Yes            No
   |              |
Hypotension?   Infection workup
   |              |
  CRS          Sepsis vs viral
   |
Neuro symptoms?
   |
  ICANS vs CRS
   |
Ferritin >10,000?
   |
  HLH/MAS evaluation
```

## Clinical Decision Support

**Tocilizumab Indication**:
- Grade 2+ CRS
- Rapidly rising cytokines
- High-risk baseline features

**Corticosteroid Indication**:
- Tocilizumab-refractory CRS
- ICANS any grade
- Grade 3+ CRS

## Prerequisites

* Python 3.10+
* scikit-learn, XGBoost for ML
* Time-series analysis libraries
* FHIR client for EHR integration

## Related Skills

* CART_Design_Optimizer_Agent - For CAR-T design
* TCell_Exhaustion_Analysis_Agent - For T-cell function
* Clinical_NLP - For extracting symptoms from notes

## Special Populations

1. **Pediatric**: Different baseline cytokine ranges
2. **Post-COVID**: Altered inflammatory responses
3. **Bridging Therapy**: Impact on CRS risk
4. **Concurrent Infection**: Confounding cytokine elevation

## 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

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →