Agent skill · DevOps & Cloud

kubestellar-console

Multi-cluster Kubernetes dashboard with AI-powered operations via MCP server and 10+ built-in agent skills

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill kubestellar-console --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Declared author: kubestellar
Path: skills/kubestellar-console/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Install kc-agent
  5. Step 2: Start the MCP server
  6. Step 3: Use built-in agent skills
  7. Key Features
  8. Security & Safety Notes
  9. Limitations
  10. Links
Commands it runs
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
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going