← All skills
Tencent SkillHub · Communication & Collaboration

AI Commander Dashboard

AI Commander Management Dashboard. A lightweight companion web UI for monitoring inbound emails received via the email-webhook skill and browser session stat...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

AI Commander Management Dashboard. A lightweight companion web UI for monitoring inbound emails received via the email-webhook skill and browser session stat...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, assets/index.html, scripts/server.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.8.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

AI Commander Dashboard

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.

Companion Skills

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.

What This Skill Does

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

Environment Variables

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).

Setup

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.

Optional Environment Variables

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)

Security

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

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Assets
  • SKILL.md Primary doc
  • scripts/server.js Scripts
  • assets/index.html Assets