Silos transforms OpenClaw from a powerful framework into a professional AI Operation Center.
Stop managing your agents through terminals and raw config files. Silos provides a high-performance, intuitive web interface to monitor, configure, and scale your AI agents in real-time.
silos-agent-2x.mp4
The most intuitive way to control your AI agents in real-time.
Get your dashboard up and running in seconds using Docker:
docker pull ghcr.io/cheapestinference/silos:latest
docker run -d --name silos \
-p 3001:3001 \
-e GATEWAY_TOKEN=your-token \
-e OWNER_EMAIL=you@example.com \
--restart unless-stopped \
ghcr.io/cheapestinference/silos:latest👉 Open http://localhost:3001 and connect your OpenClaw Gateway.
Don't want to manage VPS, Docker, or Security updates?
Get a fully managed OpenClaw instance with Flat-Rate AI included. No per-token anxiety, no setup headaches. Ready in 5 minutes.
Silos isn't just a UI; it's a complete management layer for the OpenClaw ecosystem.
- Live Brain Editor: Edit
SOUL.md,IDENTITY.md,MEMORY.md, andBOOTSTRAP.mdon the fly. - Workspace Explorer: Full CRUD access to your agent's files and folders.
- Dynamic Model Selection: Swap between GPT, Claude, DeepSeek, or Mistral per agent.
- Tool Permissions: Granular control over which tools each agent can access.
- Real-time Session Monitoring: Track token usage, context window utilization, and active agents.
- Task Pipeline (Kanban): Visualize running, completed, and failed tasks. Stop or abort any process instantly.
- Advanced Scheduling: Create one-time, interval, or complex Cron-expression schedules for your agents.
- Subagent Hierarchy: Full visibility into parent-child session delegation.
- Omnichannel Hub: One-click pairing for WhatsApp (QR), Telegram, Discord, and Slack.
- Skill Marketplace: Browse, install, and manage skills directly from ClawHub.
- Gateway Management: Centralized control of your OpenClaw Gateway connection and auth.
graph TD
U[User / Browser]
A["Silos Dashboard<br/>(React SPA)"]
F[Firebase Auth]
B[OpenClaw Gateway]
W[("Workspace Files<br/>+ Agent State")]
C[OpenClaw Agents]
T[External APIs / Tools]
CH["Messaging Channels<br/>WhatsApp · Telegram · Discord · Slack"]
U -->|HTTPS| A
A -.->|OAuth / Session| F
A -->|WebSocket streaming| B
A -->|REST · CRUD| B
B --> W
B --> C
C --> T
C --> CH
Tech Stack: React 19 · TypeScript · Vite · Tailwind CSS · Zustand · Firebase Auth
We love contributions! Whether it's a new feature, a bug fix, or a translation, check out our CONTRIBUTING.md to get started.
Built by CheapestInference · Licensed under MIT
⭐ Star us on GitHub — it's the #1 way to support the project


