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

Nk Cell Therapy Agent

ASecurity

--> --- name: 'nk-cell-therapy-agent' description: 'AI-powered NK cell therapy design for cancer immunotherapy including CAR-NK engineering, memory-like NK generation, and KIR/HLA matching optimization.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **NK Cell Therapy Agent** provides AI-driven design and optimization of natural killer cell therapies for cancer treatment. It covers CAR-NK engi...

2,984 stars
0 votes
0 copies
1 views
Added 5/31/2026
developmentpythongoshellbashreactexpressapidatabase

Works with

cliapi

Security Analysis

A100/100

Scanned 5/31/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill nk-cell-therapy-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Nk Cell Therapy Agent?

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

Security grade badge for Nk Cell Therapy Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-nk-cell-therapy-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-nk-cell-therapy-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: 'nk-cell-therapy-agent'
description: 'AI-powered NK cell therapy design for cancer immunotherapy including CAR-NK engineering, memory-like NK generation, and KIR/HLA matching optimization.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# NK Cell Therapy Agent

The **NK Cell Therapy Agent** provides AI-driven design and optimization of natural killer cell therapies for cancer treatment. It covers CAR-NK engineering, cytokine-induced memory-like (CIML) NK generation, KIR/HLA matching, and NK cell expansion optimization.

## When to Use This Skill

* When designing CAR-NK constructs for tumor targeting.
* To optimize KIR/HLA mismatch for allogeneic NK therapy.
* For generating memory-like NK cells with enhanced persistence.
* When predicting NK cell activation against specific tumor types.
* To analyze NK cell receptor repertoires and function.

## Core Capabilities

1. **CAR-NK Design**: Design chimeric antigen receptors optimized for NK cell biology (NK-specific signaling domains).

2. **KIR/HLA Matching**: Predict KIR-HLA interactions for donor selection in allogeneic therapy.

3. **Memory-Like NK Generation**: Optimize CIML protocol with IL-12/15/18 cytokine preactivation.

4. **Expansion Optimization**: ML models for feeder-free NK expansion conditions.

5. **Tumor Target Prediction**: Match NK receptor profiles to tumor ligand expression.

6. **Persistence Enhancement**: Engineering strategies for improved in vivo survival.

## NK Cell Advantages Over T Cells

| Feature | NK Cells | T Cells |
|---------|----------|---------|
| MHC requirement | No | Yes |
| Allogeneic use | Yes (no GVHD) | Limited (GVHD risk) |
| CRS risk | Lower | Higher |
| Off-the-shelf | Yes | Autologous typical |
| Antigen escape | Multiple receptors | Single CAR |
| Persistence | Shorter | Longer |

## CAR-NK Architecture

```
[scFv] - [Hinge] - [Transmembrane] - [Costimulatory] - [Signaling]

NK-Optimized Domains:
- Transmembrane: NKG2D, CD8α, or CD28
- Costimulatory: 2B4, DAP10, or CD28
- Signaling: CD3ζ (with NK-specific adaptations)
- Additional: Cytokine secretion (IL-15), suicide switch
```

## Workflow

1. **Input**: Target antigen, tumor type, NK source (PB, UCB, iPSC, cell line).

2. **CAR Design**: Generate optimized CAR-NK construct sequence.

3. **KIR Analysis**: Determine KIR genotype and HLA matching for donors.

4. **Activation Protocol**: Optimize cytokine cocktail for desired phenotype.

5. **Expansion**: Design feeder-based or feeder-free expansion protocol.

6. **Quality Prediction**: Predict NK product functionality.

7. **Output**: CAR sequence, donor recommendations, expansion protocol, QC metrics.

## Example Usage

**User**: "Design a CAR-NK targeting CD19 for B-cell malignancies with enhanced persistence."

**Agent Action**:
```bash
python3 Skills/Immunology_Vaccines/NK_Cell_Therapy_Agent/nk_designer.py \
    --target CD19 \
    --tumor_type b_cell_lymphoma \
    --nk_source ucb \
    --persistence_strategy il15_secretion \
    --costimulatory 2B4_DAP10 \
    --donors donor_hla_kir.json \
    --output carnk_design/
```

## NK Receptor-Ligand Interactions

**Activating Receptors**:

| Receptor | Ligands | Tumor Expression |
|----------|---------|------------------|
| NKG2D | MICA/B, ULBPs | Stress-induced |
| DNAM-1 | CD155, CD112 | Broadly expressed |
| NKp30 | B7-H6, BAG6 | Tumor-specific |
| NKp46 | Unknown tumor | Variable |
| CD16 | IgG Fc | ADCC trigger |

**Inhibitory Receptors**:

| Receptor | Ligands | Function |
|----------|---------|----------|
| KIR2DL1 | HLA-C2 | Self tolerance |
| KIR2DL2/3 | HLA-C1 | Self tolerance |
| KIR3DL1 | HLA-Bw4 | Self tolerance |
| NKG2A | HLA-E | Checkpoint |

## Memory-Like NK (CIML) Protocol

**Cytokine Preactivation**:
- IL-12 (10 ng/mL) + IL-15 (50 ng/mL) + IL-18 (50 ng/mL)
- 16-18 hour stimulation
- Enhanced IFN-γ, cytotoxicity upon restimulation
- Improved in vivo persistence

**Clinical Evidence**: Effective in relapsed/refractory AML

## KIR/HLA Matching Optimization

**Missing-Self Recognition**:
- Donor KIR + / Patient HLA -
- Enhanced NK cytotoxicity
- Important for allo-HSCT

**Prediction Model**:
- Input: Donor KIR genotype, patient HLA
- Output: Predicted NK alloreactivity score
- Validated in transplant outcomes

## AI/ML Components

**CAR-NK Optimization**:
- Adapted CARMSeD for NK biology
- NK-specific signaling domain preferences
- Tonic signaling prediction

**Expansion Prediction**:
- Fold-expansion from culture conditions
- Phenotype shift modeling
- Exhaustion marker prediction

## Prerequisites

* Python 3.10+
* HLA/KIR databases
* NK receptor databases
* Flow cytometry analysis tools

## Related Skills

* CART_Design_Optimizer_Agent - For CAR engineering principles
* Epitope_Prediction_Agent - For target selection
* Flow_Cytometry_AI - For NK phenotyping

## Clinical Development

**Current CAR-NK Programs**:
- CD19 CAR-NK (MD Anderson - AML, lymphoma)
- NKG2D CAR-NK (various solid tumors)
- CD70 CAR-NK (renal cell carcinoma)
- HER2 CAR-NK (breast cancer)

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