Bundled plugins for Cluster Code including Kubernetes cluster operations, AI-powered diagnostics, and troubleshooting tools
npx claudepluginhub kcns008/cluster-codeCore Kubernetes cluster operations and resource management commands
Azure cloud provider integration for AKS and ARO cluster management
OpenShift-specific features including Routes, Operators, BuildConfigs, and Projects
GitOps workflows with Helm, Kustomize, ArgoCD, and Flux integration
AWS cloud provider integration for EKS and ROSA cluster management
GCP cloud provider integration for GKE cluster management

AI-powered CLI tool for Kubernetes and OpenShift cluster management with intelligent diagnostics, multi-cloud support, and GitOps workflows. Inspired by pi-mono.
npm install -g cluster-code
# Option 1: Auto-detect from Claude Code (if ~/.claude/settings.json exists)
# cluster-code will automatically use your Claude API key
# Option 2: Set environment variables
export ANTHROPIC_API_KEY=your-api-key # Anthropic (Claude)
export OPENAI_API_KEY=your-api-key # Or OpenAI
# Option 3: Use local models (no API key needed)
ollama pull llama3
cluster-code config provider add ollama
cluster-code init
cluster-code
That's it! Start chatting with your cluster in plain English.
# Start interactive natural language interface
$ cluster-code
# or explicitly
$ cluster-code interactive
You: Show me all pods that are failing
You: Why is my deployment crashing?
You: Scale my app to 5 replicas
# Start agentic mode with Claude Agent SDK (Claude-only)
$ cluster-code agent
# or with a specific task
$ cluster-code agent "Fix all failing pods in the cluster"
# Start terminal user interface
$ cluster-code ui
# Run cluster diagnostics
cluster-code diagnose
# Show cluster and CLI info
cluster-code info
# Initialize cluster connection
cluster-code init
# Run first-time setup wizard
cluster-code setup
# Configure model interactively
cluster-code --configure-model
# List available models
cluster-code --list-models
# Use a specific model for this session
cluster-code --model gpt-4
# Set default model permanently
cluster-code --set-default-model claude-3-opus
# GitHub Copilot authentication
cluster-code --setup-github
cluster-code --show-auth
cluster-code --whoami
cluster-code --test-connection
cluster-code --logout-github
Train AI agents to automatically manage your cluster using PufferLib:
# Set up RL environment (optional during init)
cluster-code rl setup
# Train an agent
cluster-code rl train --episodes 500
# Run RL-based diagnostics
cluster-code rl diagnose
See the PufferLib RL Guide for details.
Cluster-code features an extensible hooks system inspired by pi-mono:
import { hooks, registerHooks } from 'cluster-code';
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations