KubeSearch - Homelab Helm Configuration Research
SkillSearchSearch kubesearch.dev to research how other homelabs configure Helm charts.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the KubeSearch - Homelab Helm Configuration Research skill
What this skill tells your AI
The instructions your AI receives, as published by ionfury/homelab in .claude/skills/kubesearch/SKILL.md and read by ahel’s review.
Search kubesearch.dev to find real-world Helm configurations from other homelab repositories.
Workflow
Step 1 — Find chart: WebFetch https://kubesearch.dev/?search=<chart-name> → list matching releases with registry paths.
Step 2 — Get repository links: Convert registry path to URL format (replace / with -), then WebFetch https://kubesearch.dev/hr/<url-path> → list repositories with direct GitHub links to HelmRelease files.
Examples of the URL conversion:
ghcr.io/grafana-helm-charts/grafana→ghcr.io-grafana-helm-charts-grafanacharts.longhorn.io/longhorn→charts.longhorn.io-longhorn
Step 3 — Fetch configs: Convert GitHub blob URLs to raw URLs, then fetch 3-5 in parallel:
- Blob:
github.com/<owner>/<repo>/blob/<branch>/<path> - Raw:
raw.githubusercontent.com/<owner>/<repo>/<branch>/<path>
Selection criteria: recent activity (within 6 months), higher star count, similar chart version, similar infrastructure goals (bare-metal, GitOps, Talos).
Common Homelab Repositories
| Repository | Focus |
|---|---|
onedr0p/home-ops | Flux GitOps, extensive automation |
bjw-s/home-ops | App-template patterns |
buroa/k8s-gitops | Talos + Flux |
mirceanton/home-ops | Well-documented configs |
See references/output-format.md for the standard output structure when presenting findings.
Signals
- GitHub stars
- 25
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
kubesearch- Source
- github.com/ionfury/homelab