ClawBio

Bioinformatics AI Agent Skill Library
Visit
0
0
VotesByPriceDisciplineYear Launched
ClawBioFREE, OPEN SOURCEInterdisciplinary2026
Description
Features
Offers
Reviews

ClawBio is an open-source skill library that gives AI coding agents a vetted set of bioinformatics pipelines to call. Rather than being an assistant in its own right, it is the layer underneath one: 97 domain-specific skills covering pharmacogenomics, nutrition genetics, GWAS analysis, variant annotation and equity metrics, each packaged so an agent can run it correctly instead of improvising an analysis from scratch. It installs via pip or conda, exposes an MCP server for Cursor, Zed, VS Code and Claude Desktop, and ships as a Claude Code plugin. Started in February 2026 by Manuel Corpas with contributions from more than fifty researchers, it is MIT licensed and has drawn over a thousand GitHub stars in its first six months.
Why it matters
Asking a general-purpose model to write a variant-annotation pipeline produces code that runs and analysis you cannot defend. A curated skill executes a method someone competent already agreed to.
It is local-first by design, with no hosted endpoints – genomic data stays on the machine that owns it, which removes the governance conversation that blocks most cloud tooling in this field.
Every run emits a reproducibility bundle: the replay command, environment metadata and output checksums. That is the difference between an analysis you can publish and one you can only describe.
The MCP interface means the same skills work across editors and agents rather than being locked to one vendor’s assistant.
Key features & advantages
97 bioinformatics skills spanning pharmacogenomics, nutrition genetics, GWAS, variant annotation and equity metrics.
Local execution by default, no data leaves the machine and no hosted service sits in the path.
Reproducibility bundles with replay commands, environment capture and output checksums attached to each run.
MCP server support, so the library is callable from Cursor, Zed, VS Code and Claude Desktop, with a Claude Code plugin for direct installation.
Demo data included, so the skills can be exercised before any real genomic file is involved.
A public benchmark leaderboard, which is unusual in this category and makes the failure rate inspectable rather than implied.
MIT licensed and installable from pip, conda or GitHub.
Limitations & things to watch
The published benchmark reports an 88.5% pass rate across tested skills. That is the project’s own figure, and it also means roughly one skill in nine fails its own test – check the leaderboard for the specific skill you intend to rely on.
It is pre-1.0 software, at version 0.6.x at the time of writing, so interfaces can still change between releases.
Local-first shifts the compute and environment setup onto you. There is no managed service to fall back on when a dependency conflicts.
Skill quality varies with who contributed it. A vetted library is better than generated code, but it is not a substitute for understanding the method you are running.
The project is young and centres on one maintainer plus a volunteer community, which is worth weighing before it becomes load-bearing in a production pipeline.

Leave a Reply

Similar Tools