What problem does it solve? Pharmaceutical research requires querying multiple public databases and applying medicinal chemistry rule sets manually, which is slow and error-prone. This Skill automates bioactive compound search, drug-likeness screening, interaction lookup, and ADMET reasoning using free public APIs. ## Core Features & Use Cases - Bioactive Compound Search: Query ChEMBL by target name or ID to retrieve active compounds with pChEMBL potency values. - Drug-Likeness Screening: Calculate Lipinski Ro5, Veber rules, TPSA, and QED for any compound via the PubChem API, with batch screening through the included ro5_screen.py script. - Safety & Interaction Lookup: Retrieve drug-drug interactions from OpenFDA labels and top reported adverse events from FDA event data. - Use Case: A medicinal chemist evaluating a lead series can batch-screen candidate molecules against Ro5 and Veber criteria, then check the top hit for known interactions and CYP450 liabilities before proposing bioisosteric optimizations. ## Quick Start Ask the assistant to check whether aspirin passes the Lipinski Rule of Five and look up its known drug interactions.