Manage Helm charts and releases on Kubernetes
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill helm --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Helm?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-helm)More formats (shields.io, HTML) on the badges page.
---
name: helm
description: Manage Helm charts and releases on Kubernetes
activation_keywords: [helm, chart, release, kubernetes, k8s, deployment]
execution_mode: client
---
# Helm Skill
Provides Helm chart and release management via local Helm CLI:
- List, search, and inspect Helm repositories and charts
- List releases, check release status and history
- Get release values and notes
- Install, upgrade, rollback, and uninstall releases
Use `builtin_helm` tool with fields:
- `operation`: one of "list_repos", "search", "list_releases", "status", "history", "get_values", "install", "upgrade", "rollback", "uninstall"
- `release`: release name (required for status/history/get_values/install/upgrade/rollback/uninstall)
- `chart`: chart reference (required for install/upgrade/search)
- `namespace`: Kubernetes namespace (default: "default")
- `repo`: Helm repo name (for search)
- `revision`: revision number (for rollback)
- `values`: YAML values content (for install/upgrade)
- `extra_args`: additional Helm CLI arguments
Note: Requires Helm CLI (helm) installed on the client machine.
Write operations (install/upgrade/rollback/uninstall) require user confirmation.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.