Agent skill · Databases

gget

gget CLI and Python workflow for quick genomic database queries, sequence lookup, BLAST-style searches, enrichment checks, and reproducible bioinformatics evidence logs.

mturacgithub.com/mturacGitHub ↗
codexcopilotcursorMIT
Install
npx skills add mturac/everything-openai-codex --skill scientific-pkg-gget --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/scientific-pkg-gget/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 84
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# gget Use this skill when a task needs quick bioinformatics lookup across genomic reference databases with the `gget` CLI or Python package. ## When to Use - Finding Ensembl IDs, gene metadata, transcript details, or sequences. - Running quick BLAST or BLAT lookups without building a full local pipeline. - Fetching reference genome links and annotations from Ensembl. - Querying protein structure, pathway, cancer, expression, or disease-association modules through a single interface. - Creating a reproducible first-pass evidence log before moving to heavier tools such as Biopython, Snakemake, Nextflow, BLAST+, or database-specific clients. Use a dedicated workflow instead of `gget` when the task requires regulated clinical interpretation, high-throughput production pipelines, or fine-grained control over database versions and local indexes. ## Installation Use a clean Python environment. ```bash python -m venv .venv . .venv/bin/activate python -m pip install --upgrade pip python -m pip install --upgrade gget gget --help ``` If `uv` is available: ```bash uv venv . .venv/bin/activate uv pip install gget ``` Before relying on an older environment, upgrade `gget` and re-check the modul

What's inside
Steps it walks through
  1. When to Use
  2. Installation
  3. Basic Patterns
  4. Common Modules
  5. Quick Examples
  6. Reproducibility Log
  7. Review Checklist
  8. References
Commands it runs
python -m venv .venv
python -m pip install --upgrade pip
python -m pip install --upgrade gget
gget --help
uv venv
uv pip install gget
gget <module> [arguments] [options]
gget search -s human brca1 dna repair -o brca1-search.json
gget info ENSG00000012048 -o brca1-info.json
gget seq ENSG00000012048 -o brca1-seq.fa
More from everything-openai-codex
All skills →
About this skill
What does the gget skill do?

gget CLI and Python workflow for quick genomic database queries, sequence lookup, BLAST-style searches, enrichment checks, and reproducible bioinformatics evidence logs.

How do I install it?

Run `npx skills add mturac/everything-openai-codex --skill scientific-pkg-gget --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mturac/everything-openai-codex, a repository with 84 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going