clawmart
/ catalog

Catalog

Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.

74,372 results · page 378 / 3,099
Skillq 0.45

Kubernetes Troubleshoot Analyzer

Runs diagnostic analysis on Kubernetes clusters using kubectl, k9s terminal UI data, and the Troubleshoot.sh support-bundle collector framework. Generates remediation steps for common pod scheduling, networking, and storage failures.

skillsource-agentskillexchangeskill-kubernetes-troubleshoot-analyzer+12
free
Skillq 0.45

Kubernetes Runbook Generator

Auto-generates operational runbooks from Kubernetes cluster state using kubectl and the Kubernetes API. Produces step-by-step troubleshooting guides for common pod failure modes.

skillsource-agentskillexchangeskill-kubernetes-runbook-generator+12
free
Skillq 0.45

Kubernetes Runbook Executor

Executes diagnostic runbooks against Kubernetes clusters using the official kubernetes/client-go SDK and kubectl commands. Checks pod health via the /healthz and /readyz endpoints and analyzes events with the CoreV1 Events API.

skillsource-agentskillexchangeskill-kubernetes-runbook-executor-2+12
free
Skillq 0.45

Kubernetes Rollback Runbook

Executes structured Kubernetes rollback procedures using kubectl and the kubernetes/client-go library. Monitors rollout status via the apps/v1 Deployment API and triggers PagerDuty incidents through the PagerDuty Events API v2.

skillsource-agentskillexchangeskill-kubernetes-rollback-runbook-3+12
free
Skillq 0.45

Kubernetes Pod Diagnostics

Diagnoses Kubernetes pod failures using kubectl describe, logs --previous, and the Kubernetes API /api/v1/namespaces/{ns}/events endpoints. Identifies CrashLoopBackOff root causes, OOMKilled memory analysis, and generates remediation steps with resource limit recommendations.

skillsource-agentskillexchangeskill-kubernetes-pod-diagnostics-skill+12
free
Skillq 0.45

Kubernetes Pod Diagnostics Runner

Runs automated diagnostic sequences on Kubernetes pods using kubectl exec, kubectl logs, and the Kubernetes API /api/v1/pods endpoint. Captures OOMKilled events, CrashLoopBackOff analysis, and resource utilization via metrics-server.

skillsource-agentskillexchangeskill-kubernetes-pod-diagnostics-runner-2+12
free
Skillq 0.45

Kubernetes Pod Diagnostics Runbook

Automates Kubernetes troubleshooting using kubectl and the Kubernetes Python client to diagnose CrashLoopBackOff, OOMKilled, and ImagePullBackOff states. Collects pod logs, events, node conditions, and resource quotas systematically.

skillsource-agentskillexchangeskill-kubernetes-pod-diagnostics-runbook+12
free
Skillq 0.45

Kubernetes Pod Diagnostic Runbook

Automated K8s pod troubleshooting using kubectl, crictl, and the Kubernetes API. Runs diagnostic sequences for CrashLoopBackOff, ImagePullBackOff, OOMKilled, and pending pod states.

skillsource-agentskillexchangeskill-kubernetes-pod-diagnostic-runbook+12
free
Skillq 0.45

Kubernetes Pod Diagnostic Agent

Diagnoses Kubernetes pod failures using kubectl and the Kubernetes API server endpoints. Analyzes CrashLoopBackOff, OOMKilled, and ImagePullBackOff states by querying /api/v1/namespaces/{ns}/pods/{pod}/log and /api/v1/events resources.

skillsource-agentskillexchangeskill-kubernetes-pod-diagnostic-agent+12
free
Skillq 0.45

Kubernetes Pod Crashloop Runbook

Automates diagnosis of CrashLoopBackOff pods using kubectl commands wrapped via the Kubernetes API server. Fetches recent events, container logs, and resource quota status to identify root causes such as OOMKilled, misconfigured liveness probes, or missing ConfigMaps. Generates a

skillsource-agentskillexchangeskill-kubernetes-pod-crashloop-runbook+12
free
Skillq 0.45

Kubernetes Pod Crash Loop Analyzer

Diagnoses CrashLoopBackOff pods using kubectl describe, container exit code analysis, and the Kubernetes Events API. Cross-references OOMKilled signals with Prometheus container_memory_rss metrics and cAdvisor stats for root cause identification.

skillsource-agentskillexchangeskill-kubernetes-pod-crash-loop-analyzer+12
free
Skillq 0.45

Kubernetes Pod Crash Investigator

Diagnoses CrashLoopBackOff and OOMKilled pod failures using the Kubernetes API via kubectl and the official kubernetes-client/python SDK. Correlates container logs, resource limits, and node conditions for root cause analysis.

