Install the predictr plugin for Claude Code
Use predictr.io from inside Claude Code. Once the plugin is installed, Claude can list connections, fit models, score predictions and inspect results conversationally — backed by the same predictr-cli underneath.
Install the CLI first. The plugin drives predictr-cli under the hood and reuses its
PREDICTR_API_URL/PREDICTR_ORG/ auth environment variables. Follow Setup the predictr-cli before installing the plugin — once the CLI works from your shell, the plugin will too.
1. Add the marketplace
Run this inside a Claude Code session:
/plugin marketplace add predictr-io/claude-plugin-predictr
2. Install the plugin
/plugin install predictr@predictr
Claude Code will reload and the predictr skill will be available.
3. Sanity check
Ask Claude:
List my predictr connections.
If you've already set up the CLI (the plugin uses the
same PREDICTR_API_URL / PREDICTR_ORG / auth env vars), Claude
should return your connections. If you haven't, set those env vars
first and try again.