Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

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 free gck_* API key — sign up at dashboard.prism.optra-ai.com
  • 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
/prism:setup <gck_*>

Replace <gck_*> with your API 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.3.0 (was v0.2.0)

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.