kubestellar-console
Multi-cluster Kubernetes dashboard with AI-powered operations via MCP server and 10+ built-in agent skills
npx skills add sickn33/agentic-awesome-skills --skill kubestellar-console --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# KubeStellar Console ## Overview KubeStellar Console is an open-source multi-cluster Kubernetes dashboard (CNCF project) with AI-powered operations. It ships with `kc-agent`, an MCP server that bridges coding agents to kubeconfig and Kubernetes APIs, plus 10+ built-in agent skills for development, testing, and operations. ## When to Use This Skill - Use when managing multiple Kubernetes clusters across edge and cloud - Use when you need AI-assisted Kubernetes troubleshooting and debugging - Use when running performance tests, cache compliance checks, or CI debugging on a Kubernetes dashboard - Use when integrating with CNCF projects (Argo, Kyverno, Istio, and 20+ others) ## How It Works ### Step 1: Install kc-agent ```bash brew tap kubestellar/tap && brew install kc-agent ``` ### Step 2: Start the MCP server ```bash kc-agent ``` This bridges the active kubeconfig context to any MCP-compatible coding agent. Do not start it from a cluster-admin or write-capable context unless the user explicitly accepts that risk. ### Step 3: Use built-in agent skills The project ships with agent skills accessible via `CLAUDE.md` and `AGENTS.md`: - **@perf-test** — Dashboard performance testing and
- Overview
- When to Use This Skill
- How It Works
- Step 1: Install kc-agent
- Step 2: Start the MCP server
- Step 3: Use built-in agent skills
- Key Features
- Security & Safety Notes
- Limitations
- Links
brew tap kubestellar/tap && brew install kc-agent kc-agent kubectl create serviceaccount kc-agent -n default kubectl create clusterrole kc-agent-readonly \ kubectl create clusterrolebinding kc-agent-readonly \ kubectl auth can-i get secrets --as=system:serviceaccount:default:kc-agent kubectl auth can-i list pods --as=system:serviceaccount:default:kc-agent
What does the kubestellar-console skill do?
Multi-cluster Kubernetes dashboard with AI-powered operations via MCP server and 10+ built-in agent skills
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill kubestellar-console --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.