Claude Skill
wickedapp/openclaw-office
OpenClaw Office is a virtual AI office dashboard that visualizes multi-agent workflows in real-time. Built with JavaScript for the OpenClaw ecosystem.
Overview
Repository
Install this 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 \
Summary
OpenClaw Office is a virtual AI office dashboard that provides real-time visualization of multi-agent workflows. Built with JavaScript, it offers an intuitive interface to monitor and manage AI agents collaborating within the OpenClaw ecosystem.
OpenClaw 虚拟AI办公仪表盘——实时可视化您的多智能体工作流程
Key features
- Real-time multi-agent workflow visualization
- Virtual office dashboard interface
- Built with JavaScript for broad compatibility
- Designed for the OpenClaw ecosystem
Use cases
- Monitoring AI agent collaboration in real-time
- Managing multi-agent workflows visually
- Demonstrating agent-based office automation
- Integrating with OpenClaw agent systems
README excerpt
# 🏢 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
Topics
No topics yet.