Query the Open Targets Platform to retrieve targets, diseases, or evidence records when you need target-disease association data and evidence-based scores for therapeutic discovery.
55
63%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Evidence Insight/open-targets-db/SKILL.mdtarget, disease, or evidence.>=3.8requests >=2.25Run a target query by Ensembl ID (example: BRAF ENSG00000157764):
python scripts/query_opentargets.py --id "ENSG00000157764" --type targetOptional: request specific fields (if supported by your script/API wrapper):
python scripts/query_opentargets.py \
--id "ENSG00000157764" \
--type target \
--fields "approvedSymbol,biotype,tractability"Inputs
query_type (required, string): Entity type to query. Supported values: target, disease, evidence.id (required, string): Entity identifier (e.g., Ensembl ID for targets, EFO ID for diseases).fields (optional, array): A list of fields to retrieve to limit the response payload.Outputs
data (json): The parsed response returned by the Open Targets API for the requested entity.Scoring model (conceptual)
Reference
references/api_reference.md for API details, available fields, and entity schemas.open_targets_db_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
python scripts/query_opentargets.py --helpExpected output format:
Result file: open_targets_db_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.