Top AI Repos β open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
π¦ Official plugin for OpenClaw that exports agent traces to Opik. See and monitor agent behaviour, cost, tokens, errors and more.
| Date | Stars |
|---|---|
| 2026-07-24 | 692 |
| 2026-07-25 | 696 |
| 2026-07-28 | 696 |
| 2026-07-30 | 696 |
| 2026-07-31 | 704 |
| 2026-08-06 | 704 |
Today
β stars today
This week
+8 stars this week
This month
β stars this month
Momentum
33.0
growth rate 1.15%/day
<h1 align="center" style="border-bottom: none">
<div>
<a href="https://www.comet.com/site/products/opik/?from=llm&utm_source=opik&utm_medium=github&utm_content=header_img&utm_campaign=opik">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/comet-ml/opik/refs/heads/main/apps/opik-documentation/documentation/static/img/logo-dark-mode.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/comet-ml/opik/refs/heads/main/apps/opik-documentation/documentation/static/img/opik-logo.svg">
<img alt="Comet Opik logo" src="https://raw.githubusercontent.com/comet-ml/opik/refs/heads/main/apps/opik-documentation/documentation/static/img/opik-logo.svg" width="200" />
</picture>
</a>
<br />
π OpenClaw Opik Observability Plugin
</div>
</h1>
<p align="center">
Official plugin for <a href="https://github.com/openclaw/openclaw">OpenClaw</a> that exports agent traces to <br/>
<a href="https://www.comet.com/docs/opik/">Opik</a> for observability and monitoring.
</p>
<div align="center">
[](./LICENSE)
[](https://www.npmjs.com/package/@opik/opik-openclaw)
<img src="screenshot.png" alt="Openclaw on Opik Demo"/>
</div>
## Why This Plugin
[Opik](https://github.com/comet-ml/opik) is a leading open-source LLM and agent observability, tracing, evaluation and optimization platform.
`@opik/opik-openclaw` adds native Opik tracing for OpenClaw runs:
- LLM request/response spans
- Sub-agent request/response spans
- Tool call spans with inputs, outputs, and errors
- Run-level finalize metadata
- Usage and cost metadata
The plugin runs inside the OpenClaw Gateway process. If your gateway is remote, install and configure the plugin on that host.
## Install and first run
Prerequisites:
- OpenClaw `>=2026.3.2`
- Node.js `>=22.12.0`
- npm `>=10`
### 1. Install the plugin in OpenClaw
```bash
openclaw plugins install clawhub:@opik/opik-openclaw
```
And for older version of OpenClaw `<2023.3.23` you can install the npm package using:
```bash
openclaw plugins install @opik/opik-openclaw
```
If the Gateway is already running, restart it after install.
### 2. Configure the plugin
```bash
openclaw opik configure
```
The setup wizard validates endpoint and credentials, then writes config under `plugins.entries.opik-openclaw`. If you choose Opik Cloud and do not have an account yet, the wizard now points you to the free signup flow before asking for an API key.
### 3. Check effective settings
```bash
openclaw opik status
```
### 4. Send a test message
```bash
openclaw gateway run
openclaw message send "hello from openclaw"
```
Then confirm traces in your Opik project.
## Configuration
### Recommended config shape
```json
{
"plugins": {
"entries": {
"opik-openclaw": {
"enabled": true,
"hooks": {
"allowConversationAccess": true
},
"config": {
// base configuration
"enabled": true,
"apiKey": "your-api-key",
"apiUrl": "https://www.comet.com/opik/api",
"projectName": "openclaw",
"workspaceName": "default",
// optional advanced configuration
"tags": ["openclaw"],
"toolResultPersistSanitizeEnabled": false,
"staleTraceCleanupEnabled": true,
"staleTraceTimeoutMs": 300000,
"staleSweepIntervalMs": 60000,
"flushRetryCount": 2,
"flushRetryBaseDelayMs": 250
}
}
}
}
}
```
### Plugin trust allowlist
OpenClaw warns when `plugins.allow` is empty and a community plugin is discovered. Pin trusted plugins explicitly:
```json
{
"plugins": {
"allow": ["opik-openclaw"]
}
}
```
Because Opik traces LLM prompts, responses, tools, and agent finalization events, non-bundled inExcerpt of 7,477 characters
Read on GitHubVincent Koc Β· @openclaw Β· United States
143
8
7
Jacques VerrΓ© Β· Comet
1
Gustavo Madeira Santana
1
Nimrod Lahav Β· @comet-ml Β· United States
1
Gideon Mendels Β· @comet-ml Β· United States
1
1
1
Would you bet a product on this? Bounded 0β100 and slow moving.
matched fp:ce7335e779d83022, topic:evaluation, topic:testing
matched fp:ce7335e779d83022, topic:observability, readme:observability