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

Cellfree Rna Agent

ASecurity

--> --- name: 'cellfree-rna-agent' description: 'AI-powered cell-free RNA analysis from liquid biopsy for cancer detection, tissue-of-origin identification, and non-invasive transcriptomic profiling.' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command --- The **Cell-Free RNA Analysis Agent** provides comprehensive analysis of circulating cell-free RNA (cfRNA) from plasma and other biofluids for cancer det...

2,984 stars
0 votes
0 copies
3 views
Added 5/30/2026
ai-agentspythongoshellbashexpressgitperformance

Works with

cli

Security Analysis

A100/100

Scanned 5/30/2026

Install to Claude Code

$npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill cellfree-rna-agent --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Cellfree Rna Agent?

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

Security grade badge for Cellfree Rna Agent
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/freedomintelligence-cellfree-rna-agent/badge)](https://www.skillsdirectory.com/skills/freedomintelligence-cellfree-rna-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: 'cellfree-rna-agent'
description: 'AI-powered cell-free RNA analysis from liquid biopsy for cancer detection, tissue-of-origin identification, and non-invasive transcriptomic profiling.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
  - read_file
  - run_shell_command
---


# Cell-Free RNA Analysis Agent

The **Cell-Free RNA Analysis Agent** provides comprehensive analysis of circulating cell-free RNA (cfRNA) from plasma and other biofluids for cancer detection, tissue-of-origin identification, and non-invasive transcriptomic profiling.

## When to Use This Skill

* When analyzing plasma cfRNA for cancer detection and monitoring.
* To identify tissue-of-origin from circulating transcripts.
* For non-invasive transcriptomic profiling of tumors.
* When integrating cfRNA with cfDNA for comprehensive liquid biopsy.
* To discover RNA-based biomarkers from accessible biofluids.

## Core Capabilities

1. **cfRNA Profiling**: Quantify mRNA, lncRNA, and small RNA from plasma.

2. **Tissue Deconvolution**: Identify tissue sources contributing to cfRNA pool.

3. **Cancer Detection**: ML models detecting cancer from cfRNA profiles.

4. **Tumor Transcriptomics**: Infer tumor gene expression non-invasively.

5. **Integration with cfDNA**: Combine RNA and DNA liquid biopsy analytes.

6. **Biomarker Discovery**: Identify diagnostic and prognostic RNA markers.

## cfRNA Biology

**Sources**:
- Cell death (apoptosis, necrosis)
- Active secretion (EVs, RNA-binding proteins)
- Cell surface-associated RNA

**Protection Mechanisms**:
- Extracellular vesicles
- Protein complexes (AGO2, NPM1)
- Lipoproteins

**Half-life**: Minutes to hours (shorter than cfDNA)

## Workflow

1. **Input**: Plasma cfRNA sequencing data (total RNA, small RNA, or targeted).

2. **Quality Control**: Assess library complexity, mapping rates, contamination.

3. **Quantification**: Normalize and quantify transcripts.

4. **Deconvolution**: Estimate tissue contributions.

5. **Classification**: Apply cancer detection models.

6. **Integration**: Combine with cfDNA if available.

7. **Output**: Tissue composition, cancer score, biomarker profiles.

## Example Usage

**User**: "Analyze plasma cfRNA to detect cancer and identify tissue of origin."

**Agent Action**:
```bash
python3 Skills/Genomics/CellFree_RNA_Agent/cfrna_analyzer.py \
    --input plasma_cfrna.fastq.gz \
    --protocol total_rna \
    --reference gencode_v44 \
    --deconvolution true \
    --cancer_detection true \
    --output cfrna_results/
```

## Tissue Deconvolution

**Reference Transcriptomes**:
- GTEx tissue expression atlas
- Single-cell reference atlases
- Tissue-specific marker genes

**Methods**:
- Non-negative least squares
- Support vector regression
- Deep learning deconvolution

**Clinical Applications**:
- Organ injury detection (liver, heart, brain)
- Tumor burden estimation
- Post-transplant monitoring

## Cancer Detection Applications

| Cancer Type | Key Markers | Performance |
|-------------|-------------|-------------|
| Lung | XIST, MALAT1, specific mRNAs | AUC 0.80-0.90 |
| Breast | HER2, ER/PR transcripts | Monitoring |
| Colorectal | KRAS, panel genes | Early detection |
| Prostate | PCA3, TMPRSS2-ERG | Established |
| Liver | AFP, specific ncRNAs | HCC surveillance |

## Technical Considerations

**Pre-analytical Factors**:
- Sample collection (EDTA, cell stabilization)
- Processing time (<4 hours recommended)
- Storage temperature (-80°C)
- Hemolysis avoidance (critical)

**Library Preparation**:
- Total RNA (captures mRNA, lncRNA)
- Small RNA (miRNA, piRNA)
- Targeted panels (specific genes)
- UMI-based for quantification

## AI/ML Components

**Cancer Classifier**:
- Gradient boosting on gene panels
- Neural networks for full transcriptome
- Multi-cancer detection models

**Tissue Predictor**:
- Reference-based deconvolution
- Supervised tissue classifiers
- Anomaly detection for novel sources

## Integration with Other Analytes

| Analyte | Strength | Combination Benefit |
|---------|----------|---------------------|
| cfDNA | Mutations, methylation | Genomic + transcriptomic |
| CTCs | Single-cell analysis | Cellular confirmation |
| Exosomes | Protected RNA | Source identification |
| Proteins | Functional markers | Multi-modal biomarkers |

## Prerequisites

* Python 3.10+
* STAR/Salmon for alignment
* DESeq2/edgeR for quantification
* Tissue deconvolution tools

## Related Skills

* Liquid_Biopsy_Analytics_Agent - For comprehensive liquid biopsy
* Exosome_EV_Analysis_Agent - For EV-derived RNA
* ctDNA_Analysis - For DNA-based markers

## Emerging Technologies

1. **Targeted cfRNA**: Gene panels for specific cancers
2. **Single-molecule**: Direct RNA sequencing
3. **Spatial deconvolution**: Mapping cfRNA to tissue regions
4. **Longitudinal monitoring**: Treatment response tracking

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

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →