drug-discovery

Automate pharmaceutical research workflows using public APIs for drug discovery.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nadicodeai/argo-agent --skill drug-discovery-nadicodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drug-discovery
Source: https://github.com/nadicodeai/argo-agent/tree/main/optional-skills/research/drug-discovery
Command: npx skills add https://github.com/nadicodeai/argo-agent --skill drug-discovery-nadicodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Medicinal chemists and bioinformaticians spend substantial time compiling data, evaluating bioactivity, and assessing drug-likeness across multiple sources. This skill automates access to public data sources (ChEMBL, PubChem, OpenFDA, OpenTargets) to streamline target identification, compound-property interpretation, and lead-optimization discussions.

Core Features & Use Cases

  • Bioactive compound search via ChEMBL by target, activity, or molecule name, with streamlined retrieval of top candidates.
  • Drug-likeness assessment including Lipinski Ro5, Veber criteria, QED, TPSA, and synthetic accessibility to guide candidate selection.
  • Safety, interactions, and disease-context insights via OpenFDA and OpenTargets to prioritize safer, disease-relevant leads.

Quick Start

Ask it to search ChEMBL for a target like EGFR and retrieve the top active compounds.

Frequently Asked Questions about drug-discovery

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

FAQPage Schema
How do I search ChEMBL for bioactive compounds against a specific target?

Search ChEMBL for bioactive compounds by providing a target name like EGFR to retrieve top active molecules. This drug discovery workflow automates bioactivity data retrieval and candidate compilation using free public APIs via Python scripts for CLI and notebook usage.

How do I assess drug-likeness for lead optimization using ADMET criteria?

Assess drug-likeness for lead optimization by evaluating Lipinski Ro5, Veber criteria, QED, TPSA, and synthetic accessibility. This drug-likeness assessment guides candidate selection by interpreting compound properties to identify safer, disease-relevant leads.

Can I retrieve pharmacology and safety data from OpenFDA and OpenTargets?

Retrieve pharmacology and safety data from OpenFDA and OpenTargets to inform drug discovery. This workflow gathers disease-context insights and interaction data, enabling researchers to prioritize safer leads during medicinal chemistry and lead-optimization discussions.

What is the best way to automate target identification across multiple public chemical databases?

Automate target identification across public chemical databases by running Python scripts that query ChEMBL, PubChem, OpenFDA, and OpenTargets. This workflow streamlines medicinal chemistry research by consolidating compound-property interpretation and bioactivity evaluation into CLI and notebook environments.

Do I need Python installed to run cheminformatics workflows for drug discovery?

Python is required to run these cheminformatics workflows for drug discovery, as the skill implements scripts for CLI and notebook usage. It relies on Python to execute API calls to free public data sources like ChEMBL and PubChem.

Does this drug discovery workflow require any paid API keys for bioactivity searches?

No paid API keys are required for bioactivity searches, as the drug discovery workflow uses free public APIs from ChEMBL, PubChem, OpenFDA, and OpenTargets. It operates without dependencies, accessing these sources directly to retrieve compound and pharmacology data.