bioinformatics

Indexes and fetches 400+ genomics and computational biology skills from external repositories.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/vivekgoquest/hermes-agent-stable --skill bioinformatics-vivekgoquest
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bioinformatics
Source: https://github.com/vivekgoquest/hermes-agent-stable/tree/main/optional-skills/research/bioinformatics
Command: npx skills add https://github.com/vivekgoquest/hermes-agent-stable --skill bioinformatics-vivekgoquest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Bioinformatics work spans hundreds of specialized tools and pipelines, and no single skill library can bundle them all. This gateway indexes two open-source bioinformatics skill libraries so you can locate and fetch the exact domain guide or runnable pipeline you need on demand. ## Core Features & Use Cases - Skill Index by Domain: Browse 385 bioSkills reference guides and 33 ClawBio runnable pipelines organized across variant calling, RNA-seq, single-cell analysis, metagenomics, pharmacogenomics, and more. - On-Demand Fetching: Shallow-clone the bioSkills or ClawBio repositories and read the specific SKILL.md or README for your task. - Use Case: When asked to annotate a VCF file, fetch the ClawBio vcf-annotator pipeline or the bioSkills variant-annotation guide to get validated VEP, ClinVar, and gnomAD parameters instead of guessing tool flags. ## Quick Start Ask the agent to fetch the appropriate bioinformatics skill for your task, for example: clone the bioSkills repo and show me the GATK variant calling guide.

Frequently Asked Questions about bioinformatics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the right bioinformatics pipeline for my analysis?▼

Browse the skill index organized by domain, such as variant calling, RNA-seq, or metagenomics, then shallow-clone the bioSkills or ClawBio repository and read the specific skill file. bioSkills provides reference guides while ClawBio provides executable pipelines.

What is the difference between bioSkills and ClawBio?▼

bioSkills contains 385 reference skills with code patterns, parameter guides, and decision trees in Python, R, and CLI. ClawBio contains 33 runnable pipeline skills with executable Python scripts, demo flags, and reproducibility bundles exporting report.md, commands.sh, and environment.yml.

Can I run ClawBio pipelines directly after cloning?▼

Yes, many ClawBio skills are executable and include --demo flags for direct runs. First run pip install -r requirements.txt in the cloned repo, and ensure underlying bioinformatics tools like samtools or BWA are installed.

What tools do I need installed for bioinformatics analysis?▼

Common dependencies include Python packages like biopython, pysam, and scanpy, R/Bioconductor packages like DESeq2 and Seurat, and CLI tools like samtools, bcftools, and bedtools. Conda with the bioconda channel is recommended for reproducibility.

Are the fetched skills in Hermes SKILL.md format?▼

No, the fetched skills use their own structures and are not Hermes-format skills. Treat them as expert domain reference material containing validated parameters, correct tool flags, and tested pipelines rather than directly loadable skills.

What are the limitations of using this bioinformatics gateway?▼

The gateway only indexes external repositories, so it requires network access to clone them and a workstation with bioinformatics tools preinstalled. Genomic data files and reference genomes can be very large, so disk space must be managed carefully.