Unified CLI/Python interface for querying genomic, proteomic, structure, and expression data across 20+ bioinformatics databases; use when you need fast, scriptable retrieval by gene/protein IDs or keywords.
62
74%
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/gget/SKILL.mdscripts/wrapper.py) exposing multiple gget subcommands through a consistent interface.gget Python library.gget (latest compatible version)pandas (latest compatible version)Install:
uv pip install gget pandasThe skill is accessed via the unified wrapper script:
python scripts/wrapper.py search --keywords "insulin" --species "human"python scripts/wrapper.py info --ids "ENSG00000034713"python scripts/wrapper.py seq --ids "ENSG00000034713"python scripts/wrapper.py alphafold --sequence "MKWMFK..." --plotscripts/wrapper.py acts as a dispatcher that maps subcommands (e.g., search, info, seq, alphafold) to the corresponding gget library functions, normalizing CLI arguments and output behavior.alphafold subcommand requires additional setup depending on the environment (e.g., model/data availability). Use --plot to request visualization output when supported.references/module_reference.md for detailed module-level documentation and parameters.63c61d3
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.