A systematic tool for planning Kubernetes cluster upgrades by identifying API deprecations and generating risk-aware migration runbooks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cluster-upgrade-planner
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cluster-upgrade-planner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Cluster Upgrade Planner is a specialized tool within the Openclaw Skills ecosystem designed to eliminate the anxiety of Kubernetes version migrations. It performs comprehensive environment audits, detecting deprecated API usage across live clusters and local manifests while verifying the compatibility of critical addons like CNI plugins and Ingress controllers. By synthesizing cluster state facts into actionable intelligence, it ensures that DevOps engineers can upgrade their infrastructure without unexpected workload disruptions.
This skill is particularly valuable for maintaining complex production environments where manual checks are prone to error. It automates the tedious process of cross-referencing upstream compatibility matrices and identifying single-replica deployments that lack Pod Disruption Budgets. Whether you are running managed services like EKS or self-hosted kubeadm clusters, this skill provides the structure needed for a successful, rollback-safe upgrade lifecycle.
To utilize this within the Openclaw Skills framework, ensure you have kubectl, helm, and python3 installed and configured with access to your target cluster.
# Ensure your kubeconfig is active and pointing to the correct cluster
kubectl cluster-info
# The skill will use standard CLI tools to gather facts
# No additional server-side agents are required.
The skill organizes its analysis into structured reports and manifests:
| Data Type | Description |
|---|---|
| Preflight Report | A summary of blockers (removed APIs), warnings (deprecated APIs), and node readiness. |
| Addon Matrix | A comparison table of current versions versus target K8s version support. |
| API Usage Dump | A localized text file (/tmp/cluster-api-usage.txt) mapping every resource to its apiVersion and Kind. |
| Upgrade Runbook | A copy-pasteable Markdown guide with phases for control-plane and worker node updates. |
| Local Manifest Audit | Findings from scanning local files, including file path, current API, and the required replacement. |
Loading
An AI-powered skill for designing and executing chaos engineering experiments to verify system resilience and failure recovery.

A specialized AI skill designed to analyze and accelerate CI/CD pipelines through intelligent caching, job parallelization, and Docker layer optimization.

A specialized utility to audit and validate biome.json configuration files for errors, conflicts, and deprecated settings.

A lightweight, dependency-free Python linter for validating Makefile syntax, portability, and best practices.

A powerful tool to generate, validate, and lint hardened systemd unit files for services, timers, and sockets.

A comprehensive auditing tool that generates a 0-100 health score for any repository based on eight critical engineering dimensions.








































