You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: OpenClaw Command Center + Pixel social media agent
Zero-dependency real-time dashboard for managing the multi-agent system
(8 pages, SSE streaming, workspace editor, CORD security feed). Added
Pixel agent for Twitter/X, Instagram, and TikTok content management
with social-posting, content-creator, and social-analytics skills.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@@ -176,6 +176,40 @@ Every `invoke()`, `execute()`, and `generate()` call is gated through CORD. If C
176
176
177
177
**Every layer has been red-teamed.** See `tests/redteam.test.js` for all 40 attack vectors and `THREAT_MODEL.md` for the full threat model.
178
178
179
+
## OpenClaw Command Center
180
+
181
+
**Real-time agent management dashboard — zero dependencies.**
182
+
183
+
```bash
184
+
npm run oc-dashboard # http://localhost:3001
185
+
```
186
+
187
+
The Command Center is a web dashboard for managing the full OpenClaw AI agent system. It reads directly from `~/.openclaw/` and streams live events via SSE.
188
+
189
+
**8 Pages:**
190
+
191
+
| Page | What it does |
192
+
|------|-------------|
193
+
| Dashboard | Agent status cards, skill count, live CORD event feed |
0 commit comments