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

Developer Tests Qwen3.5 27B vs Larger Models for Local Coding Tasks
A developer tested multiple Qwen3.5 and Nemotron models, finding Qwen3.5-27B-GGUF:UD-Q6_K_XL performs well for development tasks on existing 2x RTX 3090 hardware, with 803 pp and 25 tg/s at 256k context on vast.ai.

RelayPlane Open Source Proxy Shows 73% Cost Reduction with Claude Model Routing
RelayPlane, an open source npm-native proxy for the Anthropic API, demonstrated 73.4% cost savings in benchmarks by routing requests to appropriate Claude models based on complexity. The tool reduced cost per 10 requests from $0.0323 to $0.0086 while improving p50 latency from 1.55s to 0.78s.

From Replit to Local: How One Developer Used Claude to Build StillHere, an API-Powered AI Companion Chat App
A developer built StillHere.ink, an AI chat app for companion-style conversations using personal API keys, after migrating from Replit to local development with Claude. The app features memory, diary summaries, RAG, model switching, and cost-control tools.

latexnav: Python Tool for LLM and Human Navigation of LaTeX Files
latexnav is a free open source Python tool that parses LaTeX files to extract structural elements like theorems, definitions, sections, labels, cross-references, and dependencies, providing summaries with authoritative line numbers to help LLMs and humans navigate large manuscripts efficiently.