Accesses BioGRID ORCS CRISPR screen data (organisms, screens, scores). Invoke when user needs to search CRISPR screens, get vocabulary, or retrieve gene scores.
64
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Evidence Insight/biogrid-orcs/SKILL.mdThis skill allows querying the BioGRID ORCS (Open Repository of CRISPR Screens) REST API.
scripts/biogrid_client.py.references/ for task-specific guidance.See ## Prerequisites above for related details.
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.See ## Usage above for related details.
cd "20260316/scientific-skills/Evidence Insight/biogrid-orcs"
python -m py_compile scripts/biogrid_client.py
python scripts/biogrid_client.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/biogrid_client.py with the validated inputs.scripts/biogrid_client.py.references/ contains supporting rules, prompts, or checklists.The skill provides a Python script scripts/biogrid_client.py that maps to the API endpoints.
python .trae/skills/biogrid-orcs/scripts/biogrid_client.py <COMMAND> --accesskey <KEY> [OPTIONS]List Organisms
python .trae/skills/biogrid-orcs/scripts/biogrid_client.py organisms --accesskey <KEY>List Vocabulary Categories
python .trae/skills/biogrid-orcs/scripts/biogrid_client.py vocabs --accesskey <KEY>Get Vocabulary Terms
python .trae/skills/biogrid-orcs/scripts/biogrid_client.py vocab <CATEGORY_ID> --accesskey <KEY>Search Screens
python .trae/skills/biogrid-orcs/scripts/biogrid_client.py screens --accesskey <KEY> --organismID 9606 --cellLine helaGet Screen Scores
python .trae/skills/biogrid-orcs/scripts/biogrid_client.py screen <SCREEN_ID> --accesskey <KEY> --hit yesGet Gene Scores
python .trae/skills/biogrid-orcs/scripts/biogrid_client.py gene <GENE_ID> --accesskey <KEY>Search Genes
python .trae/skills/biogrid-orcs/scripts/biogrid_client.py genes --accesskey <KEY> --name "BRCA1|TP53"See references/api_docs.md for full API documentation and parameter lists.
biogrid_orcs_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
python scripts/biogrid_client.py --helpExpected output format:
Result file: biogrid_orcs_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.