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

MCP Server Indexes Codebases into Knowledge Graph for 10x Token Reduction
A new MCP server called codebase-memory-mcp parses codebases into a persistent knowledge graph using tree-sitter, reducing token usage by at least 10x for structural queries. Benchmarked across 35 real-world repositories, it replaces file-by-file exploration with graph queries.

Detecting Silent Tool Failures in AI Coding Agents with Vibeyard
Vibeyard is a tool that detects when AI coding agents experience silent tool failures—where agents fall back to alternative strategies without alerting developers—and surfaces these inefficiencies during sessions. It can suggest fixes to prevent repeated inefficient workflows.

LocalSynapse MCP Server Enables Claude to Search Local Documents Offline
LocalSynapse is an MCP server that indexes and searches inside local documents (Word, Excel, PowerPoint, PDF) using hybrid BM25 + AI semantic search. Everything runs locally with no cloud or API keys required.

TinyFish Web Agent Outperforms Competitors in Web Task Benchmarking
TinyFish's web agent achieved an 81.9% success rate on hard web tasks, significantly outperforming competitors like OpenAI Operator at 43.2%.