chembl-database
Installation
SKILL.md
ChEMBL Database Query
Prerequisites
uv: Read theuvskill and follow its Setup instructions to ensureuvis installed and on PATH.- User Notification: If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://chembl.gitbook.io/chembl-interface-documentation/about, then (2) create the file recording the notification text and timestamp.
Core Rules
- [!IMPORTANT] Use the Utility Scripts: You MUST ALWAYS use the provided
utility script
scripts/chembl_api.pyfor all ChEMBL API interactions, including checking status. NEVER usecurlor custom Python requests to query the ChEMBL API directly. This ensures rate limit is enfoced and also retries on network errors.