drug-discovery

Search ChEMBL for targets and retrieve bioactivity data with pChEMBL values.

Updated May 20, 2026
One-click install
npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill drug-discovery-sriramkunamsetty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drug-discovery
Source: https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent/tree/main/hermes-agent/optional-skills/research/drug-discovery
Command: npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill drug-discovery-sriramkunamsetty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Pharmaceutical researchers need a unified, scriptable way to query public chemistry databases, evaluate compound drug-likeness, and interpret safety and target data to accelerate medicinal chemistry workflows.

Core Features & Use Cases

  • Public-data-driven exploration: Search ChEMBL for targets, retrieve bioactivity data, and identify lead compounds with favorable pChEMBL values.
  • Drug-likeness & ADMET assessment: Compute Lipinski Ro5, Veber rules, TPSA, and QED-like metrics to prioritize candidates.
  • Safety & target-context interpretation: Look up drug interactions via OpenFDA and disease associations via OpenTargets to inform risk/benefit analyses.
  • Use Case: When evaluating a new target, quickly assemble a short list of candidate molecules with predicted properties and literature-backed associations.

Quick Start

Run a sample query such as 'Search ChEMBL for EGFR and fetch top bioactive compounds with pChEMBL ≥ 6' and summarize the results.

Frequently Asked Questions about drug-discovery

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

FAQPage Schema
How do I find lead compounds with favorable pChEMBL values in ChEMBL?

You can search ChEMBL for targets and retrieve bioactivity data to identify lead compounds with favorable pChEMBL values. Running a query like 'fetch top bioactive compounds with pChEMBL ≥ 6' compiles a prioritized short list of candidate molecules.

Can I compute Lipinski Ro5 and drug-likeness metrics for ChEMBL compounds?

Yes, you can compute Lipinski Ro5, Veber rules, TPSA, and QED-like metrics for compounds retrieved from ChEMBL. These drug-likeness and ADMET assessments help prioritize candidates by evaluating their molecular properties and predicted suitability.

Does this drug discovery approach integrate OpenFDA and OpenTargets data?

Yes, the workflow leverages OpenFDA and OpenTargets via Python scripts and curl calls. It looks up drug interactions via OpenFDA and gathers disease associations via OpenTargets to inform risk and benefit analyses during target evaluation.

What is the best way to evaluate a new target using public chemistry databases?

The best way is to query public chemistry databases like ChEMBL and PubChem to assemble a short list of candidate molecules. You then gather basic properties, compute drug-likeness metrics, and check safety data to inform your medicinal chemistry decisions.

How do I gather basic properties and safety data for compound prioritization?

You can gather basic properties by fetching data from PubChem and retrieving bioactivity data from ChEMBL. Safety and target-context interpretation is achieved by looking up drug interactions via OpenFDA and disease associations via OpenTargets to inform prioritization.

What limitations exist when using open-data sources for pharmacology searches?

Limitations include dependency on the availability and update frequency of open-data sources like ChEMBL, PubChem, OpenFDA, and OpenTargets. Results are constrained by the accuracy of public records and the script's ability to parse external API responses correctly.