KubeSphere Network Extension Operations
94TrustedInstructions onlyManagement of Calico IPPools, network isolation, and cluster extension configurations.
What it does
Kubesphere Network Extension Operations equips your assistant with specific context on managing the network extension within KubeSphere environments. By integrating bundled product documentation and API definitions, the assistant gains the ability to interpret existing configurations and handle technical lifecycle tasks.
This skill transforms how your assistant interacts with cluster network resources. Rather than relying on generic knowledge, it references the specific operational requirements, version-dependent packaging, and feature toggle states required to maintain stable network configurations in multicluster environments.
When it earns its place
Reach for it when…
Install this skill when managing the network extension lifecycle, specifically for tasks such as enabling or disabling features, configuring Calico IPPools, or modifying namespace-level isolation policies in a production KubeSphere environment.
Look elsewhere when…
Do not use this for managing other KubeSphere extensions or generic Kubernetes networking tasks that do not involve the network extension controller. This skill is also unsuitable for troubleshooting network hardware or low-level CNI issues outside the scope of Calico-backed IPPool management.
What to say to use it
You never invoke a skill directly — the assistant picks it up when your request matches what it covers. These are the kinds of things that do that.
- How can I enable network policies for this cluster?
- Check the current configuration of my network extension.
- Update my Calico IPPool settings for the new workspace.
- What is the correct way to upgrade the network extension version?
- Inspect the current status of the network install plan.
Install it
Install for all your projects
Copy the skill directory into your personal skills folder. Claude picks it up on its own the next time your request matches what it does — there is nothing to enable.
git clone --depth 1 --branch master https://github.com/kubesphere/kubesphere.git /tmp/kubesphere
mkdir -p ~/.claude/skills
cp -r /tmp/kubesphere/skills/kubesphere-network-extension-operations ~/.claude/skills/kubesphere-network-extension-operationsInstall for one project only
Put it in the project's own skills folder instead, so it can be committed and shared with everyone working on that repository.
cp -r /tmp/kubesphere/skills/kubesphere-network-extension-operations .claude/skills/kubesphere-network-extension-operationsIf a skill of the same name exists in both places, the personal one wins.
Installing on Claude.ai or through the API instead? The full guide covers every surface.
Pair it with an MCP server
KubeSphere Network Extension Operations changes how the work is done. These servers change what Claude can reach while doing it.
- AWS Labs MCP Server76The skill encodes how your deployments are supposed to go; AWS Labs MCP Server is what lets Claude see the infrastructure they go to.
- Sentry MCP Server81Sentry MCP Server shows what actually broke, which is what turns a runbook from a document into a response.
- Circleci MCP Server58Pair with Circleci MCP Server so pipeline state informs the procedure rather than being described after the fact.