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

Claudigotchi: Physical Tamagotchi Device That Feeds on Claude Code Activity
Claudigotchi is a physical desktop creature running on an ESP32 with an LCD screen that connects to Claude Code via a plugin. The device's hunger system responds to coding activity, with visual states and sound effects that escalate when Claude is left idle.

A 7-File Governance Layer to Prevent LLM Session Drift
A developer created a governance layer with seven files to prevent Claude from silently undoing architectural decisions across sessions. The system includes active_context.md, contracts.md, and decisions.md files with a strict execution loop.

HF Viewer: Visualize Any Hugging Face Model Graph Instantly
HF Viewer is a browser-based tool that renders an interactive architecture graph for any Hugging Face model. Paste a URL or repo name, inspect the graph without local setup.

Slides-grab: Visual Editor for Fixing HTML Slides Generated by Claude Code
Slides-grab is a tool that lets you drag elements on HTML/CSS slides generated by Claude Code, then sends XPath and a highlighted screenshot to the AI agent for precise editing. It addresses the pain point of fixing small layout issues through text prompts alone.