with one click
helm
Manage Helm charts and releases on Kubernetes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manage Helm charts and releases on Kubernetes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Diagnose Kubernetes Ingress resources and configurations
| name | helm |
| description | Manage Helm charts and releases on Kubernetes |
| activation_keywords | ["helm","chart","release","kubernetes","k8s","deployment"] |
| execution_mode | client |
Provides Helm chart and release management via local Helm CLI:
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 argumentsNote: Requires Helm CLI (helm) installed on the client machine. Write operations (install/upgrade/rollback/uninstall) require user confirmation.