Introduction
Learn what kstack is, how it works, and the problems it solves. Read the introduction.
To install the kstack skills globally, run this command:
curl -sS https://kstack.sh/install | bashAlternatively, you can install them locally inside a specific project directory:
curl -sS https://kstack.sh/install | bash -s -- --localOnce installed, the skills will be available inside your agent sessions:
───────────────────────────────────❯ /kstack-cluster-status───────────────────────────────────By default, the script will install the skills with a kstack-* namespace prefix but you can disable this with the --no-prefix flag. It will also install the skills for all of your available agents (e.g. Claude, Codex, OpenCode) but you can choose to target individual agents with the --agent flag instead (see Installation).
Kstack uses your local kubeconfig file for authentication and will respect your RBAC permissions. If it runs into permissions problems, it will let you know.
Monitoring
/cluster-status — Health snapshot (pod restarts, node conditions, resource pressure)/events — Recent events, ranked by severityTroubleshooting
/investigate — Root-cause analysis across events, logs, and related resources/logs — Shared tmux session that translates natural language into log fetches and analysis (via Kubetail)/metrics — Fetch CPU, memory, and other resource metrics for pods, nodes, and workloads/exec — Shared tmux shell into a pod, node, or ephemeral debug containerAudits
/audit-security — RBAC, pod security posture, privilege tightening/audit-network — NetworkPolicy, Service, Ingress, GatewayAPI, DNS and encryption checks/audit-cost — Requests vs. usage, over-provisioning, idle capacity/audit-outdated — Outdated services, known CVEs, available version bumpsMiscellaneous
/cleanup — Remove all kstack-owned resources from the cluster (debug containers, pod clones, watcher jobs)/forget — Clear kstack’s local cache and discard what it learned about your cluster(s)Introduction
Learn what kstack is, how it works, and the problems it solves. Read the introduction.
Skills
Browse the full skill reference for monitoring, troubleshooting, and auditing your clusters. View skills.