OpenClaw Guild: Multi-user AI agent server for teams

What It Is
OpenClaw Guild is a multi-user AI agent server built on top of OpenClaw, designed to solve the problem of restricting access to different agents for different employees in a business environment. It transforms the single-user OpenClaw into a shared, private instance for teams.
Key Features
- Multi-user architecture: Role-based access control with isolated data per agent
- 4-tier memory: Agent, user, role, and company-level scoped visibility
- Admin dashboard: Web UI for user management without CLI requirements
- Skill system: Reusable workflows like "linkedin-poster" and "seo-audit"
- Docker-compose deployment: 15-minute setup process
Architecture
- Supabase backend (Postgres + pgvector + RLS) running locally
- JWT auth per agent for isolated contexts
- Envoy proxy for per-agent network filtering
- OpenClaw tool policies for capability control
Security Model
Three-layer defense-in-depth approach:
- Supabase Row Level Security for data isolation at database level
- OpenClaw tool policies for capability control
- Envoy proxy for network filtering with per-agent domain allowlists
No single layer is considered sufficient; together they provide comprehensive security.
Practical Use Case
The developers are running 15+ agents across their company, with marketing alone using 7 autonomous agents working 24/7:
- marketing-lead: Strategy, coordination, client communication
- marketing-content: Blog posts, newsletters, long-form content
- marketing-seo: Search optimization, keyword research, AEO
- marketing-social: LinkedIn, social posting, engagement
- marketing-website: WordPress management, landing pages
- marketing-adwords: Google Ads campaign management
- marketing-prospect-research: B2B prospect research, enrichment
Additional agents cover management (executive reporting, decision support, KPI tracking), coding (development tasks, code review, audit-focused security), and local LLM testing (Ollama integration, embedding generation, model evaluation).
Data is isolated between departments (marketing can't see finance or HR), and agents have network access proxied and restricted to only what they need. Unlike NemoClaw, it works with WebSocket-dependent applications like Discord.
Web Admin Dashboard
The admin UI allows:
- Creating and managing users and roles
- Assigning agents to departments
- Configuring tool policies per agent
- Setting network allowlists at domain level
- Browsing audit logs
- Viewing memory tiers (agent/user/role/company)
Availability
Open-source under AGPL-3.0 License. Free to self-host, customize, or resell. Available on GitHub:
- Guild Core: https://github.com/SpireTech/openclaw-guild
- Admin UI: https://github.com/SpireTech/openclaw-guild-admin
📖 Read the full source: r/openclaw
👀 See Also

oMLX introduces SSD KV caching for Apple Silicon, reducing OpenClaw response times from 30-90 seconds to 5 seconds
oMLX is a new backend that persists KV cache blocks to SSD in safetensors format, preventing cache invalidation when context shifts. This reduces OpenClaw response times from 30-90 seconds down to 5 seconds on subsequent turns.

NGX-OS: Network OS Built for AI with eBPF and MCP Integration
NGX-OS is a network operating system designed from the ground up for AI integration, using eBPF for real-time telemetry and MCP for direct LLM access to network state data without translation layers.

Graph Compose: Hosted Temporal Workflows with Visual Builder and AI
Graph Compose is a hosted platform for orchestrating API workflows on Temporal, letting you define workflows as JSON graphs with three building methods: a React Flow visual builder, a TypeScript SDK, and an AI assistant that converts plain English to graphs.

APEX Testing Benchmark Results: Qwen 3.5 Performance on Real Coding Tasks
APEX Testing benchmark results show Qwen 3.5 models' performance on 70 real GitHub coding tasks, with the 397B version dropping to 1194 ELO on master-level tasks while GLM-4.7 quantized leads local models at 1572 ELO.