helm

A tool for inspecting and managing Helm charts and releases in Kubernetes. Helm is a package manager that installs and tracks groups of Kubernetes resources as releases.

In plain words
What is it for?
Use it to search charts and repositories, inspect releases and their values, or install, upgrade, roll back, and remove releases.
Why use it?
It gives you one place to inspect release status, history, settings, and chart information, and to perform confirmed deployment changes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/fisker086/aiops/helm
Any agent
npx skills add fisker086/AIOps --skill helm
Clone the repo
git clone --depth 1 https://github.com/fisker086/AIOps

Made for: Claude Code, Codex.

Per session 9 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 268 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00009 $0.00268
Opus 5 $0.00005 $0.00134
Sonnet 5 $0.00002 $0.00054
Haiku 4.5 $0.00001 $0.00027

Measured 3d ago against content hash 952ccf82e22e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

helm scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/helm/SKILL.md · 28 lines

What it actually says

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.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 28 lines · 9 tokens per session scan A 952ccf82e22e

Subscribe to this mod's changes

helm is a skill published in the GitHub repository fisker086/AIOps (21 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 9 tokens to every session and 268 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cloud-run-basics

Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools).

google/skills · 53 tokens

openshell-cli

Guide agents through using the OpenShell CLI (openshell) for sandbox management, gateway registration, provider configuration and refresh, policy iteration, settings, service exposure, BYOC workflows, and inference routing. Covers basic through advanced multi-step workflows. Trigger keywords - openshell, sandbox…

NVIDIA/OpenShell · 127 tokens

cloud-k8s

Use for authorized cloud, container, and Kubernetes security assessment including metadata SSRF, IAM misconfig, container escape paths, and cluster RBAC review.

zhaoxuya520/reverse-skill · 35 tokens

kubernetes-specialist

Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or right-size workloads. Use for Helm charts, RBAC policies…

Jeffallan/claude-skills · 79 tokens

langbot-deploy

Deploy and configure a LangBot instance — Docker / Docker Compose, Kubernetes, the config.yaml model, the Box sandbox runtime, the plugin runtime, and the global API key. Use when installing, deploying, upgrading, or configuring LangBot in production or self-hosted environments. Triggers on "deploy langbot", "langbot…

langbot-app/LangBot · 104 tokens

doca-container-deployment

Use this skill when the user is hands-on deploying an in-bundle DOCA service container (Argus, DMS, Firefly, or UROM service) on a BlueField — kubelet standalone watching a static-pod manifests directory, YAML pod-spec drop, kubelet status / ENTRYPOINT logs / per-service liveness, smoke-before-bulk, and the layered…

NVIDIA/skills · 234 tokens