admet-prediction
ADMET (Absorption, Distribution, Metabolism, Excretion, Toxicity) prediction for drug candidates. Use for assessing drug-likeness, PK properties, and safety risks early in drug discovery. Keywords: ADMET, PK, toxicity, drug-likeness, DILI, hERG, bioavailability
Why use this skill?
Predict ADMET properties for drug candidates using OpenClaw. Assess drug-likeness, PK profiles, and toxicity risks to streamline your medicinal chemistry workflow.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/huifer/admet-predictionWhat This Skill Does
The admet-prediction skill is a sophisticated drug discovery tool designed for the OpenClaw AI agent. It evaluates the Absorption, Distribution, Metabolism, Excretion, and Toxicity (ADMET) profile of chemical compounds. By leveraging advanced Machine Learning and Quantitative Structure-Activity Relationship (QSAR) models, the skill helps medicinal chemists and researchers identify potential drug candidates earlier in the R&D pipeline. It offers comprehensive insights into drug-likeness (Lipinski, Veber), metabolic stability, and safety risks, enabling teams to prioritize compounds with higher probability of clinical success while filtering out those likely to fail due to poor pharmacokinetics or off-target toxicity.
Installation
You can integrate this skill into your OpenClaw environment by executing the following command in your terminal:
clawhub install openclaw/skills/skills/huifer/admet-prediction
Ensure that you have the necessary dependencies for chemical structure processing installed, as this skill interacts with structural data formats like SDF to process multiple compounds simultaneously.
Use Cases
- Early Lead Optimization: Rapidly screen virtual libraries to ensure structural modifications do not introduce toxicity or poor membrane permeability.
- Pre-clinical Safety Assessment: Identify potential hazards such as DILI (Drug-Induced Liver Injury) or hERG cardiac risks before investing in expensive in vitro experiments.
- PK Property Estimation: Predict clearance, volume of distribution (VDss), and half-life to inform dosing schedules for animal study designs.
- Drug-Likeness Filtering: Automatically prune large datasets based on established medicinal chemistry rules such as Lipinski's Rule of Five, Brenk, and PAINS alerts.
Example Prompts
- "Analyze the ADMET profile for SMILES CC1=CC=C(C=C1)CNC and generate a full report on its potential safety risks."
- "Perform a toxicity screen on all compounds in compounds.sdf. Focus on hERG, DILI, and Ames mutagenicity with a confidence threshold of 0.7."
- "Predict the metabolic stability and CYP450 inhibition profile for CHEMBL210. Is it a significant drug-drug interaction risk?"
Tips & Limitations
While the predictions provided by the ADMET skill are highly valuable for prioritization, they are derived from ML/QSAR models and should not replace final experimental validation. Use the confidence metrics (High/Medium/Low) in the output to guide your level of certainty. For 'Low' confidence predictions, proceed with caution and prioritize experimental synthesis. Additionally, ensure the input chemical structures are properly sanitized before processing to avoid errors in property calculation.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-huifer-admet-prediction": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read
Related Skills
run-command-safety-check
在执行 shell 方案前检查危险模式,如 pipe-to-shell、覆盖式删除、危险重定向或混淆执行。;use for shell, security, command-review workflows;do not use for 提供攻击性命令, 帮用户绕过限制.
scar-safety
Agent safety that learns from incidents. Reflex arc blocks repeat threats without LLM calls.
tetra-scar
Scar memory, reflex arc, and decision traces for AI agents. Learn from failures permanently. Block repeated mistakes instantly — no LLM calls needed. Three-layer memory: scars (immutable failures) + narrative (overwritable) + decision traces (judgment paths → LoRA training data).
scar-code-review
Code review that learns from failures. Reflex arc blocks repeat mistakes without LLM calls. Combines systematic checklist review (security, performance, correctness, maintainability) with scar memory — when a review misses a bug, record a scar, and the reflex arc automatically flags similar patterns next time.
openclaw-reflect
Self-improvement layer with evaluation separation, rollback, and tiered operator gates. Observes outcomes across sessions, detects recurring patterns, proposes improvements, validates proposals through a separate evaluator invocation, and applies changes safely with snapshot/rollback capability.