boltz-api-cli
v0.1.1-ghast.1Predict structures, screen molecules and proteins, and design binders.
By BoltzLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 8 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/boltz-api-cli/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/boltz-check-status/SKILL.md├── skills/boltz-cli-setup/SKILL.md├── skills/boltz-protein-design/SKILL.md├── skills/boltz-protein-screen/SKILL.md├── skills/boltz-small-molecule-adme/SKILL.md├── skills/boltz-small-molecule-design/SKILL.md├── skills/boltz-small-molecule-screen/SKILL.md└── skills/boltz-structure-and-binding/SKILL.md
Included Skills8
Boltz job status and result recovery. Use when listing jobs, checking progress, resuming downloads, recovering results, or downloading an existing job ID. Not for starting new jobs.
Boltz CLI setup and auth. Use when installing, updating, verifying, or authenticating `boltz-api`, or fixing missing CLI, PATH, sandbox, browser login, or auth errors.
Design new protein binders with Boltz. Use when generating protein, peptide, antibody, nanobody, or custom binder candidates for a target. Not for screening existing proteins or small molecules.
Screen existing protein binders with Boltz. Use when ranking a supplied protein, peptide, antibody, nanobody, or binder library against a target. Not for designing new proteins or screening small molecules.
Predict Tier-1 ADME/ADMET for small molecules with Boltz from bare SMILES — no target, no docking. Use when the user wants solubility, permeability, or lipophilicity/logD for a molecule or list of molecules. Not for ranking molecules against a protein target (use boltz-small-molecule-screen, which already returns ADME free).
Design new small-molecule binders with Boltz. Use when generating novel ligands or hits for a target without a fixed compound library. Not for screening existing molecules or one-off docking.
Screen existing small-molecule libraries with Boltz. Use when docking, scoring, or ranking a supplied SMILES or compound library against a target; also returns free Tier-1 ADME/ADMET (solubility, permeability, lipophilicity/logD) per molecule. Not for de novo molecule design, one-off docking, or ADME on bare SMILES with no target (use boltz-small-molecule-adme).
Predict structures and binding for one defined complex with Boltz. Use when folding a protein, RNA, DNA, or ligand complex, docking one ligand, predicting an interface, or scoring binding. Not for screening libraries or design.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "boltz-api-cli",
"version": "0.1.1-ghast.1",
"description": "Predict structures, screen molecules and proteins, and design binders.",
"author": {
"name": "Boltz",
"email": "[email protected]",
"url": "https://boltz.bio"
},
"homepage": "https://boltz.bio",
"repository": "https://github.com/boltz-bio/boltz-api-skills",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"category": "research",
"upstreamRevision": "70e480ebb14baecfc4456b49eb8b724611470b7c",
"upstreamPath": "plugins/boltz-api-cli",
"icon": "./assets/icon.png"
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[boltz-api-cli on Agent Plugins Marketplace](https://pluginsmp.com/plugins/boltz-api-cli-2)