What problem does it solve?
Running a Boltz structure-and-binding prediction requires correctly authoring API payloads with exact field names, handling authentication, estimating cost, submitting jobs, and downloading results without blocking the agent session. This Skill encodes that entire workflow so a single complex prediction succeeds on the first attempt instead of failing on unclear 400 validation errors.
Core Features & Use Cases
- Payload authoring: Normalizes proteins, RNA, DNA, and ligands (SMILES or CCD) into the
entities schema with correct chain_ids arrays, optional constraints, bonds, modifications, templates, and MSA control.
- Binding metrics: Adds flat
binding blocks for ligand-protein or protein-protein binding, returning binding_confidence and optimization_score where applicable.
- Managed job lifecycle: Runs
estimate-cost for user confirmation, submits with an idempotency key, and launches download-results in the agent runtime's background mode with heartbeat-based status checks.
- Use Case: A researcher wants to dock a small-molecule ligand against a target protein and get a binding confidence score. The Skill builds the payload, confirms cost, submits the job, and delivers the predicted CIF structure plus metrics.
Quick Start
Use the boltz-structure-and-binding skill to predict the structure of this protein-ligand complex and download the resulting CIF and metrics.