Agent skill · Databases

uniprot-database

Direct REST API access to UniProt. Protein searches, FASTA retrieval, ID mapping, Swiss-Prot/TrEMBL. For Python workflows with multiple databases, prefer bioservices (unified interface to 40+ services). Use this for direct HTTP/REST work or UniProt-specific control.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill uniprot-database --agent claude-code

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

Facts
Files in the skill folder: 6
SKILL.md size: 7 KB
Bundled scripts: yes
Path: skills/openclaw/uniprot-database/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

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

From the SKILL.md

# UniProt Database ## Overview UniProt is the world's leading comprehensive protein sequence and functional information resource. Search proteins by name, gene, or accession, retrieve sequences in FASTA format, perform ID mapping across databases, access Swiss-Prot/TrEMBL annotations via REST API for protein analysis. ## When to Use This Skill This skill should be used when: - Searching for protein entries by name, gene symbol, accession, or organism - Retrieving protein sequences in FASTA or other formats - Mapping identifiers between UniProt and external databases (Ensembl, RefSeq, PDB, etc.) - Accessing protein annotations including GO terms, domains, and functional descriptions - Batch retrieving multiple protein entries efficiently - Querying reviewed (Swiss-Prot) vs. unreviewed (TrEMBL) protein data - Streaming large protein datasets - Building custom queries with field-specific search syntax ## Core Capabilities ### 1. Searching for Proteins Search UniProt using natural language queries or structured search syntax. **Common search patterns:** ```python # Search by protein name query = "insulin AND organism_name:\"Homo sapiens\"" # Search by gene name query = "gene:BRCA1 AND

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Searching for Proteins
  5. 2. Retrieving Individual Protein Entries
  6. 3. Batch Retrieval and ID Mapping
  7. 4. Streaming Large Result Sets
  8. 5. Customizing Retrieved Fields
  9. Python Implementation
  10. Query Syntax Examples
  11. Best Practices
  12. Resources
  13. scripts/
  14. references/
Ships with 5 files
  • references/api_examples.md
  • references/api_fields.md
  • references/id_mapping_databases.md
  • references/query_syntax.md
  • scripts/uniprot_client.py
More from awesome-bio-agent-skills
All skills →
About this skill
What does the uniprot-database skill do?

Direct REST API access to UniProt. Protein searches, FASTA retrieval, ID mapping, Swiss-Prot/TrEMBL. For Python workflows with multiple databases, prefer bioservices (unified interface to 40+ services). Use this for direct HTTP/REST work or UniProt-specific control.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill uniprot-database --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 BioTender-max/awesome-bio-agent-skills, a repository with 135 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