Kstack: Skill Pack for Claude Code to Monitor and Troubleshoot Kubernetes

Kstack is a skill pack for Claude Code (and other AI coding agents) that exposes a set of slash commands for monitoring and troubleshooting Kubernetes clusters. It hooks into your existing kubeconfig and RBAC permissions, runs standard tools like kubectl, Kubetail, Trivy, Pluto, and hands the results to the LLM for analysis — aiming for fast, token-efficient responses.
Key Skills
/cluster-status— health snapshot (pod restarts, node conditions, resource pressure)/events— recent events ranked by severity/investigate— root-cause analysis across events, logs, and related resources/logs— shared tmux session translating natural language into log fetches (via Kubetail)/metrics— CPU, memory, and other resource metrics for pods, nodes, workloads/exec— shared tmux shell into a pod, node, or ephemeral debug container/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 bumps/cleanup— removes all kstack-owned resources (debug containers, pod clones, watcher jobs)/forget— clears local cache and cluster knowledge
Installation
Global install:
curl -sS https://kstack.sh/install | bash
Local project install:
curl -sS https://kstack.sh/install | bash -s -- --local
By default, skills are prefixed with kstack-*; use --no-prefix to disable. The installer auto-detects agents on your PATH and installs for each. Supported agents include Claude Code, OpenAI Codex CLI (--agent codex), OpenCode (--agent opencode), Cursor (--agent cursor), Factory Droid (--agent factory), Slate (--agent slate), Kiro (--agent kiro), and Hermes (--agent hermes).
How It Works
All skills are read-only by default — mutations require explicit confirmation. They honor your local kubeconfig context and RBAC. If permissions are insufficient, kstack reports the issue. Global flags like --context <ctx> are supported across all skills.
Who It's For
Developers and platform engineers who use AI coding agents and need quick, natural-language-driven monitoring and debugging of Kubernetes clusters without switching contexts.
📖 Read the full source: HN LLM Tools
👀 See Also

Alibaba's $10 monthly coding plan offers high-volume access to multiple AI models for OpenClaw users
For $10 per month, Alibaba's plan provides access to Qwen3.5-Plus, Kimi-K2.5, GLM-5, and MiniMax-M2.5 models with quotas of 1,200 requests per 5 hours, 9,000 per week, and 18,000 per month.

OpenClaw React Client Update Adds Model Per Agent, CLI Tool, and Auto-Start
The open-source OpenClaw client has received a major update with four key features: model assignment per agent, automatic updates, a new CLI tool for management, and auto-start after system reboot.

Local PII Redaction Skill for OpenClaw Uses GLiNER Model
A new OpenClaw skill intercepts outgoing responses and runs them through the local nvidia/gliner-PII model to detect and redact sensitive information like API keys and PII, replacing them with labels like [API_KEY] and adding removal notices.

Cloudflare's AI Platform: Unified Inference Layer for AI Agents
Cloudflare's AI Platform provides a single API to access 70+ models across 12+ providers, including multimodal support for image, video, and speech models. It enables switching between models with one-line code changes and offers centralized cost monitoring with custom metadata.