·rdkit

Python cheminformatics library for molecular manipulation and analysis. Parse SMILES/SDF/MOL formats, compute descriptors (MW, LogP, TPSA), generate fingerprints (Morgan, MACCS), perform substructure queries with SMARTS, create 2D/3D geometries, calculate similarity, and run chemical reactions.

24Installs·0Trend·@aminoanalytica

Installation

$npx skills add https://github.com/aminoanalytica/amina-skills --skill rdkit

How to Install rdkit

Quickly install rdkit AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/aminoanalytica/amina-skills --skill rdkit
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: aminoanalytica/amina-skills.

SKILL.md

View raw

RDKit (v2023+) provides comprehensive Python APIs for molecular structure manipulation, property calculation, and chemical informatics. It requires Python 3 and NumPy, offering modular components for molecule parsing, descriptors, fingerprints, substructure search, conformer generation, and reaction processing.

| Molecule I/O | Parse SMILES, MOL, SDF, InChI; write structures | | Property Calculation | Molecular weight, LogP, TPSA, H-bond donors/acceptors | | Fingerprinting | Morgan (ECFP), MACCS keys, atom pairs, topological | | Similarity Analysis | Tanimoto, Dice, clustering compounds | | Substructure Search | SMARTS patterns, functional group detection |

| 3D Conformers | Generate, optimize, align molecular geometries | | Chemical Reactions | Define and execute transformations | | Drug-Likeness | Lipinski rules, QED, lead-likeness filters | | Visualization | 2D depictions, highlighting, grid images |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aminoanalytica/amina-skills --skill rdkit
Category
{}Data Analysis
Verified
First Seen
2026-03-06
Updated
2026-03-10

Browse more skills from aminoanalytica/amina-skills

Quick answers

What is rdkit?

Python cheminformatics library for molecular manipulation and analysis. Parse SMILES/SDF/MOL formats, compute descriptors (MW, LogP, TPSA), generate fingerprints (Morgan, MACCS), perform substructure queries with SMARTS, create 2D/3D geometries, calculate similarity, and run chemical reactions. Source: aminoanalytica/amina-skills.

How do I install rdkit?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aminoanalytica/amina-skills --skill rdkit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/aminoanalytica/amina-skills