ワンクリックで
k8s-ops-plugin
Kubernetes operations plugin — 32 tools for cluster management, monitoring, troubleshooting, and security auditing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Kubernetes operations plugin — 32 tools for cluster management, monitoring, troubleshooting, and security auditing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | k8s-ops-plugin |
| description | Kubernetes operations plugin — 32 tools for cluster management, monitoring, troubleshooting, and security auditing |
| version | 2.1.2 |
| metadata | {"openclaw":{"requires":{"bins":["kubectl"]},"emoji":"☸️","homepage":"https://github.com/CN-big-cabbage/k8s-ops-agent"}} |
Kubernetes operations plugin for OpenClaw. Provides 32 tools covering the full lifecycle of K8s cluster management.
重要:本插件具有强大的集群操作能力,使用前请仔细阅读以下安全建议:
凭据安全:kubeconfig 文件包含集群端点、用户身份、令牌和客户端证书等敏感信息。请勿在不安全的环境中存储或共享 kubeconfig 文件。
最小权限原则:建议使用最小权限的 kubeconfig,避免使用 cluster-admin 凭据。建议先在非生产环境中测试。
操作风险:exec、rollout、scale、restart、namespace 等操作可能对生产集群造成破坏性影响。请在执行前确认操作目标。
SSH 访问:配置中的 hosts 字段用于 SSH 主机访问(sys-monitor 工具),请仅配置受信任的主机,避免在生产环境中使用密码认证。
参数验证:所有工具接受任意参数并直接传递给处理程序。请确保参数正确,避免误操作。
依赖审查:本插件的实际工具行为委托给 @k8s-ops/core。请在安装前审查该依赖的实现。
kubectl installed and configured with cluster access~/.kube/config)Optional plugin config:
| Field | Description | 安全建议 |
|---|---|---|
kubeconfigPath | Custom path to kubeconfig file | 确保文件权限为 600,仅当前用户可读 |
defaultContext | Default Kubernetes context to use | 建议使用非生产环境的 context |
hosts | SSH target hosts for sys-monitor tool | 仅配置受信任的主机,建议使用 SSH 密钥认证 |