← 返回
数据分析 Key 中文

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...
AI指挥官管理仪表板。轻量级配套网页界面,用于监控通过邮件-webhook技能接收的入站邮件及浏览器会话统计...
lksrz
数据分析 clawhub v1.8.0 1 版本 99806.3 Key: 需要
★ 0
Stars
📥 1,546
下载
💾 14
安装
1
版本
#latest

概述

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 does
------
email-webhookReceives inbound emails and writes them to inbox.jsonl
browser-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

VariableRequiredDefaultDescription
------------
DASHBOARD_TOKENYesSecret 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

  1. Install dependencies:

```bash

npm install express@4.21.2

```

  1. Start (zero config needed):

```bash

node scripts/server.js

```

  1. 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:

VariableDefaultDescription
---------
DASHBOARD_TOKEN(random)Custom token instead of auto-generated
PORT19195Server port
DASHBOARD_HOST0.0.0.0Bind address
INBOX_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

版本历史

共 1 个版本

  • v1.8.0 当前
    2026-03-29 03:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,912
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 163 📥 59,736
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,067