Skip to content

Instantly share code, notes, and snippets.

View KevInTheCloud5617's full-sized avatar

Kevin Boyle KevInTheCloud5617

View GitHub Profile
@KevInTheCloud5617
KevInTheCloud5617 / soundboard-status.json
Last active June 5, 2026 14:05
Cannoli Soundboard server status badge — auto-updated by GitHub Actions
{"label":"server","message":"running","schemaVersion":1,"color":"brightgreen"}
@KevInTheCloud5617
KevInTheCloud5617 / DESIGN-FINAL.md
Created March 23, 2026 16:49
MC Gateway Integration Design

Mission Control ↔ OpenClaw Gateway Integration — Final Design

1. Executive Summary

Mission Control (MC) is a Next.js 15 dashboard that currently has broken service control, fake audits, and Docker-incompatible CLI shelling. This design replaces all of that with a narrow, auditable proxy layer that routes structured operations through the OpenClaw Gateway API. Direct tool invocations handle deterministic operations (cron, config reads); prompt-based streaming handles intelligent operations (security audits, autonomy evals, plugin config assistance). The browser never touches the Gateway — MC is the sole authenticated intermediary.


2. Architecture Overview