By boltz-bio
Predict structures, screen molecules and proteins, and design binders with Boltz from Claude Code.
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).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Run Boltz biomolecular workflows — structure prediction, binding, molecular and
protein screening, and de novo design — directly from your AI coding agent.
The skills shell out to the boltz-api CLI to
create inputs, estimate cost, submit jobs, and download results.
📖 Full guide: Agent integrations for the Boltz API
| Agent | How it's delivered |
|---|---|
| Claude Code | Plugin (boltz) installed from a marketplace |
| Codex | Plugin (boltz) installed from a marketplace |
| Gemini CLI / Antigravity | CLI extension |
| Claude Desktop | Local MCP server (.mcpb bundle) |
Every surface runs the same workflows through the boltz-api CLI.
| Skill | What it does |
|---|---|
boltz-cli-setup | Install, update, verify, and authenticate the boltz-api CLI. |
boltz-structure-and-binding | Predict the 3D structure of a defined complex; optionally score binding. |
boltz-small-molecule-screen | Rank a SMILES library against a target. |
boltz-small-molecule-design | Generate novel small-molecule binders. |
boltz-small-molecule-adme | Estimate Tier-1 ADME (solubility, permeability, logD) from bare SMILES. |
boltz-protein-screen | Rank proteins / peptides / antibodies against a target. |
boltz-protein-design | Generate novel peptide / antibody / nanobody / custom-protein binders. |
boltz-check-status | List and inspect jobs; recover results after an interrupted session. |
All surfaces need the boltz-api CLI on your PATH.
macOS and Linux:
curl -fsSL https://install.boltz.bio/boltz-api/install.sh | sh
Windows PowerShell:
irm https://install.boltz.bio/boltz-api/install.ps1 | iex
Verify it:
boltz-api --version
Then authenticate, using either device-code login or an API key:
boltz-api auth login --device-code
# or
export BOLTZ_API_KEY="your-api-key"
Results download to a boltz-experiments/ directory in your working directory
(created automatically). Point any command at a different location with
--root-dir.
claude plugin marketplace add boltz-bio/boltz-api-skills
claude plugin install boltz@boltz-marketplace --scope user
codex plugin marketplace add boltz-bio/boltz-api-skills
codex plugin add boltz@boltz-marketplace
gemini extensions install https://github.com/boltz-bio/boltz-gemini-cli
# Antigravity:
agy plugin install https://github.com/boltz-bio/boltz-gemini-cli
Download the latest boltz-mcpb-<version>.mcpb from
Releases and install it
via Settings → Extensions → Advanced settings → Install Extension.
Restart your agent after installing.
Once installed and authenticated, just describe what you want in natural language — the agent picks the right skill, builds the payload, shows you a cost estimate before submitting, and downloads results when the job finishes. For example:
Predict the structure of this protein–ligand complex and score the binding affinity.
Screen these 200 SMILES against my target and rank them.
See the full guide for detailed workflows and examples.
Contributions are welcome — outside PRs included. Clone the repo and try the plugin without a persistent install:
claude --plugin-dir ./surfaces/claude-code-cli
The repo is organized as shared source plus per-agent surfaces:
core/ — shared skill workflows (core/skills/cli/) and API reference docs
(core/references/), symlinked into each surface. Edit here for changes
that apply to every agent.surfaces/<agent>/ — per-agent packaging and host-specific files
(claude-code-cli, codex-cli, gemini-cli, mcpb). Edit here for
changes specific to one host.plugins/ — self-contained, installable copies. Generated — do not edit.After editing core/ or a surface, regenerate the installable copies:
scripts/generate-surfaces.sh
See CONTRIBUTING.md for the full development, testing, and
release workflow.
MIT — see LICENSE.
npx claudepluginhub boltz-bio/boltz-api-skills --plugin boltzUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.