> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prisminference.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenClaw

> Install Prism's model-provider plugin from ClawHub.

## Copy for your agent

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
Follow https://docs.prisminference.com/guides/openclaw to install and configure
the Prism provider. Preserve unrelated settings and never repeat my API key to
me or include it in your response.
```

If no key exists, follow [Agent signup](/guides/agent-signup) first.

## Install and configure

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
openclaw plugins install clawhub:openclaw-plugin-prism
printf '%s\n' "$PRISM_API_KEY" | \
  openclaw models auth paste-api-key --provider prism >/dev/null
openclaw models set prism/deepseek-v4.1-flash
```

OpenClaw shows the plugin's ClawHub security audit before installation. The
plugin supplies both Prism models and stores the key in OpenClaw's auth store.

## Verify

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
openclaw plugins inspect prism --runtime --json
openclaw models list --all --refresh --provider prism
```
