Skip to content

Installation

This page covers the install options, updates, and uninstall — for the fastest path see Quickstart.

  • Claude Code — latest version with plugin support
  • Node.js 18+ — needed by the plugin’s hook scripts
  • A Prism API key — sign up for Prism at dashboard.optra-prism.com; your key is provisioned automatically. The dashboard header’s Connect panel shows the setup commands with your key filled in — there’s no key to create by hand and no separate keys page. New keys start with prism_* (gck_* is the legacy prefix and is still accepted).
  • Network access — the plugin contacts Optra Prism on setup and sends telemetry over HTTPS

In Claude Code, run:

Terminal window
/plugin marketplace add grumatic/optra-prism-plugin
/plugin install prism
/reload-plugins
/prism:setup <prism_*>

Copy the /prism:setup line from the Connect panel — it already has your key — then fully quit and relaunch Claude Code. That last step is required — Prism needs a fresh process to activate.

After restarting, run:

Terminal window
/prism:status

You should see your connection reported as healthy. If you see “unknown command,” the plugin didn’t load — quit Claude Code and relaunch.

Prism checks for updates at session start. When a new version is available, you’ll see:

[Prism] Updated to v0.7.1 (was v0.6.3)

To update manually:

Terminal window
/plugin marketplace add grumatic/optra-prism-plugin
/plugin install prism

Then restart Claude Code.

Terminal window
/prism:uninstall

This removes the plugin, your API key, and Prism’s telemetry settings. Restart Claude Code afterwards to fully clear it.