跳到主要内容
知仓学习社ZHICANG

antibody-design-agent

antibody-design-agent,来自 FreedomIntelligence/OpenClaw-Medical-Skills 的 agent 技能。

读凭据执行命令读文件严重 0 · 高危 3FreedomIntelligence/OpenClaw-Medical-Skills

它会碰到什么

扫了多少9 个文本文件,39 KB
它会碰到什么读凭据执行命令读文件
命中总数4 处
命中统计严重 0 · 高 3 · 中 1 · 低 0
逐条看命中(3 条严重或高危)
  • MAGE/repo/Fine_tuning/full_model_training_24-03-12.py:12cred-envread
    # os.environ["CUDA_DEVICE_ORDER"]="PCI_BUS_ID"   # see issue #152
  • MAGE/repo/Fine_tuning/full_model_training_24-03-12.py:13cred-envread
    # os.environ["CUDA_VISIBLE_DEVICES"]= '0,1,2,3'
  • MAGE/repo/generate_antibodies.py:47exec-spawn
    model.eval()

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

<!--

COPYRIGHT NOTICE

This file is part of the "Universal Biomedical Skills" project.

Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>

All Rights Reserved.

#

This code is proprietary and confidential.

Unauthorized copying of this file, via any medium is strictly prohibited.

#

Provenance: Authenticated by MD BABU MIA

-->


name: 'antibody-design-agent'

description: 'An advanced agent for de novo antibody design and optimization using state-of-the-art protein language models (MAGE, RFdiffusion).'

measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.

allowed-tools:

  • read_file
  • run_shell_command

Antibody Design Agent

This skill brings together cutting-edge tools for antibody engineering, including MAGE (Monoclonal Antibody Generator) and RFdiffusion for Antibodies. It enables the de novo design of antibodies against specific viral or tumoral targets.

When to Use This Skill

  • De Novo Design: Generating antibody sequences/structures that bind to a specific antigen.
  • Epitope Targeting: Designing VHH or binders for a specific epitope on a target protein.
  • Optimization: Improving the affinity or stability of an existing antibody candidate.
  • Viral Defense: Rapidly generating antibodies against novel viral strains.

Core Capabilities

  1. MAGE (Monoclonal Antibody Generator): Uses a protein language model to generate diverse antibody sequences against unseen viral strains.
  2. RFdiffusion for Antibodies: Generates 3D antibody structures that bind to a target structure with high precision.
  3. ProteinMPNN: Optimizes the sequence of the generated structures for solubility and expression.

Workflow

  1. Target Definition: Input the PDB structure or sequence of the antigen (target).
  2. Design Phase:
  • Use RFdiffusion to generate the backbone of the binder (CDR loops).
  • Use ProteinMPNN to design the sequence for the backbone.
  • Alternatively, use MAGE to generate sequences directly from viral strain data.
  1. Validation (In Silico): Use AlphaFold3 or ESMFold to predict the complex structure and assess binding confidence (pLDDT, PAE).
  2. Selection: Rank candidates for synthesis.

Example Usage

User: "Design a VHH nanobody that binds to the RBD of the SARS-CoV-2 KP.2 variant."

Agent Action:

  1. Retrieves RBD structure for KP.2.
  2. Runs RFdiffusion with "binder" constraints on the RBD surface.
  3. Generates 100 backbone candidates.
  4. Sequences them with ProteinMPNN.
  5. Folds the complexes with AlphaFold3 to verify binding interface.
  6. Returns top 5 sequences.

<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 3,010
本站分层T1
该仓技能数897
原文件路径skills/antibody-design-agent/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 897 个技能