The full-stack mission control platform for OpenClaw AI agents.
Not a chat wrapper. A complete command center โ orchestrate agents, run missions, track costs, and control everything from one place.
- ๐ค Mission Control โ Full multi-agent orchestration with an isometric office view, live agent status, and mission lifecycle management (spawn โ pause โ resume โ abort)
- ๐ Cost Analytics โ Per-agent spend, daily trends, MTD totals, and projected EOM cost backed by real gateway data
- ๐จ 3-Theme System โ Paper Light, Ops Dark, Premium Dark โ deep dark mode wiring across 66+ components
- ๐ Security Hardened โ Auth middleware on all API routes, wildcard CORS removed, exec approval prompts
- ๐ฑ Mobile-First PWA โ Full feature parity on any device, installable as a native app on iOS and Android
- โก Live SSE Streaming โ Real-time agent output streams to Mission Control and chat โ no polling
- ๐ง Memory Browser โ Browse, search, and edit agent memory files directly from the UI
| Agent Hub โ Mission Control | Chat โ Live Streaming |
|---|---|
![]() |
![]() |
| Mobile Dashboard | Mission Control |
|---|---|
![]() |
![]() |
๐ธ More Screenshots
| Mission Wizard | Tasks Board |
|---|---|
![]() |
![]() |
| Skills Marketplace | Cron Manager |
|---|---|
![]() |
![]() |
| Agents Configuration | Mobile Agent Hub |
|---|---|
![]() |
![]() |
- Node.js 22+ โ nodejs.org
- OpenClaw Gateway running locally โ Setup Guide
git clone https://github.com/outsourc-e/clawsuite.git
cd clawsuite
npm install
cp .env.example .env # Add your gateway URL + password
npm run dev # Starts on http://localhost:3000GATEWAY_URL=http://localhost:18789
GATEWAY_TOKEN=your_gateway_token
STUDIO_PASSWORD=your_dashboard_passwordClawSuite is a Progressive Web App (PWA) โ install it for the full native app experience with no browser chrome, keyboard shortcuts, and offline support.
- Open ClawSuite in Chrome or Edge at
http://localhost:3000 - Click the install icon (โ) in the address bar
- Click Install โ ClawSuite opens as a standalone desktop app
- Pin to Dock / Taskbar for quick access
macOS users: After installing, you can also add it to your Launchpad.
- Open ClawSuite in Safari on your iPhone
- Tap the Share button (โกโ)
- Scroll down and tap "Add to Home Screen"
- Tap Add โ the ClawSuite icon appears on your home screen
- Launch from home screen for the full native app experience
- Open ClawSuite in Chrome on your Android device
- Tap the three-dot menu (โฎ) โ "Add to Home screen"
- Tap Add โ ClawSuite is now a native-feeling app on your device
Access ClawSuite from anywhere on your devices โ no port forwarding, no VPN complexity.
-
Install Tailscale on your Mac and mobile device:
- Mac: tailscale.com/download
- iPhone/Android: Search "Tailscale" in the App Store / Play Store
-
Sign in to the same Tailscale account on both devices
-
Find your Mac's Tailscale IP:
tailscale ip -4 # Example output: 100.x.x.x -
Open ClawSuite on your phone:
http://100.x.x.x:3000 -
Add to Home Screen using the steps above for the full app experience
๐ก Tailscale works over any network โ home wifi, mobile data, even across countries. Your traffic stays end-to-end encrypted.
Status: In Development โ A native Electron-based desktop app is in active development.
The desktop app will offer:
- Native window management and tray icon
- System notifications for agent events and mission completions
- Auto-launch on startup
- Deep OS integration (macOS menu bar, Windows taskbar)
In the meantime: Install ClawSuite as a PWA (see above) for a near-native desktop experience โ it works great.
Status: Coming Soon
A fully managed cloud version of ClawSuite is in development:
- One-click deploy โ No self-hosting required
- Multi-device sync โ Access your agents from any device
- Team collaboration โ Shared mission control for your whole team
- Automatic updates โ Always on the latest version
Features pending cloud infrastructure:
- Cross-device session sync
- Team shared memory and workspaces
- Cloud-hosted gateway with managed uptime
- Webhook integrations and external triggers
- Full multi-agent orchestration โ spawn, pause, resume, abort
- Isometric office view โ see your agents working in real time
- Live SSE output streaming per agent
- Mission reports with success rate, token count, and artifacts
- Exec approval prompts โ approve/deny sensitive commands in-UI
- Real-time token streaming (no waiting for full response)
- Multi-session management with full history
- File and image attachments
- Markdown + syntax highlighting
- Message search (Cmd+F)
- Per-agent spend breakdown with daily trend charts
- MTD totals and projected EOM cost
- Provider-specific breakdowns (OpenAI, Anthropic, Google, etc.)
- Gateway health, uptime, and system metrics footer
- Headed Chromium with stealth anti-detection
- Agent handoff โ share live pages with your AI
- Persistent sessions (cookies survive restarts)
- 2,000+ skills from ClawdHub registry
- Security scanning before install โ every skill audited
- One-click install with dependency resolution
- Terminal โ Full PTY with cross-platform support
- File Browser โ Navigate workspace, preview and edit files (Monaco editor)
- Memory Browser โ Browse and edit agent memory files
- Cron Manager โ Schedule recurring tasks and automations
- Debug Console โ Gateway diagnostics and pattern-based troubleshooter
- Paper Light, Ops Dark, Premium Dark
- Theme persists across sessions
- Full mobile dark mode support
- Auth middleware on all API routes
- Wildcard CORS locked to localhost
- Path traversal prevention on file/memory routes
- Rate limiting on all endpoints
- Skills security scanning before install
- Exec approval workflow for sensitive commands
| Feature | Status |
|---|---|
| Mission Control + Agent Hub | โ Shipped (v3.0) |
| Live SSE Streaming | โ Shipped (v3.0) |
| Cost Analytics | โ Shipped (v3.0) |
| Mobile PWA + Tailscale | โ Shipped (v3.0) |
| Native Desktop App (Electron) | ๐จ In Development |
| Cloud / Hosted Version | ๐ Coming Soon |
| Team Collaboration | ๐ Coming Soon |
| Multi-device Session Sync | ๐ Coming Soon |
| Provider Approval Workflow | ๐จ In Development |
| Board Groups / Project Hierarchy | ๐ Planned |
ClawSuite is free and open source. If it's saving you time and powering your workflow, consider supporting development:
ETH: 0xB332D4C60f6FBd94913e3Fd40d77e3FE901FAe22
Every contribution helps keep this project moving. Thank you ๐
PRs are welcome! See CONTRIBUTING.md for guidelines.
- Bug fixes โ open a PR directly
- New features โ open an issue first to discuss
- Security issues โ see SECURITY.md for responsible disclosure
MIT โ see LICENSE for details.










