UniProt Query
v1.0.0Query UniProt database for protein sequences, metadata, and search by criteria. Use this skill when: (1) Looking up protein information by UniProt accession...
⭐ 0· 22·0 current·0 all-time
by@hollyya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (UniProt queries, metadata, sequences) aligns with the code and SKILL.md: all networking is to UniProt endpoints and the skill also leverages an existing OpenBioMed tool for sequence retrieval. There are no unrelated binaries, credentials, or services requested.
Instruction Scope
Runtime instructions and example scripts only perform HTTP GET requests to rest.uniprot.org, parse JSON responses, generate human-readable reports, and write outputs to a local ./tmp/uniprot directory. They do not read unrelated system files, access environment variables, or transmit data to external endpoints beyond UniProt.
Install Mechanism
This is an instruction-only skill with example scripts and reference docs; there is no install spec, no external archive downloads, and no packages are being added at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. The example code uses an existing TOOLS entry (protein_uniprot_request) which is reasonable for the described functionality; no secrets are requested or used.
Persistence & Privilege
always is false (default). The skill does not attempt to modify other skills or system-wide agent settings. It writes outputs to a local subdirectory it creates, which is expected for report generation.
Assessment
This skill appears coherent and limited to querying UniProt. Before installing: (1) ensure your agent environment has network access and that external HTTP requests to rest.uniprot.org are acceptable; (2) be aware the examples write files to ./tmp/uniprot (check disk/write policies); (3) the examples call an existing OpenBioMed tool (TOOLS["protein_uniprot_request"]) — if that tool is absent the skill may fail; (4) no credentials are requested, but watch for rate limiting when making many queries. If you require stricter isolation, run the example scripts in a sandboxed environment.Like a lobster shell, security has layers — review code before you run it.
latestvk9771wjb5my63zs13rt5vahzph84erm8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
