/install clawbridge
\x3Cskill> \x3Cid>clawbridge\x3C/id> \x3Cname>ClawBridge Dashboard\x3C/name> \x3Cversion>1.0.0\x3C/version> \x3Cdescription>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.\x3C/description> \x3Cauthor>DreamWing\x3C/author> \x3Chomepage>https://clawbridge.app\x3C/homepage> \x3Clicense>MIT\x3C/license> \x3Ctags>dashboard,monitoring,mobile,ui,control-panel,cost-tracking,cloudflare,tunnel\x3C/tags>
\x3C!-- What this skill installs and runs --> \x3Cruntime> \x3Ctype>node\x3C/type> \x3Centrypoint>index.js\x3C/entrypoint> \x3Cpersistence>Registers a user-level systemd service (clawbridge.service) that auto-starts on login and restarts on failure.\x3C/persistence> \x3C/runtime>
\x3C!-- System requirements --> \x3Crequires> \x3Cdependency name="node" version=">=18" required="true" /> \x3Cdependency name="npm" version=">=9" required="true" /> \x3Cdependency name="git" version="any" required="false" description="Used for incremental updates; falls back to tarball download if absent." /> \x3Cdependency name="cloudflared" version="latest" required="false" description="Downloaded automatically from github.com/cloudflare/cloudflared if Cloudflare tunnel is enabled. Only required if using remote access without a VPN (Tailscale/WireGuard)." /> \x3C/requires>
\x3C!-- Credentials / environment variables written to .env --> \x3Ccredentials> \x3Cenv name="ACCESS_KEY" description="Randomly generated 32-character hex key used to authenticate dashboard logins. Auto-generated on first install." required="true" generated="true" /> \x3Cenv name="PORT" description="Local TCP port the dashboard listens on. Defaults to 3000, auto-incremented if busy." required="false" default="3000" /> \x3Cenv name="TUNNEL_TOKEN" description="Cloudflare Tunnel token for a permanent named tunnel. Optional — omit to use a temporary Quick Tunnel instead." required="false" /> \x3Cenv name="ENABLE_EMBEDDED_TUNNEL" description="Set to 'true' when a Cloudflare tunnel (permanent or quick) is active." required="false" /> \x3Cenv name="OPENCLAW_PATH" description="Absolute path to the openclaw binary. Auto-detected from PATH; only written to .env if found." required="false" /> \x3C/credentials>
\x3C!-- Network activity --> \x3Cnetwork> \x3Cconnection purpose="Dependency install" destination="registry.npmjs.org" direction="outbound" trigger="install/update" /> \x3Cconnection purpose="Source code download" destination="github.com/dreamwing/clawbridge" direction="outbound" trigger="install/update" /> \x3Cconnection purpose="cloudflared binary download" destination="github.com/cloudflare/cloudflared" direction="outbound" trigger="install (only if tunnel enabled and cloudflared not found)" /> \x3Cconnection purpose="Cloudflare Tunnel relay" destination="*.cloudflareaccess.com, *.trycloudflare.com" direction="outbound" trigger="runtime (only if tunnel enabled)" /> \x3Cconnection purpose="Dashboard UI" destination="localhost" direction="inbound" trigger="runtime" /> \x3C/network>
\x3C!-- File system paths written or modified --> \x3Cfilesystem> \x3Cpath type="write" location="skills/clawbridge/.env" description="Stores ACCESS_KEY, PORT, and optional tunnel config." /> \x3Cpath type="write" location="skills/clawbridge/data/" description="Stores local agent log and token usage analytics." /> \x3Cpath type="write" location="~/.config/systemd/user/clawbridge.service" description="User-level systemd service unit for auto-start." /> \x3Cpath type="write" location="skills/clawbridge/cloudflared" description="cloudflared binary, only if downloaded during tunnel setup." /> \x3C/filesystem>
\x3C!-- Installation — uses the script bundled in this repository --> \x3Cinstall> curl -sL https://raw.githubusercontent.com/dreamwing/clawbridge/master/install.sh | bash \x3C/install>
\x3Cinstructions> 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
\x3C/instructions> \x3C/skill>
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawbridge - After installation, invoke the skill by name or use
/clawbridge - Provide required inputs per the skill's parameter spec and get structured output
What is ClawBridge?
Mobile-first dashboard for OpenClaw agents showing real-time activity, token costs, and cron task control from your phone. It is an AI Agent Skill for Claude Code / OpenClaw, with 530 downloads so far.
How do I install ClawBridge?
Run "/install clawbridge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawBridge free?
Yes, ClawBridge is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ClawBridge support?
ClawBridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawBridge?
It is built and maintained by dreamwing (@dreamwing); the current version is v1.1.1.