gget/
gget
Fast CLI/Python queries to 20+ bioinformatics databases. Use for quick lookups: gene info, BLAST searches, AlphaFold structures, enrichment analysis. Best for interactive exploration, simple queries. For batch processing or advanced BLAST use biopython; for multi-database Python workflows use bioservices.
Content Preview
---
name: gget
description: "Fast CLI/Python queries to 20+ bioinformatics databases. Use for quick lookups: gene info, BLAST searches, AlphaFold structures, enrichment analysis. Best for interactive exploration, simple queries. For batch processing or advanced BLAST use biopython; for multi-database Python workflows use bioservices."
license: BSD-2-Clause license
metadata:
skill-author: K-Dense Inc.
---
# gget
## Overview
gget is a command-line bioinformatics tool and Python package provHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/gget.md \
https://raw.githubusercontent.com/K-Dense-AI/claude-scientific-skills/main/scientific-skills/gget/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/K-Dense-AI/claude-scientific-skillsThen reference at scientific-skills/gget/SKILL.md
Related Skills
biopython
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
biopythonbiopython
by K-Dense-AI · claude-scientific-skills
bioservices
Unified Python interface to 40+ bioinformatics services. Use when querying multiple databases (UniProt, KEGG, ChEMBL, Reactome) in a single workflow with consistent API. Best for cross-database analysis, ID mapping across services. For quick single-database lookups use gget; for sequence/file manipulation use biopython.
bioservicesbioservicespythonapi
by K-Dense-AI · claude-scientific-skills