From homelab
Show static config and live status for a specific app. Reads INFRA.md (loaded at session start) and runs live kubectl queries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/homelab:hl-infoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show info for a specific app. Argument: app name (e.g. mealie, keycloak, linkding).
Show info for a specific app. Argument: app name (e.g. mealie, keycloak, linkding).
Parse INFRA.md APPS section for the app line. Extract:
ns: → namespaceimg: → image (if present)chart: → chart ref (if present — means HelmRelease)port: → portdb: → database type and resource namehost: → hostnamesecret: → secret names (if present)Detect app type:
chart: → HelmReleaseimg: → DeploymentRun live kubectl:
Deployment apps:
kubectl get pods -n <ns> --no-headers
kubectl get deployment <name> -n <ns> -o jsonpath='{.spec.template.spec.containers[0].image}'
HelmRelease apps (keycloak):
kubectl get pods -n <ns> --no-headers
kubectl get helmrelease <name> -n <ns> -o jsonpath='{.status.conditions[0].message}'
Compare live image vs INFRA.md image:
✅ match⚠️ live=<actual-image>Output format:
<app>
ns: <namespace>
image: <infra-image> (live: ✅ match | ⚠️ live=<actual>)
port: <port>
db: <db-type> → <db-resource> (ns:<db-ns>)
host: <hostname>
secrets: <names | none>
pods: <pod-name> <status> <ready>
If app not found in INFRA.md:
<app> not in INFRA.md — check spelling or run /hl-init
npx claudepluginhub federicoserini/homelab-plugin --plugin homelabFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.