Interpretable ADMET analysis with mechanistic reasoning. Maps liabilities to structural causes and biological pathways. Based on CoTox (Park 2025) and DrugR (Liu 2026).
64
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./backend/cli/skills/chemistry/admet-reasoning/SKILL.mdStandard ADMET prediction tools output scores (e.g., "hERG = 0.85") without explaining why. This skill adds mechanistic reasoning — mapping each ADMET liability to its structural cause, the biological mechanism it affects, and a suggested structural fix.
Based on:
Do NOT use this skill for:
admet-prediction instead)molecular-optimization instead)pip install rdkit-pypi numpy pandasGenerate interpretable ADMET analysis for a molecule:
python scripts/reason_admet.py --smiles "c1ccc(NC(=O)c2ccccc2Cl)cc1" --output report.jsonpython scripts/reason_admet.py --input compounds.csv --output liability_report.csvFocus on specific endpoints:
python scripts/reason_admet.py --smiles "CCN1CCCC1" --endpoints hERG,DILI,CYP --output tox_report.json| Script | Purpose | Key Outputs |
|---|---|---|
reason_admet.py | Full ADMET reasoning with structural explanations | JSON report with liabilities, causes, mechanisms, fixes |
52845c3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.