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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pharmaclaw-alphafold-agent" with this command: npx skills add cheminem/pharmaclaw-alphafold-agent

PharmaClaw AlphaFold Agent

Overview

Protein structure retrieval and ligand docking agent for the PharmaClaw drug discovery pipeline. Fetches experimental structures from RCSB PDB and predicted structures from AlphaFold DB, detects binding sites, and performs conformer-based docking with RDKit.

Quick Start

# Fetch structure and dock a ligand
python scripts/alphafold_agent.py '{"uniprot": "P01116", "smiles": "CC(=O)Nc1ccc(O)cc1"}'

# Structure retrieval only
python scripts/alphafold_agent.py '{"uniprot": "P01116"}'

Capabilities

FeatureMethodSource
Structure FetchRCSB Search API + AlphaFold DBPublic PDB files
Fold PredictionESMFold via HuggingFaceSequence → 3D structure
Binding SitesPocket detectionResidue-level pockets
Ligand DockingRDKit conformer generationSMILES → affinity score

Decision Tree

  • UniProt ID provided? → Fetch from RCSB PDB / AlphaFold DB
  • FASTA sequence provided? → Predict fold via ESMFold
  • SMILES provided? → Dock ligand into detected binding pocket
  • No structure found? → Fall back to ESMFold prediction

Input Format

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

Output Format

{
  "pdb": "1abc.pdb",
  "sites": [{"res": "G12", "pocket_vol": 150}],
  "docking": {"affinity": -15.2, "viz": "docked.png"},
  "compliance": "Public AlphaFold 2 DB/ESMFold (commercial OK)"
}

Chain Integration

  • Receives from: Chemistry Query (SMILES for docking), Literature (target proteins)
  • Feeds into: IP Expansion (novel binding modes), Catalyst Design (structure-guided synthesis)

Dependencies

  • rdkit-pypi — Conformer generation and molecular descriptors
  • biopython — PDB parsing and FASTA sequence handling
  • requests — API calls to RCSB and AlphaFold DB

Compliance

Uses only publicly available protein structures (RCSB PDB, AlphaFold DB) and open-source prediction (ESMFold). All data sources are commercially permissible. No proprietary AlphaFold 3 server calls.

Scripts

  • scripts/alphafold_agent.py — Main agent: fetch, predict, detect sites, dock

Limitations

  • Docking uses RDKit conformer scoring (not full physics-based docking like Vina)
  • ESMFold prediction requires significant compute for large proteins
  • Binding site detection is simplified; production use should integrate fpocket or P2Rank

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Biomimetic Memory Architecture

Install, verify, and manage OpenClaw memory with integrated daily distillation, weekly synthesis, procedural learning, retention, and cold archiving workflows.

Registry SourceRecently Updated
Automation

FastClaw AI部署工具

FastClaw是一款轻量级AI Agent运行时工具,支持通过OpenClaw Skills生态安装,提供内置Web界面、SOUL.md兼容、多模型支持等功能。

Registry SourceRecently Updated
Automation

Ocean Agent

OceanBus-powered AI workbench for insurance agents. Use when agents need Yellow Pages lead generation, customer intake and triage, follow-up reminders with d...

Registry SourceRecently Updated
Automation

Ocean Chat

OceanBus SDK Lighthouse — P2P messaging for AI agents. Get a global address, discover friends via Yellow Pages, chat end-to-end encrypted, negotiate meetups....

Registry SourceRecently Updated