AI AGENT ADDONS

Opentargets Database

google-deepmind/science-skills

Open Targets Platform helps you find links between diseases and genes. You can search for target-disease associations using genetics, drugs, and clinical trial data. Researchers and drug developers use it to discover new therapies.

The skill runs a Python script that talks to the Open Targets API. It handles retries and limits results to keep things fast. You just provide a disease or gene ID and get back a JSON file with all the evidence.

Always use the provided query_opentargets.py script. Never write your own API calls. This ensures fair use and correct formatting. The results are large, so the --output flag is required.

Add Opentargets Database skill to your workflow

Global

mkdir -p ~/.claude/skills/opentargets-database

Project

mkdir -p .claude/skills/opentargets-database

Source Repository

Stars
2,101
Forks
219
Watchers
2,101
License
Apache-2.0
Last Push
1 month ago
Created
2 months ago