K8s4claw
Description
The Kubernetes operator where AI agents manage their own infrastructure. Self-healing via intent annotations, Ed25519-signed audit, graceful LLM fallback.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
k8s4claw
[](https://github.com/Prismer-AI/k8s4claw/actions/workflows/ci.yml) [](https://github.com/Prismer-AI/k8s4claw/actions/workflows/codeql.yml) [](https://goreportcard.com/report/github.com/Prismer-AI/k8s4claw) [](https://github.com/Prismer-AI/k8s4claw/releases) [](https://pkg.go.dev/github.com/Prismer-AI/k8s4claw) [](LICENSE) [](https://codespaces.new/Prismer-AI/k8s4claw?quickstart=1)
**A Kubernetes operator for AI agents that keeps the LLM out of the cluster's write path.** One CRD, any runtime (OpenClaw, NanoClaw, ZeroClaw, PicoClaw, IronClaw, HermesClaw, HermesRS, K8sOps), self-healing from day one.
The core idea
k8s4claw keeps the LLM out of the cluster's write path. **The agent's ServiceAccount cannot patch workload objects.** The LLM can only submit an `ops-intent` annotation on a Claw CR; a Go reconciler validates the intent's JSON shape against a 5-action allowlist (plus generation guard) and is the only component that mutates workloads. The reconciler also writes an Ed25519 audit receipt when the action runs through the auto-execute path — the signature is for the audit trail, not for authorization, and is non-blocking if signing fails.
LLMops tools with kubectl RBAC |
k8s4claw | |
|---|---|---|
| Who mutates StatefulSets | the LLM |
Related Skills
Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Google Workspace Alert Center
Manage security alerts
Security Related Agents
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,
Accessibility Audit
| You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive tec... | -