Kubernetes Helper
Automates Kubernetes tasks like deployments, scaling, and troubleshooting using declarative configurations and command execution.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kubernetes-helper npx -- -y @trustedskills/kubernetes-helper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kubernetes-helper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kubernetes-helper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The kubernetes-helper skill allows AI agents to interact with and manage Kubernetes clusters. It can generate YAML manifests for deployments, services, and other resources, as well as provide information about the current state of a cluster based on provided context. This simplifies common Kubernetes tasks and reduces the need for manual command-line interaction.
When to use it
- Automating deployments: Quickly create deployment configurations for new applications within your Kubernetes environment.
- Troubleshooting cluster issues: Get information about running pods, services, and other resources to diagnose problems.
- Generating infrastructure as code: Produce YAML files that can be used to define and manage your Kubernetes infrastructure reproducibly.
- Learning Kubernetes: Explore different resource configurations through guided prompts and examples.
Key capabilities
- YAML manifest generation
- Cluster state information retrieval
- Resource definition assistance
Example prompts
- "Create a deployment YAML for a Nginx container with 3 replicas."
- "What pods are running in the 'production' namespace?"
- "Generate a service of type LoadBalancer exposing port 80 on my application."
Tips & gotchas
The skill requires access to Kubernetes cluster context or configuration. Ensure your agent has appropriate credentials and permissions to interact with the target cluster for accurate results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.