Overview
- Skill Key
- cheminem/pharmaclaw-alphafold-agent
- Author
- cheminem
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cheminem/pharmaclaw-alphafold-agent
- Latest Commit SHA
- 9913285bde69e3434f973ac7765adda782b2c860
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 pharmaclaw-alphafold-agent 技能。 若已安装,则直接安装 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
```bash
# 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
| Feature | Method | Source |
|---------|--------|--------|
| Structure Fetch | RCSB Search API + AlphaFold DB | Public PDB files |
| Fold Prediction | ESMFold via HuggingFace | Sequence → 3D structure |
| Binding Sites | Pocket detection | Residue-level pockets |
| Ligand Docking | RDKit conformer generation | SMILES → 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
```json
{
"uniprot": "P01116",
"smiles": "CC(=O)Nc1ccc(O)cc1",
"fasta": "path/to/sequence.fasta"
}
```
## Output Format
```json
{
"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) a...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.