home / skills / a5c-ai / babysitter / rdkit-chemoinformatics
This skill performs RDKit chemoinformatics for molecular property calculation and compound library management, enabling descriptor computation, similarity
npx playbooks add skill a5c-ai/babysitter --skill rdkit-chemoinformaticsReview the files below or copy the command above to add this skill to your agents.
---
name: rdkit-chemoinformatics
description: RDKit chemoinformatics skill for molecular property calculation and compound library management
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- WebFetch
- WebSearch
- Bash
metadata:
version: "1.0"
category: bioinformatics
tags:
- structural-biology
- chemoinformatics
- molecules
- properties
---
# RDKit Chemoinformatics Skill
## Purpose
Provide RDKit chemoinformatics for molecular property calculation and compound library management.
## Capabilities
- Molecular descriptor calculation
- SMILES/InChI handling
- Substructure searching
- Fingerprint generation
- ADMET property prediction
- Compound library filtering
## Usage Guidelines
- Standardize molecular representations
- Calculate relevant descriptors for analysis
- Use fingerprints for similarity searching
- Filter libraries by drug-like properties
- Predict ADMET properties for prioritization
- Document descriptor and fingerprint types
## Dependencies
- RDKit
- Open Babel
- ChEMBL
## Process Integration
- Molecular Docking and Virtual Screening (molecular-docking)
This skill provides RDKit-based chemoinformatics tools for calculating molecular properties and managing compound libraries. It focuses on descriptor computation, fingerprinting, substructure searching, and ADMET prediction to support prioritization and virtual screening. The implementation is JavaScript-friendly and designed to fit into automated agent workflows for reproducible compound processing.
The skill standardizes input molecules (SMILES/InChI) and computes molecular descriptors and fingerprints using RDKit capabilities. It performs substructure and similarity searches, filters libraries by customizable rules (e.g., drug-likeness), and surfaces ADMET property predictions to rank compounds. Outputs are structured for integration with downstream tasks like docking or dataset export.
What molecular formats are supported?
SMILES and InChI are supported as primary inputs; molecules are standardized internally before processing.
Which fingerprints and descriptors can I generate?
Common fingerprints (ECFP, MACCS, path-based) and a broad set of RDKit descriptors are available; select types are configurable.