Skip to content

Latest commit

 

History

History
100 lines (79 loc) · 5.68 KB

File metadata and controls

100 lines (79 loc) · 5.68 KB
clawbridge ClawBridge Dashboard 1.0.0 Mobile-first mission control for OpenClaw agents. Runs as a local Node.js sidecar process, providing a web dashboard to monitor real-time agent activity, track token costs across 340+ models, and trigger cron tasks remotely. Optionally creates an outbound-only Cloudflare tunnel for remote access. DreamWing https://clawbridge.app MIT dashboard,monitoring,mobile,ui,control-panel,cost-tracking,cloudflare,tunnel node index.js Registers a user-level systemd service (clawbridge.service) that auto-starts on login and restarts on failure. curl -sL https://raw.githubusercontent.com/dreamwing/clawbridge/master/install.sh | bash ClawBridge installs itself as a persistent background service.
After installation, the dashboard is accessible at the local IP shown in the terminal output.
An ACCESS_KEY is generated and displayed — keep it safe, it is required to log in.

To enable remote access (optional), supply a Cloudflare Tunnel token when prompted,
or leave it blank to use a temporary Quick Tunnel URL.

To update to the latest version:
  curl -sL https://raw.githubusercontent.com/dreamwing/clawbridge/master/install.sh | bash

To stop the service:
  systemctl --user stop clawbridge

Full documentation: https://github.com/dreamwing/clawbridge/blob/master/README.md

ClawBridge Dashboard

Your Agent. In Your Pocket.

ClawBridge is a lightweight, mobile-first web dashboard for OpenClaw. It runs as a local sidecar process and provides:

  • 🧠 Live Activity Feed: Watch agent execution and thinking in real-time via WebSocket.
  • 💰 Token Economy: Track costs across 340+ models with daily/monthly breakdowns.
  • 🚀 Mission Control: Trigger cron jobs manually from your phone.
  • 🔒 Secure by Default: API key auth, session cookies, and optional Cloudflare Tunnel for remote access.

What This Skill Does

  1. Installs the ClawBridge Node.js app from GitHub into skills/clawbridge/
  2. Generates a random ACCESS_KEY and writes it to .env
  3. Registers a user-level systemd service for auto-start
  4. Optionally downloads cloudflared and configures a tunnel for remote access

Installation

curl -sL https://raw.githubusercontent.com/dreamwing/clawbridge/master/install.sh | bash

See README.md for full documentation.