数据与复现蛋白结构与设计FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
TO

tooluniverse-protein-structure-retrieval

维护者 FreedomIntelligence · 最近更新 2026年4月1日

Retrieves protein structure data from RCSB PDB, PDBe, and AlphaFold with protein disambiguation, quality assessment, and comprehensive structural profiles. Creates detailed structure reports with experimental metadata, ligand information, and download links. Use when users need protein structures, 3D models, crystallography data, or mention PDB IDs (4-character codes like 1ABC) or UniProt accessions.

OpenClawNanoClaw分析处理复现实验tooluniverse-protein-structure-retrieval🏥 medical & clinicalmedical toolsretrieves

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/tooluniverse-protein-structure-retrieval

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • 获取 protein structures ,支持 proper disambiguation,quality assessment,、 comprehensive metadata。
  • IMPORTANT:Always use English terms in tool calls (protein names,organism names),even if user writes in another language. Only try original-language terms as fallback if English returns no results. Respond in user's language。
  • if user_provided_pdb_id:# Direct structure retrieval pdb_id = user_provided_pdb_id.upper() elif user_provided_uniprot:# Get UniProt info,then search structures uniprot_id = user_provided_uniprot # Can also get AlphaFold structure af_structure = tu.tools.alphafold_get_structure_by_uniprot( uniprot_id=uniprot_id ) elif user_provided_protein_name:# Search by name result = tu.tools.search_structures_by_protein_name( protein_name=protein_name )。

原始文档

SKILL.md 摘录

Phase 0: Clarification (When Needed)

Ask the user ONLY if:

  • Protein name matches multiple genes/families (e.g., "kinase" → which kinase?)
  • Organism not specified for conserved proteins
  • Intent unclear: need experimental structure vs AlphaFold prediction?

Skip clarification for:

  • Specific PDB IDs (4-character codes)
  • UniProt accessions
  • Unambiguous protein names with organism

1.1 Resolve Protein Identity

from tooluniverse import ToolUniverse
tu = ToolUniverse()
tu.load_tools()

## 1.2 Identity Resolution Checklist

- [ ] Protein name/gene identified
- [ ] Organism confirmed
- [ ] UniProt accession (if available)
- [ ] Isoform/variant specified (if relevant)

适用场景

  • 适合在users need protein structures,3D models,crystallography data,或 mention PDB IDs (4-character codes like 1ABC) 或 UniProt accessions时使用。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
AD
数据与复现蛋白结构与设计

Adaptyv

Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein s…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
AL
数据与复现蛋白结构与设计

alphafold

Validate protein designs using AlphaFold2 structure prediction. Use this skill when: (1) Validating designed sequences f…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
AL
数据与复现蛋白结构与设计

AlphaFold DB

AlphaFold DB is a public repository of AI-predicted 3D protein structures for over 200 million proteins, maintained by D…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
AN
数据与复现蛋白结构与设计

antibody-design-agent

Antibody design: epitope mapping, CDR engineering, bispecific construction.

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看