Estimated time: 5 minutes. You will need access to your ClawSight plugin configuration.
Prerequisites
- OpenClaw with the ClawSight plugin installed
- Ability to edit
openclaw.plugin.json
Step 1 — Connect in Clarion
- In Clarion, open Integrations and find OpenClaw.
- Enter an API token — this is the bearer token ClawSight will authenticate with. Use a strong, unique value.
- Click Connect. Clarion shows you the platform URL to use.
Step 2 — Configure ClawSight
Inopenclaw.plugin.json, set:
platformUrl— the URL Clarion showed you. The plugin appends/v1/telemetry/ingestautomatically, so do not add it yourself.apiToken— the same token you entered in Clarion.
What Clarion watches
- Skill activity — which skills agents invoke, and how often.
- Policy violations — actions that break the policies you configured.
- Unusual tool use — tool calls that fall outside an agent’s established pattern.
The AI Agent Monitoring template ships without bundled skills. Attach skills from the library, or write your own, to define how these events should be triaged.
Rotate the token
Enter a new value in Update API Token on the integration page, then updateapiToken in the plugin config to match.