/install claw-insights-install
Install Claw Insights
Announce at start: "I'm setting up Claw Insights — a read-only observability dashboard for your OpenClaw agent."
What is Claw Insights?
A read-only observability dashboard for OpenClaw agents. One command installs it, auto-connects to your running gateway — no configuration needed.
- Zero intrusion — pure sidecar that reads logs and CLI output only; no code changes, no cloud calls, data stays on your machine
- Full session replay — complete transcript timeline with role separation, tool calls, and per-turn token tracking
- Shareable snapshots — generate PNG/SVG status cards with themes, languages, and detail levels via REST API
Runs locally with SQLite. Requires Node.js ≥ 22.5 and a running OpenClaw gateway.
Install
# One-line install (recommended)
curl -fsSL https://claw-insights.com/install.sh | sh
# Or via npm
npm install -g claw-insights
Run
claw-insights start # Default port 41041, opens browser
claw-insights start --port 8080 # Custom port
claw-insights start --no-auth # Disable authentication
claw-insights stop # Stop the service
claw-insights restart # Restart
Verify
curl http://127.0.0.1:41041/health
# → {"status":"ok",...}
Upgrade
npm update -g claw-insights
# Or re-run the install script
curl -fsSL https://claw-insights.com/install.sh | sh
Quick Config
| Variable | Default | Description |
|---|---|---|
CLAW_INSIGHTS_SERVER_PORT |
41041 |
Server port |
CLAW_INSIGHTS_API_TOKEN |
(auto) | Auth token (min 32 chars) |
CLAW_INSIGHTS_NO_AUTH |
false |
Disable auth entirely |
CLAW_INSIGHTS_DB |
~/.claw-insights/metrics.db |
SQLite database path |
CLAW_INSIGHTS_RAW_RETENTION_DAYS |
7 |
Raw metric retention (days) |
Full configuration reference: See references/configuration.md
Troubleshooting
| Symptom | Cause | Fix |
|---|---|---|
EADDRINUSE |
Port already in use | claw-insights stop then retry, or use --port |
Cannot connect to gateway |
OpenClaw gateway not running | Start gateway: openclaw gateway start |
401 Unauthorized |
Token mismatch | Check CLAW_INSIGHTS_API_TOKEN or use --no-auth |
Node.js version error |
Node.js \x3C 22.5 | Upgrade Node.js to ≥ 22.5 |
More troubleshooting: See references/troubleshooting.md
Next Step
Use the claw-insights-snapshot skill to generate and share visual status cards via REST API.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claw-insights-install - After installation, invoke the skill by name or use
/claw-insights-install - Provide required inputs per the skill's parameter spec and get structured output
What is Claw Insights Install?
Install and run Claw Insights, a read-only observability dashboard that monitors your OpenClaw agent with zero intrusion — no code changes, no cloud dependen... It is an AI Agent Skill for Claude Code / OpenClaw, with 242 downloads so far.
How do I install Claw Insights Install?
Run "/install claw-insights-install" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Claw Insights Install free?
Yes, Claw Insights Install is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Claw Insights Install support?
Claw Insights Install is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Claw Insights Install?
It is built and maintained by LucaL6 (@lucal6); the current version is v1.0.0.