bionemo-agent-toolkit
Protein design, molecule generation, docking, and genomics workflows
All Skills in This Repository (33)
Pure Emerald Level Indicatorskermt-embed
Extract per-molecule embeddings from KERMT checkpoints for SMILES processing.
openfold2-nim
Predict monomer protein structures from amino-acid sequences via OpenFold2 NIM microservices.
complexa-evaluate-pdbs
Evaluate directories of PDB files by orchestrating refolding and structural analysis workflows.
openfold3-nim
Predict 3D biomolecular structures for proteins, DNA, RNA, and ligands via OpenFold3 NIM.
boltz2-nim
Predict 3D biomolecular structures and ligand binding affinities for proteins, DNA, and RNA using NVIDIA NIM microservices.
msa-structure-prediction-pipeline
Chain MSA-Search and OpenFold3 NIM microservices to predict protein structures.
diffdock-nim
Predict small-molecule binding poses against protein targets using DiffDock via NVIDIA NIM.
parabricks
Route NVIDIA Parabricks pbrun tools with version-aware command guidance for genomics workflows.
cuequivariance
Construct group-equivariant neural network layers using irreducible representations and segmented tensor products.
drug-discovery-pipeline
Generate, dock, and score drug candidates via GenMol, DiffDock, and Boltz2 NIMs.
genomics-workflow-acceleration
Map CPU-bound genomics workflow steps to NVIDIA Parabricks GPU equivalents.
genmol-nim
Generate novel drug-like molecules via SAFE notation using GenMol NIM.
Frequently Asked Questions
FAQPage SchemaHow to install bionemo-agent-toolkit?โผ
Run `npx skills add NVIDIA-BioNeMo/bionemo-agent-toolkit --all -g -y` in your terminal to install every skill globally. To add a single skill instead, use `npx skills add NVIDIA-BioNeMo/bionemo-agent-toolkit --skill boltz2-nim -g -y`.
What can I do with the BioNeMo skills?โผ
You can predict protein and complex structures, design de novo protein binders, generate and optimize drug-like molecules, dock ligands, score binding affinity, and accelerate genomics pipelines. Each skill handles endpoint setup, request formatting, and result validation for you.
Do I need a GPU to use these skills?โผ
Not always. Most skills call hosted NVIDIA API endpoints that only need an NGC API key, while local Docker deployment of models like Boltz2, Evo 2, or Proteina-Complexa requires a CUDA-capable NVIDIA GPU.
Which agents work with this toolkit?โผ
All skills follow the standard SKILL.md format and run in Claude Code, Codex, Cursor, and other compatible agents. The repo also ships plugin marketplace files for native installation in Claude Code and Codex.
Can I run a full drug discovery pipeline?โผ
Yes. The drug-discovery-pipeline skill chains molecule generation with GenMol, docking with DiffDock, and affinity prediction with Boltz2 into one automated workflow from a single request.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides