Agent skill · Backend & API

kubesphere-core

KubeSphere central controller Skill. Routes to specific Skills based on user requests: multi-cluster management (kubesphere-cluster-management), multi-tenant management (kubesphere-multi-tenant-management), extension management (kubesphere-extension-management). Also provides core architecture, API routing, and API utilities.

kubespheregithub.com/kubesphereGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add kubesphere/kubesphere --skill kubesphere-core --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: yes
Path: skills/kubesphere-core/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 17,016
Language: Go
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

# KubeSphere Core ## Overview KubeSphere is a distributed operating system for cloud-native application management built on Kubernetes. Version 4.x adopts a microkernel + extension architecture (codename LuBan) where the core provides essential functions and independent functional modules are delivered as extensions. ## Core Architecture ``` ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ KubeSphere Console │ │ (React-based Web UI + Extension Framework) │ └────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────┘ │ ┌────────────────────────────────────────────────────────────▼────────────────────────────────────────────────────┐ │ KubeSphere Core (LuBan) │ │ ┌───────────────────┐ ┌───────────────────┐ ┌───────────────────┐ ┌───────────────────┐ ┌───────────────────┐ │ │ │ Multi-Cluster │ │ Multi-Tenant │ │ K8s Resource │ │ Extension │ │ Application │ │ │ │ Management │ │ Management │ │ Management │ │ Management │ │ Management │ │ │ └───────────────────┘ └───────────────────┘ └───────────────────┘ └───────────────────┘ └───────────────────┘ │ └──────────────

What's inside
Steps it walks through
  1. Overview
  2. Core Architecture
  3. Core Components
  4. API
  5. API Path Prefixes
  6. Multi-Cluster API Routing
  7. API Script Usage
  8. Skill Routing
  9. References
Ships with 1 file
  • scripts/ks_api.py
Commands it runs
Access member-1 cluster
pip install requests
export KUBESPHERE_HOST="http://<kubesphere-host>"
python scripts/ks_api.py --login --username admin --password <password>
Get token info
python scripts/ks_api.py
List resources (GET)
python scripts/ks_api.py GET /kapis/tenant.kubesphere.io/v1beta1/workspacetemplates
Query specific cluster
python scripts/ks_api.py GET /clusters/member-1/kapis/tenant.kubesphere.io/v1beta1/namespaces
More from kubesphere
All skills →
About this skill
What does the kubesphere-core skill do?

KubeSphere central controller Skill. Routes to specific Skills based on user requests: multi-cluster management (kubesphere-cluster-management), multi-tenant management (kubesphere-multi-tenant-management), extension management (kubesphere-extension-management). Also provides core architecture, API routing, and API utilities.

How do I install it?

Run `npx skills add kubesphere/kubesphere --skill kubesphere-core --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 kubesphere/kubesphere, a repository with 17,016 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