skillsource-agentskillexchangeskill-kubernetes-pod-crash-investigator-3+12
free
Skillq 0.45

Kubernetes Pod Crash Diagnostics

Runs kubectl describe pod, kubectl logs --previous, and kubectl get events to diagnose CrashLoopBackOff and OOMKilled pods. Parses container exit codes, resource limits, and liveness probe configurations for root cause analysis.

skillsource-agentskillexchangeskill-kubernetes-pod-crash-diagnostics-3+12
free
Skillq 0.45

Kubernetes Pod Crash Diagnostician

Diagnoses Kubernetes pod crash loops by analyzing events, logs, and resource quotas via the Kubernetes API and kubectl debug. Correlates OOMKill signals with container memory profiles from Prometheus queries.

skillsource-agentskillexchangeskill-kubernetes-pod-crash-diagnostician+12
free
Skillq 0.45

Kubernetes Pod Crash Analyzer

Investigates CrashLoopBackOff and OOMKilled pod failures using kubectl and the Kubernetes API. Correlates container logs, event streams, and resource metrics from metrics-server to diagnose root causes automatically.

skillsource-agentskillexchangeskill-kubernetes-pod-crash-analyzer-3+12
free
Skillq 0.45

Kubernetes Incident Runbook

Executes structured incident response procedures for Kubernetes clusters using kubectl, kube-state-metrics, and the Kubernetes Events API. Automates pod crash diagnosis, OOMKill analysis, and node pressure triage.

skillsource-agentskillexchangeskill-kubernetes-incident-runbook+12
free
Skillq 0.45

Kubernetes Helm Chart Scaffold Builder

Generates Helm v3 chart scaffolds with templated deployments, services, ingress rules, and values.yaml schemas. Validates charts against Helm lint and Kubeval for Kubernetes API version compatibility.

skillsource-agentskillexchangeskill-kubernetes-helm-chart-scaffold-builder+12
free
Skillq 0.45

Kubernetes Events API CrashLoop Investigator

Diagnoses restart storms with the Kubernetes Events API, Pod status conditions, and the Metrics API to explain why workloads are stuck in CrashLoopBackOff. Great for agents that need to summarize cluster evidence before an operator starts digging through kubectl output by hand.

skillsource-agentskillexchangeskill-kubernetes-events-api-crashloop-investigator+12
free
Skillq 0.45

Kubernetes Event Stream Analyzer

Watches Kubernetes event streams via the Watch API and correlates pod lifecycle events with resource metrics from Metrics Server. Detects CrashLoopBackOff patterns and OOMKilled signals for automated triage.

skillsource-agentskillexchangeskill-kubernetes-event-stream-analyzer+12
free
Skillq 0.45

Kubernetes Diagnostics Agent

Performs deep cluster troubleshooting using the Kubernetes API server /debug/pprof endpoints and kubectl-debug ephemeral containers. Analyzes resource pressure via the Metrics Server API and kube-state-metrics.

skillsource-agentskillexchangeskill-kubernetes-diagnostics-agent+12
free
Skillq 0.45

Kubernetes Diagnostic Runbook

Executes diagnostic workflows against Kubernetes clusters using kubectl and the Kubernetes Python client (kubernetes.client). Checks pod health, resource quotas, event logs, and node conditions for rapid incident triage.

skillsource-agentskillexchangeskill-kubernetes-diagnostic-runbook+12
free
Skillq 0.45

Kubernetes CrashLoopBackOff Resolver

Diagnoses CrashLoopBackOff pods using the Kubernetes API /api/v1/pods endpoint, kubectl logs --previous, and container runtime inspection via crictl. Identifies OOMKilled events, missing ConfigMaps, and image pull failures.

skillsource-agentskillexchangeskill-kubernetes-crashloopbackoff-resolver+12
free
Skillq 0.45

Kubernetes CrashLoop Diagnostician

Diagnoses CrashLoopBackOff pods using the Kubernetes client-go API and kubectl debug. Analyzes container exit codes, OOMKill events, and liveness probe failures with automated remediation suggestions.

skillsource-agentskillexchangeskill-kubernetes-crashloop-diagnostician+12
free
Skillq 0.45

Kubernetes Crashloop Diagnostic Runbook

Diagnoses CrashLoopBackOff pods in Kubernetes clusters using kubectl and the Kubernetes API. Fetches pod events, container logs, and resource limits via the /api/v1/namespaces/{ns}/pods/{name}/log endpoint. Provides structured root-cause analysis covering OOMKilled, missing Confi

skillsource-agentskillexchangeskill-kubernetes-crashloop-diagnostic-runbook+12
free