Access Ensembl REST API for vertebrate genomic data; use when you need gene/ID lookups, sequence retrieval, variant effect prediction (VEP), or homology/assembly coordinate mapping.
64
76%
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/ensembl-database/SKILL.mdscripts/query_ensembl.py is the most direct path to complete the request.ensembl-database package behavior rather than a generic answer.scripts/query_ensembl.py.references/ for task-specific guidance.Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.cd "20260316/scientific-skills/Evidence Insight/ensembl-database"
python -m py_compile scripts/query_ensembl.py
python scripts/query_ensembl.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/query_ensembl.py with the validated inputs.scripts/query_ensembl.py.references/ contains supporting rules, prompts, or checklists.BRCA2 in human).scripts/query_ensembl.py (wrapper around an ensembl_rest client)references/api_endpoints.md>=3.8ensembl_rest (Python client; version depends on your environment)https://rest.ensembl.orgpython scripts/query_ensembl.py --action lookup --species human --symbol BRCA2python scripts/query_ensembl.py --action sequence --id ENSG00000139618python scripts/query_ensembl.py --action vep --species human --hgvs "ENST00000380152.8:c.68_69delAG"scripts/query_ensembl.pyensembl_rest client.--action: Operation selector.
lookup, sequence, vep--species: Target species name used by Ensembl REST (e.g., human).--symbol: Gene symbol used for lookup actions (e.g., BRCA2).--id: Ensembl stable ID used for sequence retrieval (e.g., ENSG..., ENST..., ENSP...).--hgvs: HGVS notation string used for VEP (e.g., ENST...:c.123A>G).For the exact REST paths, required parameters, and response schemas, see:
references/api_endpoints.md63c61d3
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.