Silos Dashboard: Open-source web UI for managing OpenClaw agents

Silos Dashboard is an open-source web UI for managing OpenClaw agents, licensed under MIT. It addresses the tedium of managing agents through config files and CLI, especially when running multiple agents with different models, skills, and channels.
Core Features
- Agent management — create/configure agents, pick models (GPT, Claude, DeepSeek, Mistral, etc.), manage tool permissions and delegation rules between agents
- Brain editor — edit SOUL.md, IDENTITY.md, MEMORY.md and other knowledge files directly from the browser, plus a workspace file browser
- Live chat — real-time streaming with markdown rendering, tool call visualization to see what the agent is doing, and a session intelligence panel (token usage, context window, active subagents)
- Skills — browse and install skills from ClawHub
- Task board — kanban view (To Do / In Progress / Done) with full transcripts
- Cron jobs — schedule tasks with one-time, interval, or cron expressions
- Channels — connect WhatsApp, Telegram, Discord, Slack with QR pairing and connection status
- Analytics — token activity charts, context window utilization, model usage breakdown
Technical Details
Tech stack: React 19 + TypeScript, Vite, Zustand, Tailwind CSS, Firebase Auth. The dashboard has zero backend dependencies beyond the OpenClaw gateway — it connects to your existing setup via WebSocket.
Runs anywhere: Docker image available on GHCR, or use npm run dev for local development.
Notable Implementation Details
- Command palette (Cmd+K) for quick navigation
- Dark/light theme with OS preference detection
- i18n support (EN, ES, FR, DE)
- Chat view handles subagent hierarchies — you can see parent-child session relationships
Development Status
The creator is looking for help with:
- More language translations
- Additional channel integrations
- Dashboard widgets / custom views
- General feedback on UX
Repository: https://github.com/cheapestinference/silos
📖 Read the full source: r/openclaw
👀 See Also

Dual-model architecture reduces token consumption by half for long conversations
A developer built a dual-model system where a small 'subconscious' model compresses conversation history in the background, allowing the main model to work with a curated ~35K context instead of 120K tokens of raw history. This architecture cuts token consumption roughly in half for sustained project work.

ClawControl v1.7.1 fixes daily usage issues in OpenClaw client
ClawControl v1.7.1 is an open source client for OpenClaw available on Windows, Mac, Linux, iOS, and Android. This release focuses on fixing 'why is it doing that?' issues encountered during daily OpenClaw usage.

Garry Tan's gstack: An Open Source AI Agent Framework for Claude Code
Garry Tan's gstack is an open source software factory that turns Claude Code into a virtual engineering team with 13 specialist slash commands for planning, design, engineering, review, QA, and release management.

Relay: Open-Source Control Plane for OpenClaw AI Agents
Relay is an Electron desktop app that provides Claude Cowork-like workflow for OpenClaw, running on your infrastructure with your choice of LLM models and built-in governance features including approval gates and exportable audit trails.