bio-entrez-link

Installation
SKILL.md

Entrez Link

Navigate between NCBI databases using Biopython's Entrez module (ELink utility).

Required Setup

from Bio import Entrez

Entrez.email = 'your.email@example.com'  # Required by NCBI
Entrez.api_key = 'your_api_key'          # Optional, raises rate limit

Core Function

Entrez.elink() - Cross-Database Links

Find related records in the same or different databases.

Installs
3
GitHub Stars
1.1K
First Seen
Jan 24, 2026
bio-entrez-link — gptomics/bioskills