synthetic-sciences/openscience is an AI workbench that carries out scientific research by reading papers, forming hypotheses, writing and running code, conducting experiments, analyzing results, and preparing reports. Researchers use it for work in machine learning, biology, physics, and chemistry with remote or local models. Catalogue add-ons extend its scientific workflows through skills and instructions.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/synthetic-sciences/openscience/admet-predictionnpx skills add synthetic-sciences/openscience --skill admet-predictiongit clone --depth 1 https://github.com/synthetic-sciences/openscienceWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/synthetic-sciences/openscience/admet-prediction)<a href="https://agentmods.dev/skills/synthetic-sciences/openscience/admet-prediction"><img src="https://agentmods.dev/badge/skills/synthetic-sciences/openscience/admet-prediction.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00063 | $0.01747 |
| Opus 5 | $0.00032 | $0.00873 |
| Sonnet 5 | $0.00013 | $0.00349 |
| Haiku 4.5 | $0.00006 | $0.00175 |
Grade A, and why
admet-prediction scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ADMET Property Prediction
Overview
ADMET (Absorption, Distribution, Metabolism, Excretion, Toxicity) profiling is one of the most critical stages in the drug discovery pipeline. Poor pharmacokinetic and toxicity properties are responsible for roughly 40% of clinical trial failures. Computational ADMET prediction enables medicinal chemists to triage compounds early, prioritize synthesis efforts, and design molecules with improved drug-like profiles before committing to expensive in vitro and in vivo studies.
This skill provides a comprehensive suite of ADMET prediction tools built on RDKit molecular descriptors, validated SMARTS-based structural alert libraries, and established empirical models. Every prediction is accompanied by a traffic-light classification (GREEN / YELLOW / RED) so that results can be interpreted at a glance.
When to Use This Skill
- Hit-to-lead optimization: Rank hits from a high-throughput screen by their predicted ADMET profile.
- Lead optimization: Identify liabilities in a lead series and guide structural modifications.
- Virtual screening triage: Filter large compound libraries before docking or ML scoring.
- Candidate comparison: Compare your candidates head-to-head against each other or against FDA-approved drug statistics.
- Toxicity flagging: Run focused toxicity panels before committing to synthesis.
- Drug-likeness gating: Evaluate whether a compound class is suitable for oral, CNS, topical, or injectable delivery.
Installation
Required dependencies
pip install rdkit-pypi numpy pandas
rdkit-pypi provides the pure-Python RDKit wheel. On conda-based environments, use conda install -c conda-forge rdkit instead.
Optional dependencies
pip install PyTDC deepchem
- PyTDC (Therapeutics Data Commons): provides access to benchmark ADMET datasets and pre-trained models for endpoints like Caco-2, hERG, CYP inhibition, and clearance.
- DeepChem: enables deep-learning-based ADMET models (e.g., graph neural networks for solubility and toxicity).
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 143 lines · 63 tokens per session scan A d69abbadf624
admet-prediction is a skill published in the GitHub repository synthetic-sciences/openscience (3,432 stars, last pushed yesterday), licensed Apache-2.0. It adds 63 tokens to every session and 1,747 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
biopython
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use…
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
geniml
Use Geniml for audited local genomic-interval workflows: validate BED and universe contracts, plan Region2Vec or scEmbed runs, inspect model/tokenizer compatibility, and assess consensus universes.
geomaster
Comprehensive geospatial science skill covering remote sensing, GIS, spatial analysis, machine learning for earth observation, and 30+ scientific domains. Supports satellite imagery processing (Sentinel, Landsat, MODIS, SAR, hyperspectral), vector and raster data operations, spatial statistics, point cloud processing…
hypothesis-generation
Formulate evidence-bounded scientific questions, candidate hypotheses, rival explanations, causal or associational claims, discriminating predictions, measurements, and preregistration-ready analysis plans. Use when turning observations or preliminary findings into transparent, testable research plans without treating…
genomic-coordinates
Convert genomic intervals between coordinate conventions, normalise and compare variant representations, and detect assembly or contig-naming mismatches before they corrupt an analysis. Use whenever coordinates cross a format, tool, or assembly boundary - converting between BED, GFF/GTF, VCF, SAM/BAM, WIG, PSL…