Back to Registry View Author Profile
Official Verified
Clawbridge
Skill by dreamwing
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dreamwing/clawbridgeOr
<skill>
<id>clawbridge</id>
<name>ClawBridge Dashboard</name>
<version>1.0.0</version>
<description>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.</description>
<author>DreamWing</author>
<homepage>https://clawbridge.app</homepage>
<license>MIT</license>
<tags>dashboard,monitoring,mobile,ui,control-panel,cost-tracking,cloudflare,tunnel</tags>
<!-- What this skill installs and runs -->
<runtime>
<type>node</type>
<entrypoint>index.js</entrypoint>
<persistence>Registers a user-level systemd service (clawbridge.service) that auto-starts on login and restarts on failure.</persistence>
</runtime>
<!-- System requirements -->
<requires>
<dependency name="node" version=">=18" required="true" />
<dependency name="npm" version=">=9" required="true" />
<dependency name="git" version="any" required="false" description="Used for incremental updates; falls back to tarball download if absent." />
<dependency 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)." />
</requires>
<!-- Credentials / environment variables written to .env -->
<credentials>
<env name="ACCESS_KEY" description="Randomly generated 32-character hex key used to authenticate dashboard logins. Auto-generated on first install." required="true" generated="true" />
<env name="PORT" description="Local TCP port the dashboard listens on. Defaults to 3000, auto-incremented if busy." required="false" default="3000" />
<env name="TUNNEL_TOKEN" description="Cloudflare Tunnel token for a permanent named tunnel. Optional — omit to use a temporary Quick Tunnel instead." required="false" />
<env name="ENABLE_EMBEDDED_TUNNEL" description="Set to 'true' when a Cloudflare tunnel (permanent or quick) is active." required="false" />
<env name="OPENCLAW_PATH" description="Absolute path to the openclaw binary. Auto-detected from PATH; only written to .env if found." required="false" />
</credentials>
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dreamwing-clawbridge": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.