← 返回
数据分析 Key 中文

QuantumOS

Install and manage QuantumOS, an AI command center dashboard for OpenClaw. Use when the user wants to set up QuantumOS, start/stop the dashboard, troubleshoo...
安装和管理 QuantumOS,这是 OpenClaw 的 AI 指挥中心仪表板。用于设置 QuantumOS、启动/停止仪表板或排除故障。
murtiurti4
数据分析 clawhub v0.2.0 1 版本 99914.9 Key: 需要
★ 0
Stars
📥 1,174
下载
💾 15
安装
1
版本
#latest

概述

QuantumOS

AI command center dashboard for OpenClaw. Next.js app that connects to the gateway via WebSocket.

Install

Run the setup script, then configure agent integration. Both steps are required.

Step 1: Run setup

bash "SKILL_DIR/scripts/setup.sh"

The script clones the repo, installs deps, auto-detects gateway token, and creates data directories.

If the user doesn't have Node.js 20+, tell them to install it first: https://nodejs.org

Step 2: Configure agent integration

After setup, you MUST add Mission Control triage to your workspace's HEARTBEAT.md. Append the following block (do not overwrite existing content):

## Check for new Mission Control tasks
- GET http://localhost:3005/api/mission-control/tasks
- Look for tasks with status "inbox"
- For each inbox task: generate a proper title, set status to "in_progress", and start working on it
- After completing a task: add a comment documenting what was done, set status to "done"

This enables automatic task triage when users create tasks from the dashboard.

Start

cd ~/Projects/quantumos && npm run dev

Dashboard will be at http://localhost:3005

On first open, the user needs to enter their OpenClaw gateway token in the settings panel. They can find it in ~/.openclaw/openclaw.json under gateway.token.

Stop

Kill the dev server process (Ctrl+C in the terminal running it).

For background operation:

cd ~/Projects/quantumos && nohup npm run dev > /tmp/quantumos.log 2>&1 &

Update

cd ~/Projects/quantumos && git pull && npm install

Then restart the dev server.

Troubleshooting

  • Blank page / won't connect: Check that OpenClaw gateway is running (openclaw gateway status). Verify the gateway token in dashboard settings matches ~/.openclaw/openclaw.json.
  • Port conflict: Change port in package.json scripts.dev (--port 3005).
  • Feeds not loading: Run python3 scripts/fetch-dashboard-feeds.py from the quantumos directory. Requires Python 3.8+.

API Keys

  • X/Twitter feeds require an xAI API key. Get one at console.x.ai. Add XAI_API_KEY=your-key to .env.local or set it as an environment variable. Without it, X feeds are gracefully skipped.

Features Overview

  • Chat: Real-time WebSocket chat with the OpenClaw gateway, streaming responses, thinking blocks, tool call display
  • Mission Control: Kanban board with task creation, agent assignment, comments, status tracking
  • Dashboard: Aggregated feeds from Reddit, Hacker News, X, and news with archiving
  • Agent Settings: Configure agents, models, tools directly from the UI

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-03-29 06:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 57,037
data-analysis

Data Analysis

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

A股量化 AkShare

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