rdkit-molecular-descriptors
SkillDev toolsUse this skill to compute compact cheminformatics descriptors from one SMILES string with RDKit. Do not use it for docking, quantum chemistry, or large library screening.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the rdkit-molecular-descriptors skill
What this skill tells your AI
The instructions your AI receives, as published by ma-compbio-lab/skillfoundry in skills/drug-discovery-and-cheminformatics/rdkit-molecular-descriptors/SKILL.md and read by ahel’s review.
Purpose
Turn a SMILES string into a compact descriptor summary suitable for quick triage, featurization, and metadata enrichment.
When to use
- You need a local RDKit-backed molecular summary from a SMILES string.
- You want canonical SMILES, formula, weight, and simple physicochemical descriptors.
When not to use
- You need conformer generation, docking, or reaction modeling.
- You need batch-scale descriptor computation for millions of compounds.
Inputs
- One SMILES string
- Optional molecule name
- Optional JSON output path
Outputs
- JSON summary with canonical SMILES, formula, exact mass, logP, TPSA, HBA/HBD, rotatable bonds, ring count, and heavy-atom count
Requirements
slurm/envs/chem-toolswith RDKit available
Procedure
- Run
slurm/envs/chem-tools/bin/python skills/drug-discovery-and-cheminformatics/rdkit-molecular-descriptors/scripts/compute_rdkit_descriptors.py --smiles "CC(=O)OC1=CC=CC=C1C(=O)O" --name aspirin. - Inspect
canonical_smiles,formula,molecular_weight, andtpsa. - Reuse the JSON payload for downstream filtering or reporting.
Validation
- The command exits successfully.
canonical_smilesis non-empty for a known valid molecule.- Descriptor fields are numeric where expected.
Failure modes and fixes
- Invalid SMILES: verify the input string and quoting.
- Missing RDKit environment: run the script with
slurm/envs/chem-tools/bin/python.
Safety and limits
- Descriptor calculation only.
- No medicinal-chemistry or safety interpretation is implied.
Provenance
- RDKit docs: https://www.rdkit.org/docs/index.html
- RDKit repository: https://github.com/rdkit/rdkit
Related skills
chembl-molecule-search
Signals
- GitHub stars
- 39
- Forks
- 5
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
rdkit-molecular-descriptors- Source
- github.com/ma-compbio-lab/skillfoundry