Google PageRank for AI agents. 25,000+ tools indexed.

round1topo/blackbox-openclaw

Score: 49.6 Rank #76

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

TypeScript No license

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

Forks 0
Description Good
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge

AgentRank score for round1topo/blackbox-openclaw
[![AgentRank](https://agentrank-ai.com/api/badge/tool/round1topo--blackbox-openclaw)](https://agentrank-ai.com/tool/round1topo--blackbox-openclaw/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/round1topo--blackbox-openclaw/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/round1topo--blackbox-openclaw" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="round1topo/blackbox-openclaw"></script>

Matched Queries

"agent tool"

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 →
Are you the maintainer of round1topo/blackbox-openclaw?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.