Back to the catalog

boltz-gemini-cli

Run Boltz biomolecular modeling workflows from Gemini CLI.

Open source Open in the app JSON README (API)

About

Run Boltz biomolecular modeling workflows from Gemini CLI.

Details

Kind
Plugins
Topic
AI, RAG & memory
Publisher
boltz-bio
Origin
gemini
Category
ferramentas
Version
0.1.0
Stars
8
Open pull requests
4
Last push
2026-09-07T14:05:35Z
Repository state
ativo
Language
Python
License
MIT
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
boltz-bio/boltz-gemini-cli

README

# boltz-gemini-cli

Gemini CLI extension for Boltz biomolecular modeling workflows. It bundles the
same CLI-backed Boltz skills used by the Claude Code and Codex surfaces, with
Gemini-specific context for background shell downloads.

## Installation

Install the extension from the public distribution repo:

```sh
gemini extensions install https://github.com/boltz-bio/boltz-gemini-cli
```

Restart Gemini CLI, then confirm the extension and skills are visible:

```text
/extensions list
/skills list
```

## Boltz API CLI

This extension uses the `boltz-api` command. Install it from the
[boltz-api-cli repo](https://github.com/boltz-bio/boltz-api-cli), then make sure
it is available on `PATH`.

- `boltz-api` on `PATH`
- Authentication via `boltz-api auth login --device-code`, or `BOLTZ_API_KEY`
  exported in the environment
- Optional: `BOLTZ_COMPUTE_OUTPUT_DIR` to override where results land

More