Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

protein-ligand-docking蛋白质配体对接

Agent Skill

protein-ligand-docking 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,401

周安装

232

GitHub Stars

公开资料未说明

下载量

1,893
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:protein-ligand-docking(蛋白质配体对接)
来源仓库:https://github.com/zackz2025/protein-ligand-docking
安装命令:
openclaw skills install protein-ligand-docking
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install protein-ligand-docking

简介

运行完整蛋白质-配体对接流程,评估结合亲和力与合理性。

  • 适用于新药研发、靶点验证与结构生物学研究。
  • 自动处理预处理、打分与结果可视化环节。protein-ligand-docking 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 输出结合模式与能量分析报告,支持后续实验设计。
  • 依赖高性能计算资源,建议集群环境下部署运行。

SKILL.md

name
protein-ligand-docking
description
|

Protein-Ligand Docking

Use this skill for research questions such as:

  • "Can ligand X plausibly bind protein Y?"
  • "Is this inhibitor likely to be selective between bacterial and human homologs?"
  • "Should we continue to docking, or is sequence/structure divergence already too large?"

Keep the workflow practical. If an early step already rules out a meaningful docking analysis, stop and explain why instead of forcing the full pipeline.

Inputs To Collect First

Ask for or infer:

  • target protein name and species
  • ligand name and available structure format
  • whether the user wants a quick feasibility screen or a fuller workflow
  • whether an experimental structure already exists

Useful concrete inputs:

  • UniProt ID or protein sequence
  • ligand SDF or SMILES
  • known PDB ID, if available
  • comparison target, if this is a selectivity question

Workflow

1. Sequence Retrieval

  • Retrieve the target sequence from UniProt when the user provides a protein name or UniProt ID.
  • Save FASTA files with clear names because later scripts depend on them.
  • If the question is about selectivity, retrieve both sequences before moving on.

2. Structure Search

  • Search RCSB PDB for experimentally solved structures first.
  • Prefer structures with a relevant ligand, catalytic domain, or biologically meaningful complex.
  • If no suitable structure exists, plan to use AlphaFold or AlphaFold-Multimer in Colab.

3. Sequence Conservation Check

When the question involves homolog comparison, run scripts/step3_alignment.py.

  • High similarity suggests the binding region may be conserved and docking can be informative.
  • Borderline similarity means docking may still help, but interpretation must stay cautious.
  • Very low similarity can support an early "binding pocket likely not conserved" conclusion.

Detailed interpretation thresholds live in references/decision-guide.md.

4. Structure Modeling

Use AlphaFold-Multimer only when a suitable experimental structure is missing and a complex model is still needed.

5. Model Quality Assessment

Before docking an AlphaFold-derived structure, run scripts/step5_pae_analysis.py.

Focus on two questions:

  • Is the fold itself credible enough to use?
  • Is the interface or predicted docking region reliable enough to interpret?

If interface confidence is poor, stop and say docking would likely be misleading.

6. Docking

Run scripts/step6_vina_docking.py when all of the following are true:

  • the receptor structure is usable
  • the ligand structure is available
  • the docking box is justified by structure or interface analysis

Prefer docking settings derived from the modeled or known interaction region, not arbitrary whole-protein boxes.

7. Report The Result

Use scripts/step7_summary_report.py when the user wants a structured deliverable.

The final answer should cover:

  • binding affinity range, not just the single best score
  • whether the pose lands in a biologically meaningful region
  • whether the structure quality supports interpretation
  • what the main uncertainty is
  • what experimental validation would best test the claim

Decision Rules

Use these rules during execution:

  • Do not treat docking as proof of binding.
  • Do not continue if the structure or interface confidence is clearly too poor.
  • Do not over-interpret small score differences across targets.
  • If the user only needs a quick answer, stop once the evidence is sufficient.
  • For biomedical research, always separate computational plausibility from experimental validation.

Thresholds, QC checks, and result wording guidance are in references/decision-guide.md.

Expected Outputs

Depending on the stage reached, provide some or all of:

  • FASTA files for targets
  • selected PDB IDs or modeled structures
  • alignment summary JSON
  • model quality JSON with grid box coordinates
  • docking summary JSON
  • a short written conclusion in plain language
  • optional Summary.md, Summary.docx, and figure output

Dependencies

This skill may rely on:

  • UniProt and RCSB web access
  • Google Colab for AlphaFold-Multimer
  • Python 3 plus Biopython, NumPy, RDKit, OpenBabel, and py3Dmol
  • AutoDock Vina in WSL or Linux

Installation notes and recommended thresholds are in references/decision-guide.md.

Limits To State Explicitly

Always warn the user about the main limits:

  • docking scores are approximate, not definitive
  • static docking ignores induced fit and many solvent effects
  • AlphaFold confidence does not guarantee a correct ligand-binding geometry
  • experimental assays remain the standard for validation

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.41%
按下载量换算1,541

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills