返回顶部
p

pharmaclaw-alphafold-agent药律折叠智能体

Compliant AlphaFold Agent for protein structure retrieval, ESMFold prediction, binding site detection, and RDKit ligand docking. Fetches public PDB/AlphaFold DB structures, predicts folds via ESMFold (HuggingFace), identifies binding pockets, and performs basic molecular docking. Chains from Chemistry Query (receives SMILES for docking) and feeds into IP Expansion and Catalyst Design. Triggers on alphafold, fold, PDB, docking, structure, protein, binding site, pocket, UniProt, KRAS, target.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
288
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

pharmaclaw-alphafold-agent

技能名称:pharmaclaw-alphafold-agent

详细描述:

PharmaClaw AlphaFold 智能体

概述

用于PharmaClaw药物发现流程的蛋白质结构检索与配体对接智能体。可从RCSB PDB获取实验结构,从AlphaFold DB获取预测结构,检测结合位点,并使用RDKit进行基于构象的对接。

快速开始

bash

获取结构并对接配体


python scripts/alphafold_agent.py {uniprot: P01116, smiles: CC(=O)Nc1ccc(O)cc1}

仅获取结构

python scripts/alphafold_agent.py {uniprot: P01116}

功能

特性方法来源
结构获取RCSB搜索API + AlphaFold DB公共PDB文件
折叠预测
通过HuggingFace的ESMFold | 序列 → 3D结构 | | 结合位点 | 口袋检测 | 残基级别口袋 | | 配体对接 | RDKit构象生成 | SMILES → 亲和力评分 |

决策树

  • - 提供了UniProt ID? → 从RCSB PDB / AlphaFold DB获取
  • 提供了FASTA序列? → 通过ESMFold预测折叠
  • 提供了SMILES? → 将配体对接至检测到的结合口袋
  • 未找到结构? → 回退至ESMFold预测

输入格式

json
{
uniprot: P01116,
smiles: CC(=O)Nc1ccc(O)cc1,
fasta: path/to/sequence.fasta
}

输出格式

json
{
pdb: 1abc.pdb,
sites: [{res: G12, pocket_vol: 150}],
docking: {affinity: -15.2, viz: docked.png},
compliance: 公共AlphaFold 2数据库/ESMFold(商业可用)
}

链式集成

  • - 接收自: 化学查询(用于对接的SMILES)、文献(目标蛋白)
  • 输入至: IP扩展(新颖结合模式)、催化剂设计(结构引导合成)

依赖项

  • - rdkit-pypi — 构象生成与分子描述符
  • biopython — PDB解析与FASTA序列处理
  • requests — 对RCSB和AlphaFold DB的API调用

合规性

仅使用公开可用的蛋白质结构(RCSB PDB、AlphaFold DB)和开源预测工具(ESMFold)。所有数据源均允许商业使用。不涉及专有的AlphaFold 3服务器调用。

脚本

  • - scripts/alphafold_agent.py — 主智能体:获取、预测、检测位点、对接

局限性

  • - 对接使用RDKit构象评分(非基于完整物理学的对接,如Vina)
  • ESMFold预测对大型蛋白质需要大量计算资源
  • 结合位点检测为简化版本;生产环境应集成fpocket或P2Rank

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 pharmaclaw-alphafold-agent-1776125356 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 pharmaclaw-alphafold-agent-1776125356 技能

通过命令行安装

skillhub install pharmaclaw-alphafold-agent-1776125356

下载

⬇ 下载 pharmaclaw-alphafold-agent v1.0.0(免费)

文件大小: 3.67 KB | 发布时间: 2026-4-15 13:52

v1.0.0 最新 2026-4-15 13:52
pharmaclaw-alphafold-agent v1.0.0

- Initial release of a compliant AlphaFold agent for protein structure retrieval, ESMFold prediction, binding pocket detection, and basic RDKit ligand docking.
- Supports fetching public PDB/AlphaFold DB structures, predicting 3D folds, detecting pockets, and docking ligands using SMILES input.
- Integrates into multi-step pipelines with clear input/output JSON formats and chain connectivity.
- Operates fully on open-source/commercially permissible resources; does not require proprietary servers.
- Includes limitations for docking (RDKit scoring) and binding site detection refinement.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部