Claude Skill
serhanekicii/openclaw-helm
Deploy OpenClaw personal AI assistant on Kubernetes with this Helm chart. Simplifies installation and management for self-hosted AI.
Overview
Repository
Install this Skill
git clone https://github.com/serhanekicii/openclaw-helm.gitRegistry
Summary
A Helm chart for deploying OpenClaw, a personal AI assistant, on Kubernetes clusters. Simplifies installation and management of the OpenClaw application.
🦞 OpenClaw 的 Helm Chart - 个人 AI 助手
Key features
- Helm-based deployment for Kubernetes
- Designed for OpenClaw personal AI assistant
- Streamlined installation and configuration
- Supports standard Kubernetes environments
Use cases
- Deploy OpenClaw AI assistant on Kubernetes
- Self-host personal AI assistant in cloud or on-prem
- Manage OpenClaw with Helm lifecycle commands
- Integrate OpenClaw into existing Kubernetes infrastructure
README excerpt
# 🦞 OpenClaw Helm Chart [](https://artifacthub.io/packages/helm/openclaw-helm/openclaw) [](https://helm.sh/) [](https://kubernetes.io/) [](https://github.com/openclaw/openclaw) [](https://github.com/serhanekicii/openclaw-helm) [](LICENSE) Helm chart for deploying OpenClaw on Kubernetes — an AI assistant that connects to messaging platforms and executes tasks autonomously. Built on [bjw-s app-template](https://github.com/bjw-s-labs/helm-charts). For a detailed walkthrough, see the [blog post](https://serhanekici.com/openclaw-helm.html). --- ## Architecture OpenClaw runs as a single-instance deployment (cannot scale horizontally): | Component | Port | Description | |-----------|------|-------------| | Gateway | 18789 | Main HTTP/WebSocket interface | | Chromium | 9222 | Headless browser for automation (CDP, optional) | **App Version:** 2026.5.22 --- ## Installation ### Prerequisites - Kubernetes `>=1.26.0-0` - Helm 3.0+ - API key from a supported LLM provider (Anthropic, OpenAI, etc.) ### Steps 1. Add the repository: ```bash helm repo add openclaw https://serhanekicii.github.io/openclaw-helm helm repo update ``` 2. Create namespace and secret: ```bash kubectl create namespace openclaw kubectl create secret generic openclaw-env-secret -n opencl
Topics
No topics yet.