rdkit

Generate molecular conformers and compute descriptors with RDKit.

181|20|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Hello-QM/catgo-LRG --skill rdkit-hello-qm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rdkit
Source: https://github.com/Hello-QM/catgo-LRG/tree/main/.claude/skills/rdkit
Command: npx skills add https://github.com/Hello-QM/catgo-LRG --skill rdkit-hello-qm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RDKit is a toolkit for computational chemistry that enables rapid creation and manipulation of molecular representations, conformers, and descriptors to accelerate molecular design tasks.

Core Features & Use Cases

  • Generate conformers for flexible molecules and optimize geometries.
  • Compute molecular descriptors and fingerprints for similarity searching and QSAR.
  • Handle SMILES, InChI canonicalization, and substructure queries for rapid analysis.

Quick Start

Run a quick RDKit workflow to generate conformers and compute basic descriptors for a test molecule.

Frequently Asked Questions about rdkit

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

FAQPage Schema
How do I generate molecular conformers and optimize 3D geometries from SMILES?▼

Molecular conformers are generated by parsing SMILES strings into molecular structures and applying 3D geometry optimization to produce stable spatial arrangements for small-molecule design and virtual screening workflows.

What is the best way to compute molecular descriptors and fingerprints for QSAR modeling?▼

Computing molecular descriptors and fingerprints involves calculating numerical property values and structural bit vectors from molecular representations to enable similarity searching and quantitative structure-activity relationship analysis.

Can I handle InChI canonicalization and substructure queries within a Python cheminformatics workflow?▼

InChI canonicalization and substructure queries can be handled within a Python cheminformatics workflow using RDKit integration, which provides error-checked scripting for rapid molecular analysis and structural standardization.

Does this RDKit integration support scalable conformer generation for large virtual screening datasets?▼

RDKit integration supports scalable conformer generation for large virtual screening datasets by providing Python-based toolkit integration with error checking and scalable script examples designed for flexible molecules.

Why do I need 3D conformers and fingerprints for small-molecule design tasks?▼

3D conformers and fingerprints are needed for small-molecule design tasks because they provide the spatial geometry and structural encoding required to accurately assess molecular interactions and compute similarity for virtual screening.