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.
npx skills add redhat-community-ai-tools/UnifAI --skill helmgit clone --depth 1 https://github.com/redhat-community-ai-tools/UnifAIWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/redhat-community-ai-tools/unifai/helm)<a href="https://agentmods.dev/skills/redhat-community-ai-tools/unifai/helm"><img src="https://agentmods.dev/badge/skills/redhat-community-ai-tools/unifai/helm/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/redhat-community-ai-tools/unifai/helm"><img src="https://agentmods.dev/badge/skills/redhat-community-ai-tools/unifai/helm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.01073 |
| Opus 5 | $0.00019 | $0.00536 |
| Sonnet 5 | $0.00008 | $0.00215 |
| Haiku 4.5 | $0.00004 | $0.00107 |
Grade A, and why
helm-knowledge 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Helm Knowledge System
Deployment packaging for UnifAI: one helmfile per deployable module, charts under
helm/, environment values under helm/values/. Deploy orchestration lives in
ci/pipeline-deploy.groovy (not this domain) — this skill documents the chart
contracts that pipeline depends on.
Hexagonal / Python layer rules do not apply here. Review for correctness, consistency with established Helm conventions, and blast radius across releases.
Component Routing
Map path → module (kebab-case → references/<name>.md when present).
Path prefix (under helm/) |
Component |
|---|---|
*.yaml.gotmpl |
Helmfiles |
values/ |
Env values |
shared-resources/ |
Shared infra |
backend/ |
Backend |
rag/ |
RAG |
multiagent/ |
Multi-agent |
ui/ |
UI |
scripts/ |
Helm hooks |
unifai-tests/ |
Tests |
Cross-cutting references live under references/ and recipes/ (load when the
change touches that concern — e.g. references/shared-storage.md for PVC contracts).
Landmarks
| Landmark | Location |
|---|---|
| Shared infra helmfile | helm/shared-resources.yaml.gotmpl |
| Shared infra values | helm/values/shared-resource-values.yaml |
| Module helmfiles | helm/backend.yaml.gotmpl, rag.yaml.gotmpl, multiagent.yaml.gotmpl, identity.yaml.gotmpl, ui.yaml.gotmpl |
| Module chart trees | helm/backend/, helm/rag/, helm/multiagent/, helm/ui/, helm/shared-resources/ |
| Deploy pipeline | ci/pipeline-deploy.groovy |
Helmfile Map
| Helmfile | Owns |
|---|---|
shared-resources.yaml.gotmpl |
Platform infra releases |
backend.yaml.gotmpl |
Backend releases |
rag.yaml.gotmpl |
RAG releases |
multiagent.yaml.gotmpl |
Multi-agent releases |
identity.yaml.gotmpl |
Identity release (chart packaged under shared-resources/identity) |
ui.yaml.gotmpl |
UI releases |
Domain Rules
1. One Helmfile Per Deploy Module
Each deployable module has its own *.yaml.gotmpl. Do not merge unrelated modules
into a single helmfile. Cross-module ordering is enforced by the deploy pipeline,
not by helmfile needs: across files.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 102 lines · 39 tokens per session scan A 2bd37fabb496
helm-knowledge is a skill published in the GitHub repository redhat-community-ai-tools/UnifAI (44 stars, last pushed yesterday), licensed Apache-2.0. It adds 39 tokens to every session and 1,073 once invoked, about $0.0002 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.
Other skills, from other repositories
mem0-integration
Mem0 memory layer integration for AI agents. Implement persistent, semantic memory for long-term context retention and personalization.
vector-memory
HNSW vector search for pattern similarity retrieval and knowledge graph maintenance with PageRank scoring, community detection, and 3-tier memory management.
chroma-integration
Chroma local vector database setup and operations for development and production.
haystack-pipeline
Haystack NLP pipeline configuration for document processing and QA.
langchain-retriever
LangChain retriever implementation with various retrieval strategies for RAG applications.
llamaindex-agent
LlamaIndex agent and query engine setup for RAG-powered agents.