drug-discovery

Search ChEMBL for bioactive compounds and assess drug-likeness.

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/519lab/thoth-agent --skill drug-discovery-519lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drug-discovery
Source: https://github.com/519lab/thoth-agent/tree/main/optional-skills/research/drug-discovery
Command: npx skills add https://github.com/519lab/thoth-agent --skill drug-discovery-519lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The drug-discovery skill streamlines the pharmaceutical research process by automating various stages of drug discovery, from compound searching to drug-likeness assessment and interaction analysis.

Core Features & Use Cases

  • Bioactive Compound Search: Search for compounds on ChEMBL by target, activity, or molecule name.
  • Drug-Likeness Calculation: Assess molecular properties against Lipinski Ro5 and Veber rules.
  • Drug Interaction & Safety Lookup: Analyze drug-drug interactions and safety data via OpenFDA.
  • ADMET Profiles: Interpret Absorption, Distribution, Metabolism, Excretion, and Toxicity profiles.
  • Use Case: A medicinal chemist uses this skill to analyze a new compound, check its bioavailability, and look for potential drug interactions before starting a clinical trial.

Quick Start

Use the drug-discovery skill to search for bioactive compounds targeting EGFR.

Frequently Asked Questions about drug-discovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for bioactive compounds targeting a specific protein?

To search for bioactive compounds, query the ChEMBL API by target, activity, or molecule name. This automates compound discovery and retrieves bioactivity data directly for pharmacological analysis.

What is ADMET analysis and how does it assess drug-likeness?

ADMET analysis evaluates Absorption, Distribution, Metabolism, Excretion, and Toxicity profiles. Drug-likeness is assessed by calculating molecular properties against Lipinski Ro5 and Veber rules to determine bioavailability.

Can I check drug-drug interactions and safety data using OpenFDA?

Yes, you can check drug-drug interactions and safety data. The analysis integrates with the OpenFDA API to lookup safety profiles and identify potential adverse interactions before clinical trials.

Do I need Python 3 and curl to run cheminformatics analysis?

Yes, you need Python 3 and curl installed. These dependencies are required to execute the scripts that automate API integration with ChEMBL, PubChem, and OpenFDA for cheminformatics analysis.

What's the best way to automate pharmaceutical research from compound search to interaction analysis?

The best way to automate pharmaceutical research is using an integrated pipeline that searches ChEMBL and PubChem, calculates drug-likeness, and analyzes OpenFDA interactions to streamline the drug discovery process.

Are there limitations when using PubChem and ChEMBL APIs for drug discovery?

Limitations of using PubChem and ChEMBL APIs include dependency on external service availability and rate limits. API constraints may restrict the volume of bioactive compounds you can query simultaneously during drug discovery.

Related Skills