npx claudepluginhub kubestellar/claude-plugins --plugin kubestellar-opsThis skill is limited to using the following tools:
Use the kubestellar-ops MCP tools to check for available upgrades across Kubernetes clusters, including cluster version, OLM operators, and Helm releases.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Use the kubestellar-ops MCP tools to check for available upgrades across Kubernetes clusters, including cluster version, OLM operators, and Helm releases.
Discover Clusters
list_clusters to get all available clustersFor each cluster:
a. Detect Cluster Type
detect_cluster_type to identify the distribution (OpenShift, EKS, GKE, AKS, kubeadm, etc.)b. Check Cluster Version
get_cluster_version_info to get current version and available upgradesc. Check OLM Operators (if applicable)
check_olm_operator_upgrades to find operators with pending upgradesd. Check Helm Releases
check_helm_release_upgrades to list Helm releases and their versionsGenerate Summary Report
Structure the output as:
# Upgrade Check Report
## Cluster: <name>
Type: <OpenShift 4.x | EKS | GKE | AKS | kubeadm | k3s | kind>
Current Version: <version>
### Cluster Upgrade
[Available upgrades or guidance based on cluster type]
### OLM Operators (if installed)
| Operator | Current | Channel | Auto-Update | Status |
|----------|---------|---------|-------------|--------|
### Helm Releases
| Release | Namespace | Chart | Version |
|---------|-----------|-------|---------|
| Tool | Purpose |
|---|---|
list_clusters | Discover available clusters |
detect_cluster_type | Identify cluster distribution |
get_cluster_version_info | Get version and upgrade paths |
check_olm_operator_upgrades | Check OLM operators for upgrades |
check_helm_release_upgrades | List Helm releases and versions |
Do not use any other tools besides the kubestellar-ops MCP tools.