round1topo/blackbox-openclaw
OpenClaw tool-call observability plugin — records every AI agent tool call with session timeline, risk audit, health metrics and MCP query tools
Overview
round1topo/blackbox-openclaw is a TypeScript agent tool. OpenClaw tool-call observability plugin — records every AI agent tool call with session timeline, risk audit, health metrics and MCP query tools
Ranked #76 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Blackbox — OpenClaw 工具调用观测插件
记录 AI agent 的每一次工具调用,提供会话时间线、风险审计、健康指标三个视角。
> **前提**:需要已安装并运行 [OpenClaw](https://openclaw.ai)。
---
## 环境要求
- Node.js 22+
- pnpm 9+
---
## 安装
```bash
# 1. 克隆本仓库
git clone https://github.com/round1topo/blackbox-openclaw.git
cd blackbox-openclaw
# 2. 安装依赖
pnpm install
cd blackbox-ui && pnpm install && cd ..
```
在 `~/.openclaw/openclaw.json` 的 `plugins` 字段加入(路径改为你实际的克隆位置):
```json
{
"plugins": {
"load": {
"paths": ["/你的路径/blackbox-openclaw"]
},
"entries": {
"blackbox": { "enabled": true }
}
}
}
```
重启 OpenClaw App 后,日志出现以下两行说明加载成功:
```
[plugins] [blackbox] SQLite opened at ~/.openclaw/blackbox.db
[plugins] [blackbox] REST API on http://127.0.0.1:4321
```
---
## 启动观测面板
```bash
cd blackbox-ui
pnpm dev
# → http://localhost:5173
```
> **注意**:插件只记录**新建 session** 的数据。向已有 session 发消息不会触发记录。
> 发 `/new` 开启新会话,或在新窗口打开对话。
---
## 目录结构
```
blackbox-openclaw/
├── src/ # 插件核心(hooks、SQLite、REST API、MCP 工具)
├── tes Read full README on GitHub → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.