Install
openclaw skills install kubernetes-encyclopediaKubernetes documentation-first workflow for Kubernetes-specific questions, troubleshooting, command planning, cluster operations, workload/resource behavior, networking, storage, scheduling, security, and diagnostics. Use when the request is clearly about Kubernetes itself: the `kubectl` CLI, Kubernetes API objects, pods, deployments, services, ingress, config maps, secrets, volumes, nodes, scheduling, RBAC, controllers, CRDs, Helm-free core Kubernetes behavior, or cluster/runtime behavior where Kubernetes- specific semantics matter. Do not use for generic Linux administration, generic container theory, generic cloud architecture, or Docker-only questions unless the Kubernetes layer is specifically what is being discussed or debugged.
openclaw skills install kubernetes-encyclopediaUse a docs-first workflow for Kubernetes work. Prefer the official Kubernetes documentation at https://kubernetes.io/docs/home/, consult cached local copies under .Kubernetes-Encyclopedia/ before re-fetching, and record useful official-doc excerpts plus environment-specific operational learnings so future work gets faster and safer.
This skill is for the Kubernetes API/control-plane/cluster layer. It should trigger for real Kubernetes behavior, configuration, workload/resource, and operational questions — not for generic Linux admin work, generic container theory, or Docker-only questions where Kubernetes-specific semantics are not the real issue.
Classify the task
kubectl semantics, API resource behavior, workload lifecycle, cluster networking/storage/scheduling/security behavior, or Kubernetes-specific operational details.Check local cache first
.Kubernetes-Encyclopedia/ as the local knowledge/cache root..Kubernetes-Encyclopedia/docs/kubernetes.io/docs/....Kubernetes-Encyclopedia/notes/components/....Kubernetes-Encyclopedia/notes/patterns/....Kubernetes-Encyclopedia/inventory/...Consult official Kubernetes docs before answering or touching the system
Cache consulted docs locally
.Kubernetes-Encyclopedia/docs/kubernetes.io/docs/....scripts/cache_doc.py when appropriate.Separate official documentation from local observations
.Kubernetes-Encyclopedia/docs/.....Kubernetes-Encyclopedia/notes/components/.Kubernetes-Encyclopedia/notes/patterns/.Kubernetes-Encyclopedia/inventory/Record useful local learnings
Use this workspace-local root for cache and notes:
.Kubernetes-Encyclopedia/Expected structure:
.Kubernetes-Encyclopedia/docs/kubernetes.io/docs/....Kubernetes-Encyclopedia/notes/components/....Kubernetes-Encyclopedia/notes/patterns/....Kubernetes-Encyclopedia/inventory/...Use scripts/init_workspace.py to create or repair the expected directory structure.
.Kubernetes-Encyclopedia/notes/components/<component-name>.md.Kubernetes-Encyclopedia/notes/patterns/<topic>.md.Kubernetes-Encyclopedia/inventory/*.md.Kubernetes-Encyclopedia/docs/kubernetes.io/docs/...scripts/init_workspace.py — create or repair the .Kubernetes-Encyclopedia/ directory tree.scripts/cache_doc.py — fetch and cache a consulted official Kubernetes docs page under .Kubernetes-Encyclopedia/docs/....references/workflow.md — detailed operating workflow and evidence-handling rules.references/cache-layout.md — canonical .Kubernetes-Encyclopedia/ directory structure.references/topic-map.md — useful Kubernetes topic groupings for faster doc lookup.