Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
AI Commander Management Dashboard. A lightweight companion web UI for monitoring inbound emails received via the email-webhook skill and browser session stat...
AI Commander Management Dashboard. A lightweight companion web UI for monitoring inbound emails received via the email-webhook skill and browser session stat...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
A companion dashboard for AI Commander agents. Displays inbound emails collected by the email-webhook skill and shows the status of browser sessions created by the browser-auth skill. This skill is a read-only viewer — it does not capture credentials, control browsers, or send messages. It simply reads local data files and serves them via a token-protected web UI.
SkillWhat it doesemail-webhookReceives inbound emails and writes them to inbox.jsonlbrowser-authRuns a remote browser tunnel and writes session data to session.json This dashboard reads both files and displays them in one place.
Reads inbox.jsonl and displays the last 50 inbound emails Reads session.json and shows whether an active browser session exists Serves a token-gated web UI on a configurable local port Refreshes automatically every 5 seconds
VariableRequiredDefaultDescriptionDASHBOARD_TOKENYes—Secret token for accessing the dashboard.PORTNo19195Port for the web dashboard.DASHBOARD_HOSTNo127.0.0.1IP to bind the dashboard to.INBOX_PATHNo./data/inbox.jsonlPath to inbound email data (from email-webhook).SESSION_PATHNo./data/session.jsonPath to session file (from browser-auth).
Install dependencies: npm install express@4.21.2 Start (zero config needed): node scripts/server.js Read the printed URL — it includes the auto-generated token: 🏠 AI COMMANDER DASHBOARD READY Access URL: http://YOUR_IP:19195/?token=a3f9c2... That's it. No configuration required.
Override defaults only if needed: VariableDefaultDescriptionDASHBOARD_TOKEN(random)Custom token instead of auto-generatedPORT19195Server portDASHBOARD_HOST0.0.0.0Bind addressINBOX_PATH./data/inbox.jsonlPath to email data (from email-webhook)SESSION_PATH./data/session.jsonPath to session file (from browser-auth)
A fresh random token is generated on every start if DASHBOARD_TOKEN is not set All requests require the token (?token=, X-Dashboard-Token header, or Authorization: Bearer) The UI stores the token in localStorage and removes it from the URL after load
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.