Claude Skill
nextlevelbuilder/goclaw
GoClaw is a Go-based framework for deploying AI agent teams at scale. It features multi-tenant isolation, a 5-layer security model, and native concurrency for safe, high-performance orchestration o...
Overview
Repository
Install this Skill
git clone -b main https://github.com/nextlevelbuilder/goclaw.git && cd goclawRegistry
Summary
GoClaw is a Go-based reconstruction of OpenClaw, designed for deploying AI agent teams at scale. It emphasizes multi-tenant isolation, a five-layer security model, and native Go concurrency to ensure safety and performance in large-scale deployments.
GoClaw - GoClaw 是基于 Go 语言重构的 OpenClaw,具备多租户隔离、五层安全防护和原生并发能力。可大规模部署 AI 智能体团队,同时确保安全性不打折扣。
Key features
- Multi-tenant isolation for secure deployments
- Five-layer security architecture
- Native Go concurrency for high performance
- Scalable AI agent team orchestration
- Built with Go for efficiency and safety
Use cases
- Large-scale deployment of AI agent teams
- Building secure multi-tenant AI platforms
- Creating high-concurrency AI gateways or chatbots
- Orchestrating multi-agent systems for Discord or Telegram
README excerpt
<p align="center"> <img src="_statics/goclaw-logo.svg" alt="GoClaw" height="200" /> </p> <p align="center"><strong>Multi-Tenant AI Agent Platform</strong></p> <p align="center"> Multi-agent AI gateway built in Go. 20+ LLM providers. 7 channels. Multi-tenant PostgreSQL.<br/> Single binary. Production-tested. Agents that orchestrate for you. </p> <p align="center"> <a href="https://docs.goclaw.sh">Documentation</a> • <a href="https://docs.goclaw.sh/#quick-start">Quick Start</a> • <a href="https://x.com/nlb_io">Twitter / X</a> </p> <p align="center"> <a href="https://go.dev/"><img src="https://img.shields.io/badge/Go_1.26-00ADD8?style=flat-square&logo=go&logoColor=white" alt="Go" /></a> <a href="https://www.postgresql.org/"><img src="https://img.shields.io/badge/PostgreSQL_18-316192?style=flat-square&logo=postgresql&logoColor=white" alt="PostgreSQL" /></a> <a href="https://www.docker.com/"><img src="https://img.shields.io/badge/Docker-2496ED?style=flat-square&logo=docker&logoColor=white" alt="Docker" /></a> <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebSocket"><img src="https://img.shields.io/badge/WebSocket-010101?style=flat-square&logo=socket.io&logoColor=white" alt="WebSocket" /></a> <a href="https://opentelemetry.io/"><img src="https://img.shields.io/badge/OpenTelemetry-000000?style=flat-square&logo=opentelemetry&logoColor=white" alt="OpenTelemetry" /></a> <a href="https://www.anthropic.com/"><img src="https://img.shields.io/badge/Anthropic-191919?style=flat-square&logo=anthropic&logoColor=white" alt="Anthropic" /></a> <a href="https://openai.com/"><img src="https://img.shields.io/badge/OpenAI_Compatible-412991?style=flat-square&logo=openai&logoColor=white" alt="OpenAI" /></a> <img src="https://img.shields.io/badge/License-CC%