Claude Skill
paperclipinc/openclaw-operator
OpenClaw Operator is a Kubernetes operator for deploying and managing OpenClaw AI agent instances with production-grade security, observability, and lifecycle management. Built in Go with Helm supp...
Overview
Repository
Install this Skill
git clone https://github.com/paperclipinc/openclaw-operator.gitRegistry
Summary
OpenClaw Operator is a Kubernetes operator built in Go for deploying and managing OpenClaw AI agent instances. It provides production-grade security, observability, and lifecycle management, leveraging Helm charts and Kubernetes-native patterns to simplify AI agent operations in cloud-native environments.
用于部署和管理OpenClaw AI代理实例的Kubernetes operator,具备生产级安全性、可观测性和生命周期管理功能。
Key features
- Kubernetes-native deployment of OpenClaw AI agents
- Production-grade security and lifecycle management
- Built-in observability for agent instances
- Helm-based installation and configuration
- Automated scaling and health monitoring
Use cases
- Deploying AI agents in Kubernetes clusters
- Managing agent lifecycles in production environments
- Integrating AI agents with existing cloud-native infrastructure
- Scaling AI agent workloads with Kubernetes autoscaling
- Ensuring security and observability for AI agent deployments
README excerpt
<p align="center"> <img src="docs/images/banner.svg" alt="OpenClaw Kubernetes Operator — OpenClaws sailing the Kubernetes seas" width="100%"> </p> # OpenClaw Kubernetes Operator [](https://opensource.org/licenses/Apache-2.0) [](https://goreportcard.com/report/github.com/paperclipinc/openclaw-operator) [](https://github.com/paperclipinc/openclaw-operator/actions/workflows/ci.yaml) [](https://kubernetes.io) [](https://go.dev) **Self-host [OpenClaw](https://openclaw.ai) AI agents on Kubernetes with production-grade security, observability, and lifecycle management.** OpenClaw is an AI agent platform that acts on your behalf across Telegram, Discord, WhatsApp, and Signal. It manages your inbox, calendar, smart home, and more through 50+ integrations. While [Paperclip Inc.](https://paperclip.inc/openclaw) offers fully managed hosting, this operator lets you run OpenClaw on your own infrastructure with the same operational rigor. --- ## Why an Operator? Deploying AI agents to Kubernetes involves more than a Deployment and a Service. You need network isolation, secret management, persistent storage, health monitoring, optional browser automation, and config rollouts, all wired correctly. This operator encodes those concerns into a single `OpenClawInstance` custom resource so you can go from zero to production in minutes: ```yaml apiVersion: opencl