Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    2,308+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1228
    • Coding1045
    • Infrastructure455
    • Marketing414
    • Design374
    • Projects340
    • Analytics319
    • Research306
    • Testing200
    • Data171
    • Integration169
    • Security169
    • MCP164
    • Learning146
    • Communication131
    • Prompts122
    • Extensions120
    • Commerce116
    • Voice107
    • DevOps92
    • Web73
    • Finance19
    1. Home
    2. Tools
    3. kstack
    kstack icon

    kstack

    Agent Skill Registries
    Featured

    A skill pack for Claude Code and other AI agents that enables intelligent monitoring, troubleshooting, and auditing of Kubernetes clusters using natural language.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the Apache License 2.0. All features included.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent Skill RegistriesMonitoring ToolsContainer Orchestration

    Alternatives

    Awesome Skills DevAwesome Claude SkillsAwesome Skills
    Developer
    KubetailIstanbul, TurkeyEst. 2024

    Listed May 2026

    About kstack

    Kstack is an open-source skill pack for Claude Code and compatible AI agents that brings AI-powered Kubernetes operations to your terminal. Built by the Kubetail organization and released under the Apache License 2.0, it installs a set of slash-command skills that let you monitor cluster health, investigate failures, fetch logs, and run security and cost audits — all through natural language. The project reached its initial v0.1.0 release in May 2026.

    What It Is

    Kstack is a collection of agent skills — structured prompt-plus-script bundles — that extend AI coding agents like Claude Code, OpenAI Codex CLI, Cursor, and others with Kubernetes-specific capabilities. Rather than asking a general-purpose AI to reason about raw kubectl output, kstack pre-processes cluster data using purpose-built tools (Kubetail, Helm, Trivy, Pluto, Cilium, Istio integrations) and sends compact, structured results to the model. This keeps responses fast and token-efficient while giving the agent richer context than raw shell output would provide.

    Skills and Capabilities

    Kstack organizes its skills into four categories:

    • Monitoring: /cluster-status delivers a dense health snapshot covering node conditions, pod aggregates, and a ranked top-issues list; /events surfaces recent cluster events grouped by reason and ranked by severity, collapsing chatty normal events into summary lines.
    • Troubleshooting: /investigate runs a root-cause analysis bundle across events, logs, and related resources; /logs opens a shared tmux session where natural language is translated into Kubetail queries; /metrics fetches CPU, memory, and resource metrics from metrics-server or Prometheus; /exec provides an AI-powered kubectl exec with support for ephemeral debug containers and privileged node shells.
    • Audits: /audit-security reviews RBAC, pod security posture, and privilege tightening; /audit-network checks NetworkPolicy, Service, Ingress, Gateway API, DNS, and encryption; /audit-cost identifies over-provisioned and idle workloads; /audit-outdated scans for version drift, known CVEs (with CISA KEV status), and available upgrades.
    • Miscellaneous: /cleanup removes all kstack-owned cluster resources; /forget wipes local cache and learned state.

    All skills are read-only by default — any mutation requires explicit user confirmation. Skills with destructive potential (/exec, /cleanup, /forget) ship with disable-model-invocation: true, meaning the agent cannot invoke them autonomously.

    Multi-Agent Support

    Although kstack is marketed primarily for Claude Code, the curl-based installer auto-detects which agent CLIs are present on $PATH and installs skills for each. Supported agents include OpenAI Codex CLI, OpenCode, Cursor, Factory Droid, Slate, Kiro, Hermes, and Pi. Both global (~/.config/kstack/) and project-local installs are supported, and the --agent flag lets users target a specific agent.

    Architecture and Design Tradeoffs

    Kstack's core design principle is token efficiency: instead of piping full kubectl JSON through the model, each skill runs a shell script that fans out API calls in parallel, writes results to a per-context cache, and passes only the aggregated summary to the AI. Follow-up questions are answered by reading the cache with jq rather than re-querying the cluster. This approach reduces latency and cost but means some answers reflect cached state — skills expose --refresh and --ttl flags to control staleness. RBAC checks in /audit-security are explicitly documented as static (what roles grant, not what subjects actually use), and the audit-cost skill always states its data source and lookback window so users can calibrate confidence.

    Update: v0.1.0 Initial Release

    The project was created on May 6, 2026, and published its first release, v0.1.0, on May 8, 2026. The repository is primarily written in Shell, hosted under the kubetail-org GitHub organization, and lists agents, AI, Claude Code, Kubernetes, monitoring, observability, and troubleshooting as its topic tags. The project notes inspiration from Garry Tan's gstack. Active development is ongoing, with CI running the full test suite on Ubuntu, macOS, and Windows for every pull request.

    kstack - 1

    Community Discussions

    Be the first to start a conversation about kstack

    Share your experience with kstack, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the Apache License 2.0. All features included.

    • All monitoring skills
    • All troubleshooting skills
    • All audit skills
    • Multi-agent support
    • Global and local install modes

    Capabilities

    Key Features

    • Cluster health snapshot with ranked issue list
    • Event monitoring grouped by severity
    • Root-cause investigation across events, logs, and resources
    • AI-powered log fetching via natural language with tmux session sharing
    • CPU, memory, and resource metrics from metrics-server or Prometheus
    • AI-powered kubectl exec with ephemeral debug container support
    • RBAC and pod security posture audit
    • NetworkPolicy, Service, Ingress, and DNS audit
    • Cost and resource waste analysis
    • Outdated components and CVE scanning with CISA KEV status
    • Multi-agent support (Claude Code, Codex CLI, Cursor, OpenCode, and more)
    • Global and project-local install modes
    • Per-context caching with configurable TTL
    • Read-only by default with explicit confirmation for mutations
    • Auto-upgrade notifications and one-command upgrade

    Integrations

    kubectl
    Kubetail
    Helm
    Trivy
    Pluto
    Cilium
    Istio
    Prometheus
    metrics-server
    CoreDNS
    tmux
    Claude Code
    OpenAI Codex CLI
    Cursor
    OpenCode
    Factory Droid
    Kiro
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate kstack and help others make informed decisions.

    Developer

    Kubetail

    Kubetail builds open-source developer tools for Kubernetes observability, with a focus on logging, monitoring, and AI-powered cluster operations. The organization develops Kubetail, a Kubernetes log aggregation platform, and kstack, an AI agent skill pack for cluster monitoring and troubleshooting. Kubetail emphasizes user-friendliness, cost-effectiveness, and security in its tooling. The team operates out of Istanbul and maintains an active open-source community on Discord and Slack.

    Founded 2024
    Istanbul, Turkey
    1 employees

    Used by

    Open source community users
    Read more about Kubetail
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Awesome Skills Dev icon

    Awesome Skills Dev

    A curated directory of reusable agent skills for Claude Code, OpenAI Codex, and other emerging agent platforms, indexing over 1,000 official and community skill packs in one place.

    Awesome Claude Skills icon

    Awesome Claude Skills

    A curated GitHub repository by ComposioHQ listing awesome skills, tools, and integrations for Claude AI agents.

    Awesome Skills icon

    Awesome Skills

    A curated directory of skills, plugins, agents, and tools for Claude Code, updated regularly with community and official contributions.

    Browse all tools

    Related Topics

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

    48 tools

    Monitoring Tools

    AI-enhanced monitoring solutions that provide real-time visibility into system performance, anomaly detection, and predictive alerting for proactive issue resolution.

    64 tools

    Container Orchestration

    AI-enhanced tools for automating deployment, scaling, and management of containerized applications across clusters with intelligent resource allocation.

    16 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    Discussions