Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub kubestellar/claude-plugins --plugin kubestellar-opsHow this skill is triggered — by the user, by Claude, or both
Slash command
/kubestellar-ops:k8s-issuesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the kubestellar-ops MCP tools to find all issues across Kubernetes clusters.
Diagnoses Kubernetes cluster health across pods, deployments, nodes, and events, then performs user-confirmed security fixes. Designed for SREs and on-call engineers.
Runs Kubernetes cluster health diagnostics using dynamic API discovery. Use for checking cluster health, troubleshooting K8s issues, or health assessments.
Diagnoses and fixes Kubernetes pod failures like CrashLoopBackOff, Pending, DNS, networking, storage mounts, and rollout issues using kubectl workflows and scripts.
Share bugs, ideas, or general feedback.
Use the kubestellar-ops MCP tools to find all issues across Kubernetes clusters.
Use list_clusters to get all available clusters
For each cluster, check for:
find_pod_issues (CrashLoopBackOff, ImagePullBackOff, OOMKilled, pending pods)find_deployment_issues (stuck rollouts, unavailable replicas)get_warning_eventsProvide a summary of all problems found organized by cluster, with severity and recommended actions.
Do not use any other tools besides the kubestellar-ops MCP tools.