If you're working with biological data across multiple databases, this is your Swiss Army knife. It wraps 40+ bioinformatics APIs (UniProt, KEGG, ChEMBL, PubChem, Reactome) into a unified Python interface so you can query proteins, map identifiers between databases, analyze pathways, and run BLAST searches without dealing with different REST endpoints and authentication schemes. The real value is in multi-database workflows: search a protein in UniProt, find its pathways in KEGG, map compound IDs through UniChem, all in the same script. If you only need one database and want full REST control, the individual database skills are cleaner, but for integrative bioinformatics pipelines, this handles the plumbing.
npx skills add https://github.com/davila7/claude-code-templates --skill bioservices