k8s CLI command reference skill pack

PassAudited by ClawScan on Apr 28, 2026.

Overview

This is an instruction-only kubectl command reference whose files and runtime instructions are coherent with its stated purpose; it does include examples that read kubeconfig and extract secret data (which is expected for a kubectl reference) so review before running commands that access credentials.

This is a documentation-only kubectl reference (no code to execute), and its contents align with the stated purpose. Before installing or using it: 1) Note the source/homepage are unknown — prefer skills from trusted publishers. 2) Review the included files yourself; many examples show commands that read $HOME/.kube/config, KUBECONFIG, or extract secrets (jsonpath examples and `kubectl config view --raw`) — these will reveal credentials if you run them. 3) Do not run copy-paste commands that decode or output passwords/certificates unless you understand the consequences and are on a trusted machine. 4) If you plan to allow autonomous agent use, restrict that capability or monitor runs because an agent following these docs could suggest sensitive kubectl commands. If you want, I can scan the text for specific commands that would expose secrets and highlight them for you.