forked from hhx465453939/OpenClaw-Medical-Skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenclaw.plugin.json
More file actions
878 lines (878 loc) · 36.1 KB
/
openclaw.plugin.json
File metadata and controls
878 lines (878 loc) · 36.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
{
"id": "openclaw-medical-skills",
"name": "OpenClaw Medical Skills",
"description": "A curated collection of open-source medical and bioinformatics skills for AI agents",
"version": "1.0.0",
"skills": [
"./skills/aav-vector-design-agent",
"./skills/adaptyv",
"./skills/adhd-daily-planner",
"./skills/aeon",
"./skills/agent-browser",
"./skills/agentd-drug-discovery",
"./skills/ai-analyzer",
"./skills/alphafold",
"./skills/alphafold-database",
"./skills/anndata",
"./skills/antibody-design-agent",
"./skills/arboreto",
"./skills/armored-cart-design-agent",
"./skills/arxiv-search",
"./skills/autonomous-oncology-agent",
"./skills/bayesian-optimizer",
"./skills/benchling-integration",
"./skills/bgpt-paper-search",
"./skills/bindcraft",
"./skills/binder-design",
"./skills/binding-characterization",
"./skills/bindingdb-database",
"./skills/bio-admet-prediction",
"./skills/bio-alignment-files-bam-statistics",
"./skills/bio-alignment-filtering",
"./skills/bio-alignment-indexing",
"./skills/bio-alignment-io",
"./skills/bio-alignment-msa-parsing",
"./skills/bio-alignment-msa-statistics",
"./skills/bio-alignment-pairwise",
"./skills/bio-alignment-sorting",
"./skills/bio-alignment-validation",
"./skills/bio-atac-seq-atac-peak-calling",
"./skills/bio-atac-seq-atac-qc",
"./skills/bio-atac-seq-differential-accessibility",
"./skills/bio-atac-seq-footprinting",
"./skills/bio-atac-seq-motif-deviation",
"./skills/bio-atac-seq-nucleosome-positioning",
"./skills/bio-basecalling",
"./skills/bio-batch-downloads",
"./skills/bio-batch-processing",
"./skills/bio-bedgraph-handling",
"./skills/bio-blast-searches",
"./skills/bio-causal-genomics-colocalization-analysis",
"./skills/bio-causal-genomics-fine-mapping",
"./skills/bio-causal-genomics-mediation-analysis",
"./skills/bio-causal-genomics-mendelian-randomization",
"./skills/bio-causal-genomics-pleiotropy-detection",
"./skills/bio-cfdna-preprocessing",
"./skills/bio-chipseq-differential-binding",
"./skills/bio-chipseq-motif-analysis",
"./skills/bio-chipseq-peak-annotation",
"./skills/bio-chipseq-peak-calling",
"./skills/bio-chipseq-qc",
"./skills/bio-chipseq-super-enhancers",
"./skills/bio-chipseq-visualization",
"./skills/bio-clinical-databases-clinvar-lookup",
"./skills/bio-clinical-databases-dbsnp-queries",
"./skills/bio-clinical-databases-gnomad-frequencies",
"./skills/bio-clinical-databases-hla-typing",
"./skills/bio-clinical-databases-myvariant-queries",
"./skills/bio-clinical-databases-pharmacogenomics",
"./skills/bio-clinical-databases-polygenic-risk",
"./skills/bio-clinical-databases-somatic-signatures",
"./skills/bio-clinical-databases-tumor-mutational-burden",
"./skills/bio-clinical-databases-variant-prioritization",
"./skills/bio-clip-seq-binding-site-annotation",
"./skills/bio-clip-seq-clip-alignment",
"./skills/bio-clip-seq-clip-motif-analysis",
"./skills/bio-clip-seq-clip-peak-calling",
"./skills/bio-clip-seq-clip-preprocessing",
"./skills/bio-codon-usage",
"./skills/bio-comparative-genomics-ancestral-reconstruction",
"./skills/bio-comparative-genomics-hgt-detection",
"./skills/bio-comparative-genomics-ortholog-inference",
"./skills/bio-comparative-genomics-positive-selection",
"./skills/bio-comparative-genomics-synteny-analysis",
"./skills/bio-compressed-files",
"./skills/bio-consensus-sequences",
"./skills/bio-copy-number-cnv-annotation",
"./skills/bio-copy-number-cnv-visualization",
"./skills/bio-copy-number-cnvkit-analysis",
"./skills/bio-copy-number-gatk-cnv",
"./skills/bio-crispr-screens-base-editing-analysis",
"./skills/bio-crispr-screens-batch-correction",
"./skills/bio-crispr-screens-crispresso-editing",
"./skills/bio-crispr-screens-hit-calling",
"./skills/bio-crispr-screens-jacks-analysis",
"./skills/bio-crispr-screens-library-design",
"./skills/bio-crispr-screens-mageck-analysis",
"./skills/bio-crispr-screens-screen-qc",
"./skills/bio-ctdna-mutation-detection",
"./skills/bio-data-visualization-circos-plots",
"./skills/bio-data-visualization-color-palettes",
"./skills/bio-data-visualization-genome-browser-tracks",
"./skills/bio-data-visualization-genome-tracks",
"./skills/bio-data-visualization-ggplot2-fundamentals",
"./skills/bio-data-visualization-heatmaps-clustering",
"./skills/bio-data-visualization-interactive-visualization",
"./skills/bio-data-visualization-multipanel-figures",
"./skills/bio-data-visualization-specialized-omics-plots",
"./skills/bio-data-visualization-upset-plots",
"./skills/bio-data-visualization-volcano-customization",
"./skills/bio-de-deseq2-basics",
"./skills/bio-de-edger-basics",
"./skills/bio-de-results",
"./skills/bio-de-visualization",
"./skills/bio-differential-expression-batch-correction",
"./skills/bio-differential-expression-timeseries-de",
"./skills/bio-differential-splicing",
"./skills/bio-duplicate-handling",
"./skills/bio-entrez-fetch",
"./skills/bio-entrez-link",
"./skills/bio-entrez-search",
"./skills/bio-epidemiological-genomics-amr-surveillance",
"./skills/bio-epidemiological-genomics-pathogen-typing",
"./skills/bio-epidemiological-genomics-phylodynamics",
"./skills/bio-epidemiological-genomics-transmission-inference",
"./skills/bio-epidemiological-genomics-variant-surveillance",
"./skills/bio-epitranscriptomics-m6a-differential",
"./skills/bio-epitranscriptomics-m6a-peak-calling",
"./skills/bio-epitranscriptomics-m6anet-analysis",
"./skills/bio-epitranscriptomics-merip-preprocessing",
"./skills/bio-epitranscriptomics-modification-visualization",
"./skills/bio-experimental-design-batch-design",
"./skills/bio-experimental-design-multiple-testing",
"./skills/bio-experimental-design-power-analysis",
"./skills/bio-experimental-design-sample-size",
"./skills/bio-expression-matrix-counts-ingest",
"./skills/bio-expression-matrix-gene-id-mapping",
"./skills/bio-expression-matrix-metadata-joins",
"./skills/bio-expression-matrix-sparse-handling",
"./skills/bio-fastq-quality",
"./skills/bio-filter-sequences",
"./skills/bio-flow-cytometry-bead-normalization",
"./skills/bio-flow-cytometry-clustering-phenotyping",
"./skills/bio-flow-cytometry-compensation-transformation",
"./skills/bio-flow-cytometry-cytometry-qc",
"./skills/bio-flow-cytometry-differential-analysis",
"./skills/bio-flow-cytometry-doublet-detection",
"./skills/bio-flow-cytometry-fcs-handling",
"./skills/bio-flow-cytometry-gating-analysis",
"./skills/bio-format-conversion",
"./skills/bio-fragment-analysis",
"./skills/bio-gatk-variant-calling",
"./skills/bio-genome-assembly-assembly-polishing",
"./skills/bio-genome-assembly-assembly-qc",
"./skills/bio-genome-assembly-contamination-detection",
"./skills/bio-genome-assembly-hifi-assembly",
"./skills/bio-genome-assembly-long-read-assembly",
"./skills/bio-genome-assembly-metagenome-assembly",
"./skills/bio-genome-assembly-scaffolding",
"./skills/bio-genome-assembly-short-read-assembly",
"./skills/bio-genome-engineering-base-editing-design",
"./skills/bio-genome-engineering-grna-design",
"./skills/bio-genome-engineering-hdr-template-design",
"./skills/bio-genome-engineering-off-target-prediction",
"./skills/bio-genome-engineering-prime-editing-design",
"./skills/bio-genome-intervals-bed-file-basics",
"./skills/bio-genome-intervals-bigwig-tracks",
"./skills/bio-genome-intervals-coverage-analysis",
"./skills/bio-genome-intervals-gtf-gff-handling",
"./skills/bio-genome-intervals-interval-arithmetic",
"./skills/bio-genome-intervals-proximity-operations",
"./skills/bio-geo-data",
"./skills/bio-hi-c-analysis-compartment-analysis",
"./skills/bio-hi-c-analysis-contact-pairs",
"./skills/bio-hi-c-analysis-hic-data-io",
"./skills/bio-hi-c-analysis-hic-differential",
"./skills/bio-hi-c-analysis-hic-visualization",
"./skills/bio-hi-c-analysis-loop-calling",
"./skills/bio-hi-c-analysis-matrix-operations",
"./skills/bio-hi-c-analysis-tad-detection",
"./skills/bio-imaging-mass-cytometry-cell-segmentation",
"./skills/bio-imaging-mass-cytometry-data-preprocessing",
"./skills/bio-imaging-mass-cytometry-interactive-annotation",
"./skills/bio-imaging-mass-cytometry-phenotyping",
"./skills/bio-imaging-mass-cytometry-quality-metrics",
"./skills/bio-imaging-mass-cytometry-spatial-analysis",
"./skills/bio-immunoinformatics-epitope-prediction",
"./skills/bio-immunoinformatics-immunogenicity-scoring",
"./skills/bio-immunoinformatics-mhc-binding-prediction",
"./skills/bio-immunoinformatics-neoantigen-prediction",
"./skills/bio-immunoinformatics-tcr-epitope-binding",
"./skills/bio-isoform-switching",
"./skills/bio-liquid-biopsy-pipeline",
"./skills/bio-local-blast",
"./skills/bio-long-read-sequencing-clair3-variants",
"./skills/bio-long-read-sequencing-isoseq-analysis",
"./skills/bio-long-read-sequencing-nanopore-methylation",
"./skills/bio-longitudinal-monitoring",
"./skills/bio-longread-alignment",
"./skills/bio-longread-medaka",
"./skills/bio-longread-qc",
"./skills/bio-longread-structural-variants",
"./skills/bio-machine-learning-atlas-mapping",
"./skills/bio-machine-learning-biomarker-discovery",
"./skills/bio-machine-learning-model-validation",
"./skills/bio-machine-learning-omics-classifiers",
"./skills/bio-machine-learning-prediction-explanation",
"./skills/bio-machine-learning-survival-analysis",
"./skills/bio-metabolomics-lipidomics",
"./skills/bio-metabolomics-metabolite-annotation",
"./skills/bio-metabolomics-msdial-preprocessing",
"./skills/bio-metabolomics-normalization-qc",
"./skills/bio-metabolomics-pathway-mapping",
"./skills/bio-metabolomics-statistical-analysis",
"./skills/bio-metabolomics-targeted-analysis",
"./skills/bio-metabolomics-xcms-preprocessing",
"./skills/bio-metagenomics-abundance",
"./skills/bio-metagenomics-amr-detection",
"./skills/bio-metagenomics-functional-profiling",
"./skills/bio-metagenomics-kraken",
"./skills/bio-metagenomics-metaphlan",
"./skills/bio-metagenomics-strain-tracking",
"./skills/bio-metagenomics-visualization",
"./skills/bio-methylation-based-detection",
"./skills/bio-methylation-bismark-alignment",
"./skills/bio-methylation-calling",
"./skills/bio-methylation-dmr-detection",
"./skills/bio-methylation-methylkit",
"./skills/bio-microbiome-amplicon-processing",
"./skills/bio-microbiome-differential-abundance",
"./skills/bio-microbiome-diversity-analysis",
"./skills/bio-microbiome-functional-prediction",
"./skills/bio-microbiome-qiime2-workflow",
"./skills/bio-microbiome-taxonomy-assignment",
"./skills/bio-molecular-descriptors",
"./skills/bio-molecular-io",
"./skills/bio-motif-search",
"./skills/bio-multi-omics-data-harmonization",
"./skills/bio-multi-omics-mixomics-analysis",
"./skills/bio-multi-omics-mofa-integration",
"./skills/bio-multi-omics-similarity-network",
"./skills/bio-orchestrator",
"./skills/bio-paired-end-fastq",
"./skills/bio-pathway-enrichment-visualization",
"./skills/bio-pathway-go-enrichment",
"./skills/bio-pathway-gsea",
"./skills/bio-pathway-kegg-pathways",
"./skills/bio-pathway-reactome",
"./skills/bio-pathway-wikipathways",
"./skills/bio-pdb-geometric-analysis",
"./skills/bio-pdb-structure-io",
"./skills/bio-pdb-structure-modification",
"./skills/bio-pdb-structure-navigation",
"./skills/bio-phasing-imputation-genotype-imputation",
"./skills/bio-phasing-imputation-haplotype-phasing",
"./skills/bio-phasing-imputation-imputation-qc",
"./skills/bio-phasing-imputation-reference-panels",
"./skills/bio-phylo-distance-calculations",
"./skills/bio-phylo-modern-tree-inference",
"./skills/bio-phylo-tree-io",
"./skills/bio-phylo-tree-manipulation",
"./skills/bio-phylo-tree-visualization",
"./skills/bio-pileup-generation",
"./skills/bio-population-genetics-association-testing",
"./skills/bio-population-genetics-linkage-disequilibrium",
"./skills/bio-population-genetics-plink-basics",
"./skills/bio-population-genetics-population-structure",
"./skills/bio-population-genetics-scikit-allel-analysis",
"./skills/bio-population-genetics-selection-statistics",
"./skills/bio-primer-design-primer-basics",
"./skills/bio-primer-design-primer-validation",
"./skills/bio-primer-design-qpcr-primers",
"./skills/bio-proteomics-data-import",
"./skills/bio-proteomics-dia-analysis",
"./skills/bio-proteomics-differential-abundance",
"./skills/bio-proteomics-peptide-identification",
"./skills/bio-proteomics-protein-inference",
"./skills/bio-proteomics-proteomics-qc",
"./skills/bio-proteomics-ptm-analysis",
"./skills/bio-proteomics-quantification",
"./skills/bio-proteomics-spectral-libraries",
"./skills/bio-reaction-enumeration",
"./skills/bio-read-alignment-bowtie2-alignment",
"./skills/bio-read-alignment-bwa-alignment",
"./skills/bio-read-alignment-hisat2-alignment",
"./skills/bio-read-alignment-star-alignment",
"./skills/bio-read-qc-adapter-trimming",
"./skills/bio-read-qc-contamination-screening",
"./skills/bio-read-qc-fastp-workflow",
"./skills/bio-read-qc-quality-filtering",
"./skills/bio-read-qc-quality-reports",
"./skills/bio-read-qc-umi-processing",
"./skills/bio-read-sequences",
"./skills/bio-reference-operations",
"./skills/bio-reporting-automated-qc-reports",
"./skills/bio-reporting-figure-export",
"./skills/bio-reporting-jupyter-reports",
"./skills/bio-reporting-quarto-reports",
"./skills/bio-reporting-rmarkdown-reports",
"./skills/bio-research-tools-biomarker-signature-studio",
"./skills/bio-restriction-enzyme-selection",
"./skills/bio-restriction-fragment-analysis",
"./skills/bio-restriction-mapping",
"./skills/bio-restriction-sites",
"./skills/bio-reverse-complement",
"./skills/bio-ribo-seq-orf-detection",
"./skills/bio-ribo-seq-riboseq-preprocessing",
"./skills/bio-ribo-seq-ribosome-periodicity",
"./skills/bio-ribo-seq-ribosome-stalling",
"./skills/bio-ribo-seq-translation-efficiency",
"./skills/bio-rna-quantification-alignment-free-quant",
"./skills/bio-rna-quantification-count-matrix-qc",
"./skills/bio-rna-quantification-featurecounts-counting",
"./skills/bio-rna-quantification-tximport-workflow",
"./skills/bio-rnaseq-qc",
"./skills/bio-sam-bam-basics",
"./skills/bio-sashimi-plots",
"./skills/bio-seq-objects",
"./skills/bio-sequence-properties",
"./skills/bio-sequence-similarity",
"./skills/bio-sequence-slicing",
"./skills/bio-sequence-statistics",
"./skills/bio-similarity-searching",
"./skills/bio-single-cell-batch-integration",
"./skills/bio-single-cell-cell-annotation",
"./skills/bio-single-cell-cell-communication",
"./skills/bio-single-cell-clustering",
"./skills/bio-single-cell-data-io",
"./skills/bio-single-cell-doublet-detection",
"./skills/bio-single-cell-lineage-tracing",
"./skills/bio-single-cell-markers-annotation",
"./skills/bio-single-cell-metabolite-communication",
"./skills/bio-single-cell-multimodal-integration",
"./skills/bio-single-cell-perturb-seq",
"./skills/bio-single-cell-preprocessing",
"./skills/bio-single-cell-scatac-analysis",
"./skills/bio-single-cell-splicing",
"./skills/bio-single-cell-trajectory-inference",
"./skills/bio-small-rna-seq-differential-mirna",
"./skills/bio-small-rna-seq-mirdeep2-analysis",
"./skills/bio-small-rna-seq-mirge3-analysis",
"./skills/bio-small-rna-seq-smrna-preprocessing",
"./skills/bio-small-rna-seq-target-prediction",
"./skills/bio-spatial-transcriptomics-image-analysis",
"./skills/bio-spatial-transcriptomics-spatial-communication",
"./skills/bio-spatial-transcriptomics-spatial-data-io",
"./skills/bio-spatial-transcriptomics-spatial-deconvolution",
"./skills/bio-spatial-transcriptomics-spatial-domains",
"./skills/bio-spatial-transcriptomics-spatial-multiomics",
"./skills/bio-spatial-transcriptomics-spatial-neighbors",
"./skills/bio-spatial-transcriptomics-spatial-preprocessing",
"./skills/bio-spatial-transcriptomics-spatial-proteomics",
"./skills/bio-spatial-transcriptomics-spatial-statistics",
"./skills/bio-spatial-transcriptomics-spatial-visualization",
"./skills/bio-splicing-pipeline",
"./skills/bio-splicing-qc",
"./skills/bio-splicing-quantification",
"./skills/bio-sra-data",
"./skills/bio-structural-biology-alphafold-predictions",
"./skills/bio-structural-biology-modern-structure-prediction",
"./skills/bio-substructure-search",
"./skills/bio-systems-biology-context-specific-models",
"./skills/bio-systems-biology-flux-balance-analysis",
"./skills/bio-systems-biology-gene-essentiality",
"./skills/bio-systems-biology-metabolic-reconstruction",
"./skills/bio-systems-biology-model-curation",
"./skills/bio-tcr-bcr-analysis-immcantation-analysis",
"./skills/bio-tcr-bcr-analysis-mixcr-analysis",
"./skills/bio-tcr-bcr-analysis-repertoire-visualization",
"./skills/bio-tcr-bcr-analysis-scirpy-analysis",
"./skills/bio-tcr-bcr-analysis-vdjtools-analysis",
"./skills/bio-transcription-translation",
"./skills/bio-tumor-fraction-estimation",
"./skills/bio-uniprot-access",
"./skills/bio-variant-annotation",
"./skills/bio-variant-calling",
"./skills/bio-variant-calling-clinical-interpretation",
"./skills/bio-variant-calling-deepvariant",
"./skills/bio-variant-calling-filtering-best-practices",
"./skills/bio-variant-calling-joint-calling",
"./skills/bio-variant-calling-structural-variant-calling",
"./skills/bio-variant-normalization",
"./skills/bio-vcf-basics",
"./skills/bio-vcf-manipulation",
"./skills/bio-vcf-statistics",
"./skills/bio-virtual-screening",
"./skills/bio-workflow-management-cwl-workflows",
"./skills/bio-workflow-management-nextflow-pipelines",
"./skills/bio-workflow-management-snakemake-workflows",
"./skills/bio-workflow-management-wdl-workflows",
"./skills/bio-workflows-atacseq-pipeline",
"./skills/bio-workflows-biomarker-pipeline",
"./skills/bio-workflows-chipseq-pipeline",
"./skills/bio-workflows-clip-pipeline",
"./skills/bio-workflows-cnv-pipeline",
"./skills/bio-workflows-crispr-editing-pipeline",
"./skills/bio-workflows-crispr-screen-pipeline",
"./skills/bio-workflows-cytometry-pipeline",
"./skills/bio-workflows-expression-to-pathways",
"./skills/bio-workflows-fastq-to-variants",
"./skills/bio-workflows-genome-assembly-pipeline",
"./skills/bio-workflows-gwas-pipeline",
"./skills/bio-workflows-hic-pipeline",
"./skills/bio-workflows-imc-pipeline",
"./skills/bio-workflows-longread-sv-pipeline",
"./skills/bio-workflows-merip-pipeline",
"./skills/bio-workflows-metabolic-modeling-pipeline",
"./skills/bio-workflows-metabolomics-pipeline",
"./skills/bio-workflows-metagenomics-pipeline",
"./skills/bio-workflows-methylation-pipeline",
"./skills/bio-workflows-microbiome-pipeline",
"./skills/bio-workflows-multi-omics-pipeline",
"./skills/bio-workflows-multiome-pipeline",
"./skills/bio-workflows-neoantigen-pipeline",
"./skills/bio-workflows-outbreak-pipeline",
"./skills/bio-workflows-proteomics-pipeline",
"./skills/bio-workflows-riboseq-pipeline",
"./skills/bio-workflows-rnaseq-to-de",
"./skills/bio-workflows-scrnaseq-pipeline",
"./skills/bio-workflows-smrna-pipeline",
"./skills/bio-workflows-somatic-variant-pipeline",
"./skills/bio-workflows-spatial-pipeline",
"./skills/bio-workflows-tcr-pipeline",
"./skills/bio-write-sequences",
"./skills/bioinformatics-singlecell",
"./skills/biokernel",
"./skills/biologist-analyst",
"./skills/biomaster-workflows",
"./skills/biomcp-server",
"./skills/biomedical-data-analysis",
"./skills/biomedical-search",
"./skills/biomni",
"./skills/biomni-general-agent",
"./skills/biomni-research-agent",
"./skills/biopython",
"./skills/biorxiv-database",
"./skills/bioservices",
"./skills/boltz",
"./skills/boltzgen",
"./skills/bone-marrow-ai-agent",
"./skills/brainstorming",
"./skills/brenda-database",
"./skills/bulk-combat-correction",
"./skills/bulk-deg-analysis",
"./skills/bulk-deseq2-analysis",
"./skills/bulk-stringdb-ppi",
"./skills/bulk-to-single-deconvolution",
"./skills/bulk-trajblend-interpolation",
"./skills/bulk-wgcna-analysis",
"./skills/cancer-metabolism-agent",
"./skills/care-coordination",
"./skills/cart-design-optimizer-agent",
"./skills/cbioportal-database",
"./skills/cell-free-expression",
"./skills/cellagent-annotation",
"./skills/cellfree-rna-agent",
"./skills/cellular-senescence-agent",
"./skills/cellxgene-census",
"./skills/chai",
"./skills/chatehr-clinician-assistant",
"./skills/chematagent-drug-discovery",
"./skills/chembl-database",
"./skills/chembl-search",
"./skills/chemcrow-drug-discovery",
"./skills/chemical-property-lookup",
"./skills/chemist-analyst",
"./skills/chemistry-agent",
"./skills/chip-clonal-hematopoiesis-agent",
"./skills/chromosomal-instability-agent",
"./skills/citation-management",
"./skills/claims-appeals",
"./skills/claw-ancestry-pca",
"./skills/claw-metagenomics",
"./skills/claw-semantic-sim",
"./skills/clinical-decision-support",
"./skills/clinical-diagnostic-reasoning",
"./skills/clinical-nlp-extractor",
"./skills/clinical-note-summarization",
"./skills/clinical-reports",
"./skills/clinical-trial-protocol-skill",
"./skills/clinical-trials-search",
"./skills/clinicaltrials-database",
"./skills/clinpgx",
"./skills/clinpgx-database",
"./skills/clinvar-database",
"./skills/cnv-caller-agent",
"./skills/coagulation-thrombosis-agent",
"./skills/cobrapy",
"./skills/compbioagent-explorer",
"./skills/computational-pathology-agent",
"./skills/convergence-study",
"./skills/cosmic-database",
"./skills/crisis-detection-intervention-ai",
"./skills/crisis-response-protocol",
"./skills/crispr-guide-design",
"./skills/crispr-offtarget-predictor",
"./skills/cryoem-ai-drug-design-agent",
"./skills/ctdna-dynamics-mrd-agent",
"./skills/cytokine-storm-analysis-agent",
"./skills/dask",
"./skills/data-stats-analysis",
"./skills/data-transform",
"./skills/data-visualization-biomedical",
"./skills/data-visualization-expert",
"./skills/data-viz-plots",
"./skills/datacommons-client",
"./skills/datamol",
"./skills/deep-research",
"./skills/deep-research-swarm",
"./skills/deep-visual-proteomics-agent",
"./skills/deepchem",
"./skills/deeptools",
"./skills/depmap",
"./skills/diffdock",
"./skills/differentiation-schemes",
"./skills/digital-twin-clinical-agent",
"./skills/dispatching-parallel-agents",
"./skills/dnanexus-integration",
"./skills/doc-coauthoring",
"./skills/docx",
"./skills/docx-official",
"./skills/drug-discovery-search",
"./skills/drug-interaction-checker",
"./skills/drug-labels-search",
"./skills/drug-photo",
"./skills/drugbank-database",
"./skills/drugbank-search",
"./skills/ehr-fhir-integration",
"./skills/emergency-card",
"./skills/ena-database",
"./skills/ensembl-database",
"./skills/epidemiologist-analyst",
"./skills/epigenomics-methylgpt-agent",
"./skills/equity-scorer",
"./skills/esm",
"./skills/etetoolkit",
"./skills/executing-plans",
"./skills/exosome-ev-analysis-agent",
"./skills/exploratory-data-analysis",
"./skills/family-health-analyzer",
"./skills/fastq-analysis",
"./skills/fda-database",
"./skills/fhir-developer-skill",
"./skills/fhir-development",
"./skills/find-skills",
"./skills/finishing-a-development-branch",
"./skills/fitness-analyzer",
"./skills/flowio",
"./skills/foldseek",
"./skills/galaxy-bridge",
"./skills/gene-database",
"./skills/gene-panel-design-agent",
"./skills/geniml",
"./skills/genome-compare",
"./skills/geo-database",
"./skills/geopandas",
"./skills/gget",
"./skills/ginkgo-cloud-lab",
"./skills/glycoengineering",
"./skills/gnomad-database",
"./skills/goal-analyzer",
"./skills/grief-companion",
"./skills/gsea-enrichment",
"./skills/gtars",
"./skills/gtex-database",
"./skills/gwas-database",
"./skills/gwas-lookup",
"./skills/gwas-prs",
"./skills/health-trend-analyzer",
"./skills/hemoglobinopathy-analysis-agent",
"./skills/hipaa-compliance",
"./skills/histolab",
"./skills/hmdb-database",
"./skills/hrd-analysis-agent",
"./skills/hrv-alexithymia-expert",
"./skills/hypogenic",
"./skills/hypothesis-generation",
"./skills/imaging-data-commons",
"./skills/immune-checkpoint-combination-agent",
"./skills/infographics",
"./skills/instrument-data-to-allotrope",
"./skills/interpro-database",
"./skills/ipsae",
"./skills/iso-13485-certification",
"./skills/jaspar-database",
"./skills/jungian-psychologist",
"./skills/kegg-database",
"./skills/knowledge-synthesis",
"./skills/kragen-knowledge-graph",
"./skills/lab-results",
"./skills/labarchive-integration",
"./skills/labstep",
"./skills/lamindb",
"./skills/latchbio-integration",
"./skills/latex-posters",
"./skills/leads-literature-mining",
"./skills/ligandmpnn",
"./skills/linear-solvers",
"./skills/liquid-biopsy-analytics-agent",
"./skills/lit-synthesizer",
"./skills/literature-review",
"./skills/literature-search",
"./skills/lobster-bioinformatics",
"./skills/long-read-sequencing-agent",
"./skills/mage-antibody-generator",
"./skills/markdown-mermaid-writing",
"./skills/markitdown",
"./skills/matchms",
"./skills/matplotlib",
"./skills/mcpmed-bioinformatics-server",
"./skills/medchem",
"./skills/medea-therapeutic-discovery",
"./skills/medical-entity-extractor",
"./skills/medical-imaging-review",
"./skills/medical-research-toolkit",
"./skills/medical-specialty-briefs",
"./skills/medrxiv-search",
"./skills/mental-health-analyzer",
"./skills/mesh-generation",
"./skills/metabolomics-workbench-database",
"./skills/microbiome-cancer-agent",
"./skills/modern-drug-rehab-computer",
"./skills/molecular-dynamics",
"./skills/molecular-glue-discovery-agent",
"./skills/molecule-evolution-agent",
"./skills/molfeat",
"./skills/monarch-database",
"./skills/mpn-progression-monitor-agent",
"./skills/mpn-research-assistant",
"./skills/mrd-edge-detection-agent",
"./skills/multi-ancestry-prs-agent",
"./skills/multi-search-engine",
"./skills/multimodal-medical-imaging",
"./skills/multimodal-radpath-fusion-agent",
"./skills/myeloma-mrd-agent",
"./skills/networkx",
"./skills/neurokit2",
"./skills/neuropixels-analysis",
"./skills/nextflow-development",
"./skills/ngs-analysis",
"./skills/nicheformer-spatial-agent",
"./skills/nk-cell-therapy-agent",
"./skills/nonlinear-solvers",
"./skills/numerical-integration",
"./skills/numerical-stability",
"./skills/nutrition-analyzer",
"./skills/occupational-health-analyzer",
"./skills/omero-integration",
"./skills/ontology-explorer",
"./skills/ontology-mapper",
"./skills/ontology-validator",
"./skills/open-notebook",
"./skills/open-targets-search",
"./skills/openalex-database",
"./skills/opentargets-database",
"./skills/opentrons-integration",
"./skills/opentrons-protocol-agent",
"./skills/organoid-drug-response-agent",
"./skills/pan-cancer-multiomics-agent",
"./skills/paper-2-web",
"./skills/parameter-optimization",
"./skills/patents-search",
"./skills/pathml",
"./skills/patiently-ai",
"./skills/pdb",
"./skills/pdb-database",
"./skills/pdf",
"./skills/pdf-anthropic",
"./skills/pdf-processing",
"./skills/pdf-processing-pro",
"./skills/pdx-model-analysis-agent",
"./skills/peer-review",
"./skills/performance-profiling",
"./skills/perplexity-search",
"./skills/pharmacogenomics-agent",
"./skills/pharmgx-reporter",
"./skills/phylogenetics",
"./skills/plotly",
"./skills/polars",
"./skills/popeve-variant-predictor-agent",
"./skills/post-processing",
"./skills/pptx",
"./skills/pptx-official",
"./skills/pptx-posters",
"./skills/precision-oncology-agent",
"./skills/prior-auth-coworker",
"./skills/prior-auth-review-skill",
"./skills/profile-report",
"./skills/protac-design-agent",
"./skills/protein-design-workflow",
"./skills/protein-qc",
"./skills/protein-structure-prediction",
"./skills/proteinmpnn",
"./skills/protocolsio-integration",
"./skills/prs-net-deep-learning-agent",
"./skills/psychologist-analyst",
"./skills/pubchem-database",
"./skills/pubmed-database",
"./skills/pubmed-search",
"./skills/pydeseq2",
"./skills/pydicom",
"./skills/pyhealth",
"./skills/pylabrobot",
"./skills/pymc",
"./skills/pymoo",
"./skills/pyopenms",
"./skills/pysam",
"./skills/pytdc",
"./skills/pytorch-lightning",
"./skills/pyzotero",
"./skills/radgpt-radiology-reporter",
"./skills/radiomics-pathomics-fusion-agent",
"./skills/rdkit",
"./skills/reactome-database",
"./skills/receiving-code-review",
"./skills/recovery-community-moderator",
"./skills/regulatory-drafter",
"./skills/regulatory-drafting",
"./skills/rehabilitation-analyzer",
"./skills/repro-enforcer",
"./skills/requesting-code-review",
"./skills/research-grants",
"./skills/research-literature",
"./skills/research-lookup",
"./skills/rfdiffusion",
"./skills/rna-velocity-agent",
"./skills/scanpy",
"./skills/scfoundation-model-agent",
"./skills/scientific-brainstorming",
"./skills/scientific-critical-thinking",
"./skills/scientific-manuscript",
"./skills/scientific-problem-selection",
"./skills/scientific-schematics",
"./skills/scientific-slides",
"./skills/scientific-visualization",
"./skills/scientific-writing",
"./skills/scikit-bio",
"./skills/scikit-learn",
"./skills/scikit-survival",
"./skills/scrna-orchestrator",
"./skills/scrna-qc",
"./skills/scvelo",
"./skills/scvi-tools",
"./skills/seaborn",
"./skills/search-strategy",
"./skills/seq-wrangler",
"./skills/shap",
"./skills/simo-multiomics-integration-agent",
"./skills/simpy",
"./skills/simulation-orchestrator",
"./skills/simulation-validator",
"./skills/single-annotation",
"./skills/single-cell-rna-qc",
"./skills/single-cellphone-db",
"./skills/single-clustering",
"./skills/single-downstream-analysis",
"./skills/single-multiomics",
"./skills/single-preprocessing",
"./skills/single-to-spatial-mapping",
"./skills/single-trajectory",
"./skills/sleep-analyzer",
"./skills/slurm-job-script-generator",
"./skills/solublempnn",
"./skills/spatial-agent",
"./skills/spatial-epigenomics-agent",
"./skills/spatial-transcriptomics-agent",
"./skills/spatial-transcriptomics-analysis",
"./skills/spatial-tutorials",
"./skills/speech-pathology-ai",
"./skills/statistical-analysis",
"./skills/statsmodels",
"./skills/string-database",
"./skills/struct-predictor",
"./skills/subagent-driven-development",
"./skills/systematic-debugging",
"./skills/tcell-exhaustion-analysis-agent",
"./skills/tcga-preprocessing",
"./skills/tcm-constitution-analyzer",
"./skills/tcr-pmhc-prediction-agent",
"./skills/tcr-repertoire-analysis-agent",
"./skills/test-driven-development",
"./skills/tiledbvcf",
"./skills/time-resolved-cryoem-agent",
"./skills/time-stepping",
"./skills/timesfm-forecasting",
"./skills/tme-immune-profiling-agent",
"./skills/tooluniverse-adverse-event-detection",
"./skills/tooluniverse-antibody-engineering",
"./skills/tooluniverse-binder-discovery",
"./skills/tooluniverse-cancer-variant-interpretation",
"./skills/tooluniverse-chemical-compound-retrieval",
"./skills/tooluniverse-chemical-safety",
"./skills/tooluniverse-clinical-guidelines",
"./skills/tooluniverse-clinical-trial-design",
"./skills/tooluniverse-clinical-trial-matching",
"./skills/tooluniverse-crispr-screen-analysis",
"./skills/tooluniverse-disease-research",
"./skills/tooluniverse-drug-drug-interaction",
"./skills/tooluniverse-drug-repurposing",
"./skills/tooluniverse-drug-research",
"./skills/tooluniverse-drug-target-validation",
"./skills/tooluniverse-epigenomics",
"./skills/tooluniverse-expression-data-retrieval",
"./skills/tooluniverse-gene-enrichment",
"./skills/tooluniverse-gwas-drug-discovery",
"./skills/tooluniverse-gwas-finemapping",
"./skills/tooluniverse-gwas-snp-interpretation",
"./skills/tooluniverse-gwas-study-explorer",
"./skills/tooluniverse-gwas-trait-to-gene",
"./skills/tooluniverse-image-analysis",
"./skills/tooluniverse-immune-repertoire-analysis",
"./skills/tooluniverse-immunotherapy-response-prediction",
"./skills/tooluniverse-infectious-disease",
"./skills/tooluniverse-literature-deep-research",
"./skills/tooluniverse-metabolomics",
"./skills/tooluniverse-metabolomics-analysis",
"./skills/tooluniverse-multi-omics-integration",
"./skills/tooluniverse-multiomic-disease-characterization",
"./skills/tooluniverse-network-pharmacology",
"./skills/tooluniverse-pharmacovigilance",
"./skills/tooluniverse-phylogenetics",
"./skills/tooluniverse-polygenic-risk-score",
"./skills/tooluniverse-precision-medicine-stratification",
"./skills/tooluniverse-precision-oncology",
"./skills/tooluniverse-protein-interactions",
"./skills/tooluniverse-protein-structure-retrieval",
"./skills/tooluniverse-protein-therapeutic-design",
"./skills/tooluniverse-proteomics-analysis",
"./skills/tooluniverse-rare-disease-diagnosis",
"./skills/tooluniverse-rnaseq-deseq2",
"./skills/tooluniverse-sequence-retrieval",
"./skills/tooluniverse-single-cell",
"./skills/tooluniverse-spatial-omics-analysis",
"./skills/tooluniverse-spatial-transcriptomics",
"./skills/tooluniverse-statistical-modeling",
"./skills/tooluniverse-structural-variant-analysis",
"./skills/tooluniverse-systems-biology",
"./skills/tooluniverse-target-research",
"./skills/tooluniverse-variant-analysis",
"./skills/tooluniverse-variant-interpretation",
"./skills/torch-geometric",
"./skills/torch_geometric",
"./skills/torchdrug",
"./skills/tpd-ternary-complex-agent",
"./skills/transformers",
"./skills/travel-health-analyzer",
"./skills/treatment-plans",
"./skills/trial-eligibility-agent",
"./skills/trialgpt-matching",
"./skills/tumor-clonal-evolution-agent",
"./skills/tumor-heterogeneity-agent",
"./skills/tumor-mutational-burden-agent",
"./skills/ukb-navigator",
"./skills/umap-learn",
"./skills/uniprot-database",
"./skills/universal-single-cell-annotator",
"./skills/using-git-worktrees",
"./skills/using-superpowers",
"./skills/usmle",
"./skills/uspto-database",
"./skills/vaex",
"./skills/varcadd-pathogenicity",
"./skills/variant-interpretation-acmg",
"./skills/vcf-annotator",
"./skills/verification-before-completion",
"./skills/virtual-lab-agent",
"./skills/wearable-analysis-agent",
"./skills/weightloss-analyzer",
"./skills/wellally-tech",
"./skills/wikipedia-search",
"./skills/writing-plans",
"./skills/writing-skills",
"./skills/xlsx",
"./skills/xlsx-official",
"./skills/zarr-python",
"./skills/zinc-database"
],
"configSchema": {}
}