← 返回 Skills 市场
150
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kubernetes-devops-toolkit
功能描述
Manage, deploy, monitor, and troubleshoot Kubernetes clusters with tools for multi-cluster control, resource monitoring, log aggregation, and Helm support.
使用说明 (SKILL.md)
kubernetes-devops-toolkit
描述
中文: Kubernetes DevOps 工具包 - 完整的K8s集群管理、部署、监控和故障排查工具集
English: Kubernetes DevOps Toolkit - Complete K8s cluster management, deployment, monitoring and troubleshooting toolset
功能
- 集群管理: 连接、配置、切换多个K8s集群
- 部署管理: Deployment/Service/Ingress的创建、更新、回滚
- 资源监控: Pod/Node/Namespace资源使用实时监控
- 日志收集: 多Pod日志聚合和查询
- 故障排查: 自动诊断常见问题并提供解决方案
- Helm支持: Chart管理和Release生命周期管理
使用场景
- 开发和生产环境的K8s集群运维
- CI/CD流水线中的K8s部署
- 故障排查和性能优化
- 多集群统一管理
依赖
- Python 3.8+
- kubernetes-client
- helm (可选)
- kubectl (可选)
安全使用建议
This package appears coherent for Kubernetes operations. Before installing: (1) Review and control which kubeconfig the skill will use — kubeconfig files contain cluster credentials and should be treated as sensitive. (2) Run the package in a safe/test environment first (no-production kubeconfig) to verify behavior, especially HelmManager operations that can modify resources. (3) If you require stricter supply-chain controls, install dependencies in an isolated environment and audit the HelmManager implementation (and any parts of the core module not fully shown here) for any unexpected network calls or shell execution. If you don't want a skill that can modify cluster state, avoid enabling it for autonomous agent use.
功能分析
Type: OpenClaw Skill
Name: kubernetes-devops-toolkit
Version: 1.0.0
The Kubernetes DevOps Toolkit is a standard administrative utility for managing K8s clusters and Helm releases. The code uses the official 'kubernetes' Python client for cluster operations and wraps the Helm CLI via subprocess calls for package management. No evidence of data exfiltration, unauthorized access, or malicious prompt injection was found in SKILL.md or the Python scripts. The implementation is consistent with its stated purpose as a DevOps toolset.
能力评估
Purpose & Capability
The name/description (Kubernetes cluster management, deployment, monitoring, Helm support) align with the included Python module, examples, tests, and requirements. The code uses the kubernetes Python client, references kubeconfig paths, and implements listing/switching contexts, pods, nodes, logs, diagnostics and Helm operations — all consistent with the stated purpose.
Instruction Scope
SKILL.md documents expected operations and dependencies and directs use of a kubeconfig (~/.kube/config) and optional tools (kubectl/helm). The runtime instructions and examples operate on cluster state (contexts, pods, events, logs) which is appropriate. There are no instructions to read unrelated system files or to transmit data to external endpoints outside normal Kubernetes/Helm interactions.
Install Mechanism
This is instruction-only (no packaged install spec), but the repository includes requirements.txt listing standard Python packages (kubernetes, PyYAML, requests, etc.). Installing via pip from requirements.txt is expected and acceptable, but note that pip installs code from PyPI — standard but worth auditing in high-security environments.
Credentials
The skill declares no required environment variables or secrets. It expects access to a kubeconfig file (default ~/.kube/config) which is the appropriate credential surface for Kubernetes operations. There are no unrelated credentials requested.
Persistence & Privilege
The skill is not always:true and does not request persistent platform privileges. It can be invoked autonomously (platform default), which is expected — note that autonomous invocation plus the ability to change cluster state means you should only enable it for trusted agents/users and clusters.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kubernetes-devops-toolkit - 安装完成后,直接呼叫该 Skill 的名称或使用
/kubernetes-devops-toolkit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Kubernetes DevOps Toolkit 是什么?
Manage, deploy, monitor, and troubleshoot Kubernetes clusters with tools for multi-cluster control, resource monitoring, log aggregation, and Helm support. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 Kubernetes DevOps Toolkit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kubernetes-devops-toolkit」即可一键安装,无需额外配置。
Kubernetes DevOps Toolkit 是免费的吗?
是的,Kubernetes DevOps Toolkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Kubernetes DevOps Toolkit 支持哪些平台?
Kubernetes DevOps Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Kubernetes DevOps Toolkit?
由 Lv Lancer(@kaiyuelv)开发并维护,当前版本 v1.0.0。
推荐 Skills