Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ClawBio
Execute 58 bioinformatics AI agent skills on genetic files (VCF, FASTQ, h5ad, proteomics) for pharmacogenomics, ancestry inference, scRNA-seq analysis, metagenomics profiling, variant annotation, GWAS, and clinical reporting. Generate reproducible markdown reports, plots, CSV/JSON outputs, and bundled environments via deterministic local Python runs with privacy safeguards.
npx claudepluginhub clawbio/clawbio --plugin clawbioRun a ClawBio bioinformatics analysis on user-provided genetic data
List all available ClawBio bioinformatics skills with their status and capabilities
Build a new ClawBio skill from the official template with full conformance enforcement.
Run a ClawBio skill demo with built-in sample data
Unified analysis pipeline for affinity-based proteomics platforms — Olink (PEA, NPX) and SomaLogic SomaScan (SOMAmer, RFU). Platform-aware QC, normalisation, differential abundance, volcano plots, heatmaps, and PCA.
Analyze a single FASTA file (nucleotide or protein), compute sequence-level metrics (GC, ORFs, MW, pI, GRAVY, secondary-structure fractions) with Biopython, and write a Markdown report plus structured JSON for downstream chaining.
Detect Neanderthal and Denisovan introgression segments from modern human genomes
Search scientific papers via the BGPT MCP server and retrieve structured experimental data — methods, results, conclusions, quality scores, and 25+ metadata fields per paper.
Run read-only SQL against BigQuery public datasets with local result capture, cost safeguards, and reproducibility outputs.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Анализ генетических данных из VCF файла
Life sciences computational skills for scientific AI agents — 197 skills covering genomics, proteomics, drug discovery, biostatistics, scientific computing, and scientific writing
Drug target discovery and prioritisation platform. The Open Targets Platform is a comprehensive tool that supports systematic identification and prioritisation of potential therapeutic drug targets, integrating publicly available datasets to build and score target-disease associations.
20 ENCODE API tools + 47 expert skills for genomics research. Search experiments, download files with MD5 verification, run pipelines, and cross-reference 14 databases.
1000+ scientific tools (PubMed, UniProt, PubChem, TCGA, FAERS, ClinicalTrials.gov, etc.) + 115 research skills + MCP server + research slash commands.
Comprehensive biological and medical research data integration server providing unified access to 13+ specialized databases including Reactome (pathways), KEGG (pathways/diseases), UniProt (proteins), ChEMBL (drug discovery), PubMed (literature), GWAS Catalog (genetic associations), ClinicalTrials.gov (clinical trials), OpenFDA (drug safety), Pathway Commons (pathway data), Gene Ontology (gene functions), OMIM (genetic disorders), NCI Thesaurus (cancer terminology), OpenTargets (disease-target associations), and CTG (gene-disease). Offers 100+ tools through both a unified endpoint (all databases via single connection) and individual API endpoints. Features RFC 9111 compliant HTTP caching with 30-day TTL for optimal performance.
The first bioinformatics-native AI agent skill library.
Built on OpenClaw (180k+ GitHub stars). Local-first. Privacy-focused. Reproducible.
git clone https://github.com/ClawBio/ClawBio.git
cd ClawBio
uv sync # Python 3.11+ (installs from pyproject.toml + uv.lock)
uv run python clawbio.py run pharmgx --demo
Don't have uv? Install it with curl -LsSf https://astral.sh/uv/install.sh | sh (Linux/macOS) or brew install uv (macOS via Homebrew), or use pip instead:
pip install -e . # reads pyproject.toml
python clawbio.py run pharmgx --demo
Or use as a Python library:
from clawbio import run_skill, list_skills
result = run_skill("pharmgx", demo=True)
Or install as a Claude Code plugin: /plugin marketplace add ClawBio/ClawBio
No
pip install clawbiopackage yet (planned for a future release).
67 skills + 8,000 Galaxy tools + 1,756 tests + benchmark validation. Local-first. No cloud. No guessing.
v0.5.0 released (4 Apr 2026): Validation and Benchmark Infrastructure. AD ground truth benchmark, mock API server for offline testing, swappable fine-mapping pipeline (SuSiE vs ABF), 74 benchmark tests, red/green TDD mandate. Release notes. DOI: 10.5281/zenodo.19420648.
Snap a photo of a medication in Telegram. ClawBio identifies the drug from the packaging, queries your pharmacogenomic profile from your own genome, and returns a personalised dosage card — on your machine, in seconds:
Warfarin | CYP2C9 *1/*2 Intermediate · VKORC1 High Sensitivity AVOID — DO NOT USE · Standard dose causes over-anticoagulation in this genotype.
Or take any genetic variant (identified by its rsID — a unique label like rs9923231) and search nine genomic databases at once to find every known disease association, tissue-specific effect, and population frequency. Or estimate your genetic predisposition to conditions like type 2 diabetes by combining thousands of small-effect variants into a single polygenic risk score. Or explore the UK Biobank — a half-million-person research dataset — by asking in plain English what fields measure blood pressure, grip strength, or depression, and get back the exact field IDs, descriptions, and linked publications you need.
Many ClawBio analyses write a reproducibility/ bundle with replay commands, environment metadata, and output checksums. The exact files can vary by skill, and some replays still require the original external inputs to be present. See docs/reproducibility.md.