🧪 Skills
ClawBridge
Mobile-first dashboard for OpenClaw agents showing real-time activity, token costs, and cron task control from your phone.
v1.1.1
Description
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
- Installs the ClawBridge Node.js app from GitHub into
skills/clawbridge/ - Generates a random
ACCESS_KEYand writes it to.env - Registers a user-level systemd service for auto-start
- Optionally downloads
cloudflaredand 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.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!