rdkit-cheminformatics

Calculate molecular descriptors and assess drug-likeness with RDKit.

298|27|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill rdkit-cheminformatics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rdkit-cheminformatics
Source: https://github.com/jaechang-hits/SciAgent-Skills/tree/main/skills/structural-biology-drug-discovery/rdkit-cheminformatics
Command: npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill rdkit-cheminformatics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rdkit-pypi, pandas, matplotlib, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines complex cheminformatics tasks, enabling efficient molecular analysis, property prediction, and virtual screening for drug discovery and chemical research.

Core Features & Use Cases

  • Molecular Analysis: Parse, standardize, and calculate descriptors (MW, LogP, TPSA) for chemical compounds.
  • Drug-Likeness Assessment: Filter molecules based on Lipinski's Rule of Five and Veber criteria.
  • Similarity & Substructure Search: Identify related compounds using fingerprints and query specific chemical patterns with SMARTS.
  • Visualization: Generate 2D depictions and highlight substructures for clear reporting.
  • Use Case: Screen a large chemical library to identify potential drug candidates by calculating molecular properties, assessing drug-likeness, and finding compounds similar to a known active molecule.

Quick Start

Use the rdkit-cheminformatics skill to calculate molecular descriptors for a list of SMILES strings.

Frequently Asked Questions about rdkit-cheminformatics

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

FAQPage Schema
How do I calculate molecular descriptors from SMILES strings for drug discovery?

To calculate molecular descriptors from SMILES strings for drug discovery, this Skill parses the input and computes properties like molecular weight, LogP, and TPSA using the RDKit library.

What is the best way to perform virtual screening and assess drug-likeness in cheminformatics?

Virtual screening and drug-likeness assessment are performed by filtering chemical libraries using Lipinski's Rule of Five and Veber criteria, allowing you to identify potential drug candidates from large datasets.

Can I use RDKit for substructure matching with SMARTS and similarity searching?

Yes, you can use RDKit for substructure matching with SMARTS and similarity searching, because this Skill generates molecular fingerprints to identify related compounds and query specific chemical patterns.

How do I generate 2D coordinate visualizations and highlight substructures for chemical compounds?

To generate 2D coordinate visualizations and highlight substructures for chemical compounds, this Skill uses matplotlib and RDKit to produce clear structural depictions for reporting.

Does this cheminformatics Skill require pandas and numpy for molecular property prediction?

Yes, this cheminformatics Skill requires pandas and numpy as dependencies, utilizing them alongside rdkit-pypi and matplotlib to support molecular property prediction and data processing workflows.