[PR #846] [CLOSED] Add OpenClaw Monitor - AI Agent Monitoring Dashboard #14810

Closed
opened 2026-07-12 22:38:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/846
Author: @flik2002
Created: 5/27/2026
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 42f8950 Add OpenClaw Monitor - AI agent monitoring dashboard

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

OpenClaw Monitor

Free open-source monitoring dashboard for OpenClaw AI agents — token usage, session tracking, 7-day trends, multi-model support.

Dashboard Preview

OpenClaw Monitor

Tech Stack

  • Frontend: Vue 3 + ECharts
  • Backend: Python gateway (FastAPI + SQLite)
  • Communication: Redis pub/sub + SSE streaming

Key Features

  • Real-time token usage tracking across all models
  • Session history with 7-day trend visualization
  • Multi-model support (OpenAI, Anthropic, local models)
  • JWT authentication + multi-language (zh/en)
  • One-line install via npm install -g openclaw-monitor

Quick Start

```bash
npm install -g openclaw-monitor
openclaw-monitor

http://localhost:18792

```

Resources


This PR adds OpenClaw Monitor to the list.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/846 **Author:** [@flik2002](https://github.com/flik2002) **Created:** 5/27/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`42f8950`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/42f89508bb1523416eef52e9802416ee138385ef) Add OpenClaw Monitor - AI agent monitoring dashboard ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## OpenClaw Monitor Free open-source monitoring dashboard for OpenClaw AI agents — token usage, session tracking, 7-day trends, multi-model support. ### Dashboard Preview ![OpenClaw Monitor](https://raw.githubusercontent.com/flik2002/openclaw-monitor/main/Openclaw%20Monitor.jpg) ### Tech Stack - **Frontend:** Vue 3 + ECharts - **Backend:** Python gateway (FastAPI + SQLite) - **Communication:** Redis pub/sub + SSE streaming ### Key Features - [ ] Real-time token usage tracking across all models - [ ] Session history with 7-day trend visualization - [ ] Multi-model support (OpenAI, Anthropic, local models) - [ ] JWT authentication + multi-language (zh/en) - [ ] One-line install via `npm install -g openclaw-monitor` ### Quick Start \`\`\`bash npm install -g openclaw-monitor openclaw-monitor # → http://localhost:18792 \`\`\` ### Resources - 🌐 [Live Demo](https://flik2002.github.io/openclaw-monitor) - 📦 [GitHub Repo](https://github.com/flik2002/openclaw-monitor) - 📖 [Documentation](https://github.com/flik2002/openclaw-monitor#readme) --- _This PR adds OpenClaw Monitor to the list._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-12 22:38:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#14810