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.
Author
Category
Other ToolsInstall
Hot:9
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=k-dense-ai-scientific-skills-uniprot-database&locale=en&source=copy
UniProt Database - Protein Sequence and Functional Information Query Tool
Skill Overview
The UniProt Database skill provides direct REST API access to the world-leading database of protein sequences and functional information, supporting protein search, FASTA sequence retrieval, ID mapping, and Swiss-Prot/TrEMBL annotation queries.
Applicable Scenarios
Core Features
Frequently Asked Questions
What is the UniProt Database skill?
This is a skill that provides direct access to the UniProt protein database REST API, supporting searching protein entries, downloading FASTA sequences, performing identifier mapping, and accessing Swiss-Prot (manually reviewed) and TrEMBL (automatically annotated) protein annotation information.
What is the difference between Swiss-Prot and TrEMBL?
Swiss-Prot contains high-quality protein entries that have been manually reviewed and annotated, and is recommended for research requiring accuracy; TrEMBL contains computationally predicted entries, has broader coverage but is not manually verified. Use the filter
reviewed:true to limit searches to Swiss-Prot entries only.When should I use bioservices instead of this skill?
If you need unified access to 40+ bioinformatics services (including UniProt, NCBI, PDB, etc.), it is recommended to use bioservices for a consistent interface experience. If you are focused on UniProt-specific features, need finer-grained API control, or are making direct HTTP/REST calls, using this skill is more appropriate.