← Back to Skills Marketplace
xueyetianya

Helm

by bytesagain4 · GitHub ↗ · v3.0.1 · MIT-0
cross-platform ✓ Security Clean
358
Downloads
0
Stars
3
Active Installs
6
Versions
Install in OpenClaw
/install helm
Description
Create, lint, template, and package Kubernetes Helm charts with checks. Use when scaffolding charts, linting templates, or packaging chart releases.
README (SKILL.md)

helm

Create, lint, template, and package Kubernetes Helm charts with checks. Use when scaffolding charts, linting templates, or packaging chart releases.

Commands

KUBECONFIG

Path to kubeconfig file

scripts/script.sh KUBECONFIG

create

Create a new chart scaffold

scripts/script.sh create \x3Cchart>

lint

Lint a chart for issues

scripts/script.sh lint \x3Cchart>

template

Render templates locally (--set key=val, --values file)

scripts/script.sh template \x3Cchart> [opts]

list

List installed releases

scripts/script.sh list [namespace]

status

Show release status and notes

scripts/script.sh status \x3Crelease>

values

Show values (source: chart|deployed)

scripts/script.sh values \x3Cchart> [source]

repo-add

Add a chart repository

scripts/script.sh repo-add \x3Cname> \x3Curl>

repo-list

List configured repositories

scripts/script.sh repo-list

repo-update

Update all repository indexes

scripts/script.sh repo-update

search

Search repos and Artifact Hub

scripts/script.sh search \x3Ckeyword>

package

Package chart into .tgz

scripts/script.sh package \x3Cchart> [opts]

history

Show release revision history

scripts/script.sh history \x3Crelease>

rollback

Rollback to a previous revision

scripts/script.sh rollback \x3Crelease> [rev]

diff

Compare chart with deployed release

scripts/script.sh diff \x3Cchart> \x3Crelease>

Requirements

  • helm
  • curl

Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears to be a straightforward local Helm helper that runs scripts/script.sh to call your installed helm binary. Before installing: (1) confirm you have Helm v3+ installed (the script will refuse v2), (2) be aware it will create ~/.local/share/helm-helper and a log file there, (3) set KUBECONFIG / HELM_NAMESPACE as needed — the metadata does not declare these env vars but the script uses them, and (4) review the script if you want to confirm no additional network calls beyond normal Helm repo operations. If you don't want files written to your home, run the script manually or review/modify the DATA_DIR variables first. The author and homepage are listed (bytesagain.com); if you don't trust that source, inspect the full script before use.
Capability Analysis
Type: OpenClaw Skill Name: helm Version: 3.0.1 The skill bundle is a legitimate wrapper for the Kubernetes Helm CLI, providing commands for chart creation, linting, templating, and release management. The script (scripts/script.sh) follows standard bash practices, uses local data directories for logging and storage, and contains no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (Helm chart operations) align with the included script: the script implements create, lint, template, package, repo, list, status, etc. All required capabilities map to helm commands; curl is mentioned only in a suggested install instruction.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh for each command which is expected. Minor inconsistency: SKILL.md lists a top-level 'KUBECONFIG' entry as if it were a command (shows `scripts/script.sh KUBECONFIG`) — in practice the script reads KUBECONFIG/HELM_NAMESPACE from environment and expects normal subcommands (create, lint, template, ...). The script logs locally and reads/writes chart directories, but does not attempt to transmit data to external endpoints other than normal Helm repo/network calls.
Install Mechanism
There is no install spec (instruction-only skill with an included shell script). No downloads or archive extraction are performed by the skill itself; the script only invokes locally installed helm and suggests how to install helm if missing.
Credentials
Registry metadata declares no required env vars, but the script uses KUBECONFIG and HELM_NAMESPACE (and HELM_KUBECONFIG derives from KUBECONFIG). These are proportionate to the Helm use-case but should be documented in the skill metadata. No unrelated credentials or secrets are requested.
Persistence & Privilege
The script creates a per-user data directory (~/.local/share/helm-helper) and a log file to store charts/packages/logs — reasonable for a CLI helper but it is persistent on disk. The skill is not always:true and does not modify other skills or global agent config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install helm
  3. After installation, invoke the skill by name or use /helm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.1
v3.0.1: SKILL.md rewritten to match new script commands.
v3.0.0
v3.0.0: Complete rewrite with real helm functionality.
v2.0.1
update
v2.0.0
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v1.0.0
Initial release
Metadata
Slug helm
Version 3.0.1
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 6
Frequently Asked Questions

What is Helm?

Create, lint, template, and package Kubernetes Helm charts with checks. Use when scaffolding charts, linting templates, or packaging chart releases. It is an AI Agent Skill for Claude Code / OpenClaw, with 358 downloads so far.

How do I install Helm?

Run "/install helm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Helm free?

Yes, Helm is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Helm support?

Helm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Helm?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v3.0.1.

💬 Comments