Nodegroup
94TrustedShips scriptsResource management and configuration for the Edgewize NodeGroup project.
What it does
Installing this skill allows your assistant to interface directly with Edgewize NodeGroup resources. It enables the assistant to list, inspect, and modify infrastructure components through authenticated API calls rather than relying solely on generic command-line tools.
By prioritizing direct API communication, the assistant can verify current cluster states, perform targeted patches, and manage complex bindings across nodes, namespaces, and workspaces with higher precision. It ensures configuration changes are applied according to the underlying project architecture.
When it earns its place
Reach for it when…
Apply this skill when you need to automate lifecycle tasks for NodeGroups, such as creating new groups, updating descriptions, or managing associations between specific nodes and their host namespaces or workspaces within an Edgewize environment.
Look elsewhere when…
Do not use this for general Kubernetes cluster administration that falls outside the scope of NodeGroup resources. If you are troubleshooting underlying network policies or standard pod scheduling issues unrelated to NodeGroup configuration, native kubectl commands or dedicated diagnostic skills are more appropriate.
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.
- list all current nodegroup configurations
- bind these specific nodes to the production nodegroup
- create a new nodegroup with the following description
- check the status of the edge-cluster nodegroup
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/nodegroup ~/.claude/skills/nodegroupInstall 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/nodegroup .claude/skills/nodegroupIf 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.