Agent Plugins Marketplace
All plugins

boltz-api-cli

v0.1.1

Predict structures, screen molecules and proteins, and design binders.

Codex8 Skills

By BoltzLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
8 skill or MCP entries
Source updated
Sep 20, 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

Install boltz-api-cli for Codex

Installs for the current user
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add boltz-api-cli@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “boltz-api-cli-3” remain stable.

  • Codex: boltz-api-cli-3@agent-plugin-marketplaceboltz-api-cli@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zh

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/boltz-api-cli/.

Plugin files

plugins/boltz-api-cli/
├── .codex-plugin/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-check-statusskills/boltz-check-status/SKILL.md

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-setupskills/boltz-cli-setup/SKILL.md

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.

boltz-protein-designskills/boltz-protein-design/SKILL.md

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.

boltz-protein-screenskills/boltz-protein-screen/SKILL.md

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.

boltz-small-molecule-admeskills/boltz-small-molecule-adme/SKILL.md

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).

boltz-small-molecule-designskills/boltz-small-molecule-design/SKILL.md

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.

boltz-small-molecule-screenskills/boltz-small-molecule-screen/SKILL.md

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).

boltz-structure-and-bindingskills/boltz-structure-and-binding/SKILL.md

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

plugins/boltz-api-cli/.codex-plugin/plugin.json
{
  "author": {
    "email": "[email protected]",
    "name": "Boltz",
    "url": "https://boltz.bio"
  },
  "description": "Predict structures, screen molecules and proteins, and design binders.",
  "homepage": "https://boltz.bio",
  "interface": {
    "brandColor": "#4E6D53",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "category": "Scientific Research",
    "composerIcon": "./assets/app-icon.png",
    "defaultPrompt": [
      "Predict EGFR L858R binding to osimertinib",
      "Design nanobodies for a SARS-CoV-2 RBD epitope",
      "Design selective JAK2 binders from Enamine REAL"
    ],
    "developerName": "Boltz",
    "displayName": "Boltz",
    "logo": "./assets/app-icon.png",
    "longDescription": "Use Boltz from Codex for biomolecular modeling workflows: predict structure and binding for protein, RNA, DNA, and ligand complexes; rank small-molecule or protein libraries against targets; and design novel small molecules, peptides, antibodies, nanobodies, or custom protein binders with structures and confidence metrics.",
    "privacyPolicyURL": "https://boltz.bio/privacy",
    "screenshots": [],
    "shortDescription": "Predict structures, screen molecules and proteins, and design binders",
    "termsOfServiceURL": "https://boltz.bio/terms",
    "websiteURL": "https://boltz.bio"
  },
  "keywords": [
    "boltz",
    "boltz-api",
    "go-cli",
    "computational-biology",
    "protein-design",
    "protein-screening",
    "small-molecule-design",
    "virtual-screening",
    "structure-prediction",
    "molecular-modeling",
    "drug-discovery",
    "biotech"
  ],
  "license": "MIT",
  "name": "boltz-api-cli",
  "repository": "https://github.com/boltz-bio/boltz-api-skills",
  "skills": "./skills",
  "version": "0.1.1"
}

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-3)