siclaw
Read-only Kubernetes diagnostics and root-cause investigation
All Skills in This Repository (33)
Pure Emerald Level Indicatorsvolcano-scheduler-config
Retrieve Volcano scheduler configuration from its ConfigMap in summary, YAML, or JSON formats.
volcano-gang-scheduling
Diagnose Volcano PodGroup Gang Scheduling failures by analyzing PodGroup constraints, cluster resources, and queue capacities.
pvc-debug
Diagnose PersistentVolumeClaim failures in Kubernetes using kubectl.
deep-investigation
Orchestrate multi-phase infrastructure investigations from triage to conclusion.
pod-ping-gateway
Ping the default gateway for a network interface within a pod's network namespace.
find-node
Filter Kubernetes nodes by keyword with fuzzy, case-insensitive matching.
deployment-rollout-debug
Diagnose Kubernetes Deployment rollout failures via kubectl inspection.
node-ping-gateway
Ping the gateway IP for a specified network interface on a target node.
job-debug
Diagnose Kubernetes Job and CronJob failures using kubectl and pod logs.
node-show-gateway
Retrieve the default gateway for a Kubernetes node network interface.
cluster-events
Analyze Kubernetes cluster-wide Warning events to diagnose issues and identify patterns.
networkpolicy-debug
Diagnose Kubernetes NetworkPolicy connectivity issues by analyzing ingress and egress rules.
Frequently Asked Questions
FAQPage SchemaHow to install Siclaw?โผ
Run `npx skills add scitix/siclaw --all -g -y` in your terminal to install all diagnostic skills globally.
What Kubernetes problems can Siclaw diagnose?โผ
It covers pod crashes and pending pods, image pull failures, PVC and storage issues, DNS, services, ingress, NetworkPolicy blocking, node health, HPA, jobs, and Volcano gang scheduling and queue problems.
Is Siclaw safe to run on production clusters?โผ
Yes. Every skill is read-only by design: it gathers evidence and reports root causes without modifying, deleting, or restarting any cluster resource.
Does Siclaw support Volcano batch scheduling?โผ
Yes. It includes dedicated skills for Volcano jobs, PodGroups, gang scheduling, queues, scheduler logs, and node resource analysis.
Do I need kubectl access to use Siclaw?โผ
Yes, the diagnostic skills run read-only kubectl commands against your cluster, so you need a valid kubeconfig for the target cluster.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core