Claude Skill
nextlevelbuilder/goclaw
GoClaw 是一个基于 Go 的框架,用于大规模部署 AI 智能体团队。它具有多租户隔离、五层安全模型和原生并发能力,可安全、高性能地编排 LLM 智能体。
概览
仓库信息
安装这个 Skill
git clone -b main https://github.com/nextlevelbuilder/goclaw.git && cd goclawRegistry 信息
项目简介
GoClaw 是基于 Go 语言重构的 OpenClaw,专为大规模部署 AI 智能体团队而设计。它强调多租户隔离、五层安全防护模型以及原生的 Go 并发能力,以确保大规模部署时的安全性和性能。
GoClaw - GoClaw is OpenClaw rebuilt in Go — with multi-tenant isolation, 5-layer security, and native concurrency. Deploy AI agent teams at scale without compromising on safety.
要点
- 多租户隔离,确保部署安全
- 五层安全架构
- 原生 Go 并发,实现高性能
- 可扩展的 AI 智能体团队编排
- 基于 Go 语言构建,高效安全
使用场景
- 大规模部署 AI 智能体团队
- 构建安全的多租户 AI 平台
- 创建高并发的 AI 网关或聊天机器人
- 为 Discord 或 Telegram 编排多智能体系统
README 摘要
<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%