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.
npx skills add kubesphere/kubesphere --skill kubesphere-core --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.
# 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 │ │ │ └───────────────────┘ └───────────────────┘ └───────────────────┘ └───────────────────┘ └───────────────────┘ │ └──────────────
- Overview
- Core Architecture
- Core Components
- API
- API Path Prefixes
- Multi-Cluster API Routing
- API Script Usage
- Skill Routing
- References
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
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.
