Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add TianGzlab/OmicsClaw --skill disease-progression-longitudinalgit clone --depth 1 https://github.com/TianGzlab/OmicsClawWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tiangzlab/omicsclaw/disease-progression-longitudinal)<a href="https://agentmods.dev/skills/tiangzlab/omicsclaw/disease-progression-longitudinal"><img src="https://agentmods.dev/badge/skills/tiangzlab/omicsclaw/disease-progression-longitudinal/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tiangzlab/omicsclaw/disease-progression-longitudinal"><img src="https://agentmods.dev/badge/skills/tiangzlab/omicsclaw/disease-progression-longitudinal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00006 | $0.04243 |
| Opus 5 | $0.00003 | $0.02122 |
| Sonnet 5 | $0.00001 | $0.00849 |
| Haiku 4.5 | $0.00001 | $0.00424 |
Grade A, and why
Disease Progression Trajectory Analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- disease-progression-longitudinal — 86% identical, 900 lines differ
How it starts
The opening of the file, as written. The whole thing — 375 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Disease Progression Trajectory Analysis
When to Use This Skill
Use this skill when you have longitudinal patient omics data and want to:
- ✅ Reconstruct disease progression trajectories from time-series data
- ✅ Order samples by disease stage (pseudotime) with irregular sampling
- ✅ Identify biomarkers changing along disease trajectory
- ✅ Stratify patients as fast vs. slow progressors
- ✅ Predict clinical outcomes from trajectory position
- ✅ Validate computational staging against clinical measures
Required data:
- Minimum 10 patients with 3+ timepoints each
- Omics data: RNA-seq, proteomics, metabolomics, or clinical biomarkers
- Metadata: Patient IDs, timepoints (days/months/years), optional outcomes
Primary method: TimeAx multiple trajectory alignment (handles irregular sampling)
Feature identification: Polynomial regression (linear/quadratic/cubic) per the TimeAx paper (Frishberg et al., Nat Commun 2023), with FDR-corrected Q-value filtering. Captures both monotonic and non-monotonic dynamics.
Alternative methods: Linear Mixed Models (regular sampling), Hidden Markov Models (discrete stages)
Installation
R ≥ 4.0 with the TimeAx package (primary trajectory method):
# Install TimeAx from GitHub
install.packages("remotes")
remotes::install_github("amitfrish/TimeAx")
# Required for plotting
install.packages(c("ggplot2", "ggprism"))
# Required for demo dataset (GSE128959 batch correction)
BiocManager::install("sva")
Python ≥ 3.9 for the workflow wrapper and analysis pipeline:
# Core analysis packages
pip install numpy pandas scipy scikit-learn statsmodels lifelines
# Visualization packages
pip install seaborn matplotlib
# PDF report generation (optional)
pip install reportlab
# Optional
pip install hmmlearn # Hidden Markov Models alternative
For Linear Mixed Models alternative: R packages lme4, lmerTest
License compliance: All packages use permissive licenses (MIT, BSD, Apache 2.0) - commercial AI agent use permitted.
What ships with it
21 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/data_preprocessing_guide.md 9.9 KB
- references/lmm_hmm_alternatives.md 19 KB
- references/method_comparison.md 12 KB
- references/timeax_methodology.md 9.9 KB
- references/troubleshooting_guide.md 7.5 KB
- references/validation_framework.md 18 KB
- references/workflow_integration.md 19 KB
- scripts/clinical_validation.py 17 KB runs code
- scripts/export_results.py 15 KB runs code
- scripts/generate_all_plots.py 22 KB runs code
- scripts/generate_report.py 19 KB runs code
- scripts/load_and_preprocess.py 11 KB runs code
- scripts/load_gse128959.R 4.4 KB
- scripts/load_longitudinal_data.py 8.6 KB runs code
- scripts/mock_timeax.py 7.1 KB runs code
- scripts/plot_patient_trajectories.py 6.8 KB runs code
- scripts/preprocess_features.py 8.6 KB runs code
- scripts/run_timeax.R 11 KB
- scripts/run_trajectory_analysis.py 18 KB runs code
- scripts/timeax_alignment.py 6.4 KB runs code
- scripts/timeax_r_wrapper.py 8.6 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 375 lines · 6 tokens per session scan A d3020083893e
Disease Progression Trajectory Analysis is a skill published in the GitHub repository TianGzlab/OmicsClaw (160 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 6 tokens to every session and 4,243 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
cellxgene-census-query
Query CZ CELLxGENE Census (61M+ cells). Filter by cell type/tissue/disease, retrieve expression data, and integrate with scanpy/PyTorch for population-scale single-cell analysis. Use this skill when: (1) Querying single-cell expression data by cell type, tissue, or disease, (2) Exploring available single-cell datasets…
single-cell-multi-omics-analysis-scvi
Probabilistic deep learning framework for single-cell multi-omics data analysis. Use this skill when: (1) Analyzing single-cell RNA-seq data with batch correction, (2) Integrating multi-modal data (CITE-seq, ATAC-seq, multi-omics), (3) Performing cell type annotation with scANVI, (4) Spatial transcriptomics…
torch-geometric
PyTorch Geometric (PyG) for graph neural networks — node/link/graph classification, message passing (GCN, GAT, GraphSAGE, GIN), heterogeneous graphs, neighbor sampling, and custom datasets. Use when working with torchgeometric, not for general NetworkX analytics or non-graph PyTorch models.
bids
Use this skill when working with Brain Imaging Data Structure (BIDS) datasets: organizing neuroscience and biomedical data (MRI, EEG, MEG, iEEG, PET, microscopy, NIRS, motion capture, EMG, MR spectroscopy, behavioral), querying BIDS layouts, validating compliance, converting DICOM to BIDS, writing metadata sidecars…
bulk-rnaseq
End-to-end bulk RNA-seq orchestrator — takes raw FASTQ reads through QC and trimming (FastQC, fastp/Trim Galore), alignment and quantification (STAR, Salmon, featureCounts), assembles a gene-level counts matrix, then hands off to differential expression (pydeseq2), pathway/GSEA enrichment (pathway-enrichment), and…
esm
Use when working directly with the esm Python SDK, ESM3 or ESMC model IDs, Forge/Biohub inference clients, or ESMFold2 folding workflows.