Claude Skill
serhanekicii/openclaw-helm
使用此 Helm Chart 在 Kubernetes 上部署 OpenClaw 个人 AI 助手。简化自托管 AI 的安装与管理。
概览
仓库信息
安装这个 Skill
git clone https://github.com/serhanekicii/openclaw-helm.gitRegistry 信息
项目简介
用于在 Kubernetes 集群上部署个人 AI 助手 OpenClaw 的 Helm Chart。简化 OpenClaw 应用的安装与管理。
🦞 Helm chart for OpenClaw - personal AI assistant
要点
- 基于 Helm 的 Kubernetes 部署
- 专为 OpenClaw 个人 AI 助手设计
- 简化的安装与配置流程
- 支持标准 Kubernetes 环境
使用场景
- 在 Kubernetes 上部署 OpenClaw AI 助手
- 在云端或本地自托管个人 AI 助手
- 使用 Helm 生命周期命令管理 OpenClaw
- 将 OpenClaw 集成到现有 Kubernetes 基础设施中
README 摘要
# 🦞 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
话题
暂无话题