Skip to content

plgonzalezrx8/clawtelemetry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

312 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClawTelemetry Logo

ClawTelemetry

See your OpenClaw agents think, in real time.

Real-time observability for sessions, channels, usage, memory, logs, and flow behavior.

CI Latest Release MIT License

ClawTelemetry Hero

Why ClawTelemetry

  • Zero-config startup on local machines
  • Unified operational visibility across your OpenClaw runtime
  • Lightweight architecture (single-file dashboard, no frontend build chain)
  • Works well for local development and LAN dashboards

Install (GitHub-only)

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/plgonzalezrx8/clawtelemetry/main/install.sh | bash

Windows PowerShell

irm https://raw.githubusercontent.com/plgonzalezrx8/clawtelemetry/main/install.ps1 | iex

Windows CMD

curl -fsSL https://raw.githubusercontent.com/plgonzalezrx8/clawtelemetry/main/install.cmd -o install.cmd && install.cmd && del install.cmd

Run

clawtelemetry --host 0.0.0.0 --port 8900

Open:

  • http://localhost:8900
  • http://<your-lan-ip>:8900 (if LAN access is enabled and your firewall allows it)

Common options:

clawtelemetry --port 9000
clawtelemetry --host 127.0.0.1
clawtelemetry --workspace ~/mybot
clawtelemetry --name "Alice"

Update

clawtelemetry update
  • Pulls the latest GitHub Release.
  • Automatically restarts a running background ClawTelemetry service after successful update.
  • For CI/offline environments, disable periodic checks with CLAWTELEMETRY_DISABLE_UPDATE_CHECK=1.

From Source

git clone https://github.com/plgonzalezrx8/clawtelemetry.git
cd clawtelemetry
python3 dashboard.py --host 0.0.0.0 --port 8900

Dashboard Views

  • Overview
  • Usage
  • Sessions
  • Crons
  • Logs
  • Memory
  • Transcripts
  • Flow

Screenshots

Overview Usage Memory
Overview Usage Memory
Brain Overview (v3) Usage (v3)
Brain Overview v3 Usage v3

Docs

License

MIT

About

See your agent think. Real-time observability dashboard for OpenClaw AI agents.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 99.0%
  • Other 1.0%