Borrowing it
Nothing to install: this file belongs to AndresJejen/beitlab_home_lab_cluster. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/AndresJejen/beitlab_home_lab_cluster/master/.cursor/skills/homelab-getting-started/SKILL.mdgit clone --depth 1 https://github.com/AndresJejen/beitlab_home_lab_clusterWrote 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/andresjejen/beitlab_home_lab_cluster/homelab-getting-started)<a href="https://agentmods.dev/skills/andresjejen/beitlab_home_lab_cluster/homelab-getting-started"><img src="https://agentmods.dev/badge/skills/andresjejen/beitlab_home_lab_cluster/homelab-getting-started/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/andresjejen/beitlab_home_lab_cluster/homelab-getting-started"><img src="https://agentmods.dev/badge/skills/andresjejen/beitlab_home_lab_cluster/homelab-getting-started.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00072 | $0.00630 |
| Opus 5 | $0.00036 | $0.00315 |
| Sonnet 5 | $0.00014 | $0.00126 |
| Haiku 4.5 | $0.00007 | $0.00063 |
Grade B, and why
homelab-getting-started scanned grade B with 2 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 11d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
5. `uv run homelab ping` (add `-K` if sudo needs a password). Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
they have it — do not install uv with a curl pipe unless they ask. What it actually says
Homelab getting started
Read first
AGENTS.mddocs/getting-started-single-node.mdwhen they have one machinedocs/getting-started.mdwhen they have a controller plus workersdocs/cli.md
Do not invent a second installer. Use uv and the homelab CLI.
Workflow
- Confirm they cloned this repo as the workspace root.
- Check for
uv(uv --version). If missing, point at https://docs.astral.sh/uv/getting-started/installation/ and stop until they have it — do not install uv with a curl pipe unless they ask. - From the repo root:
uv sync. - If
inventory.iniis missing:- one PC / one board →
uv run homelab setup --profile single - multi-node →
uv run homelab setup --profile clusterThen stop and tell them to edit hostnames,ansible_host, andansible_user. Never write real IPs from chat into Git.
- one PC / one board →
uv run homelab ping(add-Kif sudo needs a password).- Only after ping succeeds:
uv run homelab bootstrap. uv run homelab kubeconfigandkubectl get nodes -o wide.
Rules
inventory.iniis gitignored. Nevergit addit.- Placeholders stay
lab.example,controller,192.168.1.10. - Empty
[workers]is valid for single-node. homelab.local/node-pool=piis the default pool label on x86 too.- Longhorn on one node needs
k8s/longhorn/values-single-node.yaml. - Do not run shutdown or node-remove without an explicit confirm in the same user message.
- Do not delete PVCs or Longhorn volumes unless they ask to destroy data.
- After kubeconfig exists, point them at
docs/secrets-off-cluster.mdso passwords are not only on the server disk. Preferuv run homelab backup-secretswhen they have AWS; otherwise 1Password / GCP / Azure from that doc. Never paste secret values into chat.
If ping fails
Diagnose SSH (ssh user@host), ansible_user, and host keys. Do not
disable host_key_checking globally. Ask them to accept the host key once.
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.
- 11d ago First seen · 56 lines · 72 tokens per session scan B 623889176bf8
homelab-getting-started is a skill published in the GitHub repository AndresJejen/beitlab_home_lab_cluster (5 stars, last pushed 11d ago), licensed MIT. It adds 72 tokens to every session and 630 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
holoscan-install-container
Install Holoscan SDK via the NGC Docker container. Use for container-based installs; not for native apt/pip/Conda installs.
doca-urom-svc
Operate the DOCA UROM Service container on BlueField Arm for remote memory operations (puts, gets, atomics, collectives) enqueued by a paired host using doca-urom: pull the NGC image, choose the UCX component, size queues, configure Comch pairing, and align host and service versions. SECURITY: the service has no…
hsb-setup
Clone the latest NVIDIA Holoscan Sensor Bridge repo, ask which supported devkit is being used, configure the host per platform, build the correct demo container, run it, and verify HSB connectivity by pinging 192.168.0.2. Use for Holoscan Sensor Bridge setup, build, container launch, and first-connectivity bring-up.
holoscan-install-source
Build Holoscan SDK from source via the in-tree ./run script. Use only when published packages don't meet the user's needs.
xpu-container-run
Launch a Docker container with Intel GPU access on Linux. Encodes the correct combination of --device /dev/dri, render-group access, --ipc=host, ZEAFFINITYMASK pinning, Hugging Face cache mount, and --entrypoint /bin/bash for interactive use. Use when running any Intel-XPU container (vLLM-XPU, sglang-xpu, torch-XPU…
together-kueue
Install and use the Kueue job-queueing controller on a Together AI Kubernetes GPU cluster to gate jobs on quota. Covers installing Kueue, defining ResourceFlavor, ClusterQueue, and LocalQueue quota, submitting jobs to a queue, and watching quota admit or suspend them. Reach for it when a Together cluster's GPU pool…