drug-discovery-pipeline

Generate, dock, and score drug candidates via GenMol, DiffDock, and Boltz2 NIMs.

413|62|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit --skill drug-discovery-pipeline-nvidia-bionemo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drug-discovery-pipeline
Source: https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit/tree/main/plugins/bionemo-agent-toolkit/skills/drug-discovery-pipeline
Command: npx skills add https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit --skill drug-discovery-pipeline-nvidia-bionemo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, safe-mol.

What problem does it solve?

This Skill automates the complex, multi-stage process of computational drug discovery, reducing the time required to generate, dock, and score potential drug candidates.

Core Features & Use Cases

  • Automated Pipeline: Orchestrates GenMol, DiffDock, and Boltz2 NIMs to perform end-to-end screening.
  • Lead Optimization: Supports both de novo molecule generation and scaffold-based decoration.
  • Use Case: Researchers can use this to generate a library of novel molecules, dock them against a specific protein target, and predict their binding affinity to identify high-potential drug leads.

Quick Start

Use the drug-discovery-pipeline skill to generate and screen 30 molecules against the provided target protein sequence.

Frequently Asked Questions about drug-discovery-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an end-to-end computational drug discovery pipeline for de novo hit discovery?

An end-to-end computational drug discovery pipeline automates hit discovery by orchestrating GenMol for molecule generation, DiffDock for molecular docking, and Boltz2 for binding affinity prediction. You provide a target protein sequence to generate and screen novel drug candidates.

What is the process for predicting molecular docking and binding affinity using AI?

Predicting molecular docking and binding affinity using AI involves generating a library of molecules and docking them against a specific protein target. The pipeline uses DiffDock for structural docking and Boltz2 to predict binding affinity, identifying high-potential drug leads.

Do I need NGC API credentials to use BioNeMo NIM endpoints for sequence-based analysis?

Yes, you need valid NGC API credentials and access to BioNeMo NIM endpoints to perform sequence and structure-based analysis. These microservice endpoints are required to orchestrate the GenMol, DiffDock, and Boltz2 components in the drug discovery workflow.

Can I use this molecular docking workflow for lead optimization and scaffold-based decoration?

Yes, this molecular docking workflow supports both de novo molecule generation and scaffold-based decoration for lead optimization. You can use it to generate novel molecules or optimize existing scaffolds by docking them against a target protein and predicting binding affinity.

What are the limitations of using safe-mol and requests for AI-powered molecule generation?

The safe-mol and requests dependencies facilitate molecule generation and API interactions but are limited by the requirement for valid NGC API credentials. Without proper access to BioNeMo NIM endpoints, the pipeline cannot execute the structured microservice orchestration needed for screening.