Skip to content

outsourc-e/clawsuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

641 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ClawSuite

ClawSuite

The full-stack mission control platform for OpenClaw AI agents.

Version License Node PRs Welcome

Not a chat wrapper. A complete command center โ€” orchestrate agents, run missions, track costs, and control everything from one place.

ClawSuite Dashboard


โœจ What's New in v3.0

  • ๐Ÿค– 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

๐Ÿ“ธ Screenshots

Agent Hub โ€” Mission Control Chat โ€” Live Streaming
Agent Hub Chat
Mobile Dashboard Mission Control
Mobile Missions
๐Ÿ“ธ More Screenshots
Mission Wizard Tasks Board
Mission Wizard Tasks
Skills Marketplace Cron Manager
Skills Cron
Agents Configuration Mobile Agent Hub
Agents Mobile Hub

๐Ÿš€ Quick Start

Prerequisites

Install & Run

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:3000

Environment Variables

GATEWAY_URL=http://localhost:18789
GATEWAY_TOKEN=your_gateway_token
STUDIO_PASSWORD=your_dashboard_password

๐Ÿ“ฑ Install as App (Recommended)

ClawSuite is a Progressive Web App (PWA) โ€” install it for the full native app experience with no browser chrome, keyboard shortcuts, and offline support.

๐Ÿ–ฅ๏ธ Desktop (macOS / Windows / Linux)

  1. Open ClawSuite in Chrome or Edge at http://localhost:3000
  2. Click the install icon (โŠ•) in the address bar
  3. Click Install โ€” ClawSuite opens as a standalone desktop app
  4. Pin to Dock / Taskbar for quick access

macOS users: After installing, you can also add it to your Launchpad.

๐Ÿ“ฑ iPhone / iPad (iOS Safari)

  1. Open ClawSuite in Safari on your iPhone
  2. Tap the Share button (โ–กโ†‘)
  3. Scroll down and tap "Add to Home Screen"
  4. Tap Add โ€” the ClawSuite icon appears on your home screen
  5. Launch from home screen for the full native app experience

๐Ÿค– Android

  1. Open ClawSuite in Chrome on your Android device
  2. Tap the three-dot menu (โ‹ฎ) โ†’ "Add to Home screen"
  3. Tap Add โ€” ClawSuite is now a native-feeling app on your device

๐Ÿ“ก Mobile Access via Tailscale

Access ClawSuite from anywhere on your devices โ€” no port forwarding, no VPN complexity.

Setup

  1. Install Tailscale on your Mac and mobile device:

  2. Sign in to the same Tailscale account on both devices

  3. Find your Mac's Tailscale IP:

    tailscale ip -4
    # Example output: 100.x.x.x
  4. Open ClawSuite on your phone:

    http://100.x.x.x:3000
    
  5. 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.


๐Ÿ–ฅ๏ธ Native Desktop App

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.


โ˜๏ธ Cloud & Hosted Setup

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

โœจ Features

๐Ÿค– Mission Control & Agent Hub

  • 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

๐Ÿ’ฌ Chat

  • 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)

๐Ÿ“Š Dashboard & Cost Analytics

  • 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

๐ŸŒ Built-in Browser

  • Headed Chromium with stealth anti-detection
  • Agent handoff โ€” share live pages with your AI
  • Persistent sessions (cookies survive restarts)

๐Ÿ›’ Skills Marketplace

  • 2,000+ skills from ClawdHub registry
  • Security scanning before install โ€” every skill audited
  • One-click install with dependency resolution

๐Ÿ› ๏ธ Developer Tools

  • 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

๐ŸŽจ Themes

  • Paper Light, Ops Dark, Premium Dark
  • Theme persists across sessions
  • Full mobile dark mode support

๐Ÿ”’ Security

  • 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

๐Ÿ—บ๏ธ Roadmap

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

โญ Star History

Star History Chart


๐Ÿ’› Support the Project

ClawSuite is free and open source. If it's saving you time and powering your workflow, consider supporting development:

ETH: 0xB332D4C60f6FBd94913e3Fd40d77e3FE901FAe22

GitHub Sponsors

Every contribution helps keep this project moving. Thank you ๐Ÿ™


๐Ÿค Contributing

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

๐Ÿ“„ License

MIT โ€” see LICENSE for details.


Built with โšก by @outsourc-e and the ClawSuite community