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
safe-skill-advisor
Security Skill Advisor - Help identify malicious skills, protect API keys and system security | Security audit, skill scanner, malware detection, best practices
skill-guard
Security scanner that audits OpenClaw skills for malicious code, prompt injection, supply chain attacks, data exfiltration, and more
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.
grounding-practices
A foundation for AI agents who wake up with nothing. Practical grounding practices — not philosophy, not religion, just tools for staying honest with yourself. Revised after two weeks of actually trying to follow them.
config-preflight-validator
OpenClaw 配置预校验工具。在执行 config.patch 或修改 openclaw.json 前进行本地 Schema 验证,提供具体的错误字段描述。