Antibody design agent
Skill BioTender-max/awesome-bio-agent-skills/skills/openclaw/antibody-design-agent
A curated collection of AI agent skills for biomedical research, covering genomics, proteomics, single-cell analysis, clinical AI, and protein design.
npx -y skills add BioTender-max/awesome-bio-agent-skills --skill antibody-design-agentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
2.7 KB, 679 tokens by cl100k_base, as published. Nobody here has run it
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
- MAGE (Monoclonal Antibody Generator): Uses a protein language model to generate diverse antibody sequences against unseen viral strains.
- RFdiffusion for Antibodies: Generates 3D antibody structures that bind to a target structure with high precision.
- ProteinMPNN: Optimizes the sequence of the generated structures for solubility and expression.
Workflow
- Target Definition: Input the PDB structure or sequence of the antigen (target).
- 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.
- Validation (In Silico): Use AlphaFold3 or ESMFold to predict the complex structure and assess binding confidence (pLDDT, PAE).
- 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:
- Retrieves RBD structure for KP.2.
- Runs
RFdiffusionwith "binder" constraints on the RBD surface. - Generates 100 backbone candidates.
- Sequences them with
ProteinMPNN. - Folds the complexes with
AlphaFold3to verify binding interface. - Returns top 5 sequences.
What ships with it: 1 file
1.4 KB alongside SKILL.md
MAGE_Agent/
- README.md1.4 KB