Claude Skill
wickedapp/openclaw-office
OpenClaw Office 是一个虚拟AI办公仪表盘,实时可视化多智能体工作流。基于JavaScript构建,专为OpenClaw生态系统打造。
概览
仓库信息
安装这个 Skill
git clone https://github.com/wickedapp/openclaw-officeRegistry 信息
git clone https://github.com/wickedapp/openclaw-officenpm installgit clone https://github.com/wickedapp/openclaw-office-notify-plugin ~/.openclaw/extensions/openclaw-office-notifydocker run -d --name openclaw-office \
项目简介
OpenClaw Office 是一个虚拟AI办公仪表盘,用于实时可视化多智能体工作流。基于JavaScript构建,提供直观界面来监控和管理OpenClaw生态系统中协作的AI智能体。
Virtual AI Office Dashboard for OpenClaw — visualize your multi-agent workflows in real-time
要点
- 实时多智能体工作流可视化
- 虚拟办公仪表盘界面
- 基于JavaScript构建,兼容性广泛
- 专为OpenClaw生态系统设计
使用场景
- 实时监控AI智能体协作
- 可视化管理多智能体工作流
- 展示基于智能体的办公自动化
- 与OpenClaw智能体系统集成
README 摘要
# 🏢 OpenClaw Office Your virtual AI office — visualize multi-agent workflows in real-time.  ## What is this? OpenClaw Office is a companion dashboard for [OpenClaw](https://github.com/openclaw/openclaw). It gives your AI agents a virtual office where you can watch them work in real-time. - 🎨 AI-generated office scenes matching your style - ⚡ Real-time workflow animations (task delegation, agent collaboration) - 🔗 Multi-step chain visualization (Agent A → Orchestrator → Agent B) - 📊 Activity log, cost savings tracker, team stats - 🔌 Works with any OpenClaw instance ## Quick Start ### 1. Clone and install ```bash git clone https://github.com/wickedapp/openclaw-office cd openclaw-office npm install ``` ### 2. Run the setup wizard (recommended) The interactive CLI wizard auto-detects your agents, generates a custom office scene, and configures everything: ```bash node cli/index.js init ``` The wizard will: 1. **Connect to your OpenClaw gateway** and auto-detect all your agents 2. **Ask for your office style** — Cyberpunk, Minimalist, Cozy, Corporate, or Custom 3. **Generate a custom office image** using Google Gemini (optional — works without it) 4. **Auto-detect desk positions** using Claude Vision (optional) 5. **Choose deployment method** — Docker, PM2, systemd, launchd, or manual 6. **Write all config files** for you > For automated/CI setups: `node cli/index.js init --non-interactive` ### 3. Build and start ```bash npm run build npm start ``` The dashboard runs on [http://localhost:4200](http://localhost:4200) by default. ### 4. Install the Notify plugin The [openclaw-office-notify-plugin](https://github.com/wickedapp/openclaw-office-notify-plugin) bridges your OpenClaw gateway to the Off
话题
暂无话题