clawbio-guide

Installation
SKILL.md

ClawBio Guide

Overview

ClawBio is a bioinformatics skill library for OpenClaw that provides pre-built skills for common genomics and biological analysis tasks — sequence alignment, variant calling, differential expression, pathway analysis, and more. Each skill encapsulates best-practice bioinformatics pipelines as conversational agent capabilities, making complex analyses accessible through natural language.

Installation

# Install as OpenClaw plugin
openclaw plugins install @clawbio/clawbio

# Or add to your OpenClaw configuration
# In openclaw.config.json:
{
  "plugins": ["@clawbio/clawbio"]
}
Installs
1
GitHub Stars
227
First Seen
Apr 5, 2026
clawbio-guide — wentorai/research-plugins