Skip to content

Latest commit

 

History

History
118 lines (81 loc) · 4.47 KB

File metadata and controls

118 lines (81 loc) · 4.47 KB

🚀 Silos: The Command Center for OpenClaw

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.

GitHub Release Docker Image Last Commit Stars License: MIT

Deploy on Silos Platform


🎬 See it in Action

silos-agent-2x.mp4

The most intuitive way to control your AI agents in real-time.


⚡️ Quick Start (Self-Hosted)

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.


☁️ The "Zero Friction" Path

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.

👉 Deploy on SilosPlatform.com


🛠 The Power of Silos

Silos isn't just a UI; it's a complete management layer for the OpenClaw ecosystem.

🧠 Total Brain Control

Home Dashboard

  • Live Brain Editor: Edit SOUL.md, IDENTITY.md, MEMORY.md, and BOOTSTRAP.md on 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.

📈 Operational Intelligence

Chat View

  • 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.

🌐 Seamless Connectivity

Channels Settings

  • 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.

📐 Architecture

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
Loading

Tech Stack: React 19 · TypeScript · Vite · Tailwind CSS · Zustand · Firebase Auth


🤝 Contributing

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