一键导入
uniprot-lookup
Fetch protein entry from UniProt by ID or gene name (function, domains, organism).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch protein entry from UniProt by ID or gene name (function, domains, organism).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage the BioAPEX current-feature workflow from scoping through review and completion
Turn an analysis request into a Slurm-ready execution plan with commands, resource assumptions, and job structure.
Scale a buffer recipe to a target volume and compute component masses/volumes.
Save a fetched summary or document to the knowledge base for later retrieval (e.g. after PubMed/UniProt lookup).
Interpret scRNA clusters using marker genes and suggest cell type or state.
Critically evaluate a perturbation hypothesis — challenge assumptions, propose negative controls, and flag confounders.
| name | uniprot_lookup |
| description | Fetch protein entry from UniProt by ID or gene name (function, domains, organism). |
| category | bio/literature |
| version | 1 |
| requires_tools | ["fetch_url"] |
| requires_network | true |
| user_invocable | true |
| species | any |
| modality | literature |
| stage | utilities |
| stability | experimental |
| safety_level | low |
User asks for protein info: function, domains, organism, or UniProt ID.
Search: If gene name: https://rest.uniprot.org/uniprotkb/search?query=gene_exact:{gene}&format=json. If ID: direct fetch by ID.
Parse: protein_name, function, organism, optional domains/features. Extract first entry if multiple.
Present: Entry ID, name, function, organism, and optional link.