command-center

Web dashboard for monitoring and controlling OpenClaw instances. Provides real-time session monitoring, LLM usage tracking, Linear integration, and multi-instance management. Use when setting up a command center dashboard, monitoring agent sessions, or managing OpenClaw deployments across multiple machines.

7 stars

Best use case

command-center is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Web dashboard for monitoring and controlling OpenClaw instances. Provides real-time session monitoring, LLM usage tracking, Linear integration, and multi-instance management. Use when setting up a command center dashboard, monitoring agent sessions, or managing OpenClaw deployments across multiple machines.

Teams using command-center should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/command-center/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/jontsai/command-center/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/command-center/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How command-center Compares

Feature / Agentcommand-centerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Web dashboard for monitoring and controlling OpenClaw instances. Provides real-time session monitoring, LLM usage tracking, Linear integration, and multi-instance management. Use when setting up a command center dashboard, monitoring agent sessions, or managing OpenClaw deployments across multiple machines.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# OpenClaw Command Center

A web-based dashboard for monitoring and controlling OpenClaw instances.

## Features

- **Session Monitoring** — Real-time view of active sessions across instances
- **LLM Usage Tracking** — Token consumption, costs, model distribution
- **Linear Integration** — View and manage issues from the dashboard
- **Topic Classification** — Automatic Slack topic tagging
- **Multi-Instance Support** — Monitor multiple OpenClaw deployments

## Quick Start

```bash
# Navigate to skill directory
cd "$(clawhub list | grep command-center | awk '{print $2}')"

# Install dependencies
npm install

# Configure (copy and edit)
cp config/dashboard.example.json config/dashboard.json

# Start server
npm start
# Or with tmux management:
make start
```

Dashboard runs at http://localhost:3333

## Configuration

Edit `config/dashboard.json`:

```json
{
  "port": 3333,
  "auth": {
    "mode": "tailscale",
    "allowedUsers": ["you@github"]
  },
  "branding": {
    "name": "My Command Center",
    "theme": "default"
  },
  "paths": {
    "openclaw": "~/.openclaw",
    "memory": "~/your-workspace/memory",
    "state": "~/your-workspace/state"
  }
}
```

### Auth Modes

| Mode         | Description                              |
| ------------ | ---------------------------------------- |
| `none`       | No authentication (local only)           |
| `tailscale`  | Tailscale identity headers               |
| `cloudflare` | Cloudflare Access headers                |
| `token`      | Bearer token (`DASHBOARD_TOKEN` env var) |

## Makefile Commands

```bash
make start    # Start in tmux
make stop     # Stop server
make restart  # Restart
make status   # Check status
make logs     # Tail logs
make attach   # Attach to tmux session
```

## Environment Variables

| Variable                  | Description                    | Default   |
| ------------------------- | ------------------------------ | --------- |
| `PORT`                    | Server port                    | 3333      |
| `DASHBOARD_AUTH_MODE`     | Auth mode                      | tailscale |
| `DASHBOARD_TOKEN`         | Bearer token (if mode=token)   | —         |
| `DASHBOARD_ALLOWED_USERS` | Comma-separated allowed users  | —         |
| `LINEAR_API_KEY`          | Linear API key for integration | —         |

## Standalone Installation

For use outside ClawHub:

```bash
git clone https://github.com/jontsai/openclaw-command-center
cd openclaw-command-center
npm install
cp config/dashboard.example.json config/dashboard.json
# Edit config/dashboard.json
npm start
```

## Extending

Create `Makefile.local` for private commands (gitignored):

```makefile
lfg: ## Start and attach
	@$(MAKE) start
	@$(MAKE) attach
```

## Requirements

- Node.js 20+
- tmux (optional, for managed sessions)
- OpenClaw instance(s) to monitor

Related Skills

handling-commands

7
from Demerzels-lab/elsamultiskillagent

Patterns for handling commands, validating input, and filtering messages in XMTP agents. Use when implementing slash commands, validators, or message filters. Triggers on command handling, input validation, or type guards.

developing-writing-prompts-center-for-excellence-i-d6362a24

7
from Demerzels-lab/elsamultiskillagent

Write an essay that will be posted in your e-portfolio in which you describe your favorite childhood toy

blackops-center

7
from Demerzels-lab/elsamultiskillagent

Control your BlackOps Center sites from Clawdbot - create, publish, and manage blog posts via API.

Twitter Command Center (Search + Post)

7
from Demerzels-lab/elsamultiskillagent

Search X (Twitter) in real time, extract relevant posts, and publish tweets/replies instantly—perfect for social listening, engagement, and rapid content ops.

paylock

7
from Demerzels-lab/elsamultiskillagent

Non-custodial SOL escrow for AI agent deals.

agent-reputation

7
from Demerzels-lab/elsamultiskillagent

summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.

Telecom Agent Skill

7
from Demerzels-lab/elsamultiskillagent

Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.

OpenClaw-Finnhub

7
from Demerzels-lab/elsamultiskillagent

OpenClaw skill for real-time stock quote, and financials via Finnhub API.

```markdown

7
from Demerzels-lab/elsamultiskillagent

# OpenClaw-Last.fm

security-operator

7
from Demerzels-lab/elsamultiskillagent

Runtime security guardrails for OpenClaw agents.

operator-humanizer

7
from Demerzels-lab/elsamultiskillagent

Transform AI-generated text into authentic human writing.

kit-email-operator

7
from Demerzels-lab/elsamultiskillagent

**AI-powered email marketing for Kit (ConvertKit)**.