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"]
}