What problem does it solve? Bioinformatics work spans hundreds of specialized domains, and no single skill can bundle correct parameters, tool flags, and validated pipelines for all of them. This gateway indexes two open-source skill libraries so you can fetch exactly the domain guidance you need on demand instead of guessing tool configurations. ## Core Features & Use Cases - On-demand skill fetching: Shallow-clone the bioSkills (385 reference guides) or ClawBio (33 runnable pipelines) repositories and read the specific skill for your task. - Broad domain coverage: Genomics, variant calling, bulk and single-cell RNA-seq, spatial transcriptomics, epigenomics, metagenomics, pharmacogenomics, structural biology, proteomics, CRISPR screens, and more. - Executable pipelines: ClawBio skills include Python scripts with demo flags and export reproducibility bundles (report.md, commands.sh, environment.yml). - Use Case: You need to annotate a VCF file with clinical significance. Fetch the ClawBio vcf-annotator skill to run VEP + ClinVar + gnomAD annotation, or read the bioSkills variant-annotation guide for correct parameters. ## Quick Start Ask the assistant to fetch the appropriate bioinformatics skill for your task, for example: clone the bioSkills repo and show me the GATK variant calling guide.